.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,214,234;--color-primary-1:242,133,193;--color-primary-2:233,51,151;--color-primary-3:227,0,125;--color-primary-4:160,15,127;--color-secondary-0:224,249,255;--color-secondary-1:161,236,255;--color-secondary-2:99,224,255;--color-secondary-3:44,130,193;--color-secondary-4:30,119,193;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"poppins"; }body { background-color:#da0000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#euuDklEcWJ8lU4FomI4ufg60Zzis83la { position:relative;display:block; }#euuDklEcWJ8lU4FomI4ufg60Zzis83la { background-color: transparent; background-image: none; }#euuDklEcWJ8lU4FomI4ufg60Zzis83la::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euuDklEcWJ8lU4FomI4ufg60Zzis83la > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euuDklEcWJ8lU4FomI4ufg60Zzis83la > .row .container > .video-iframe-container { display: none; }#euuDklEcWJ8lU4FomI4ufg60Zzis83la > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euuDklEcWJ8lU4FomI4ufg60Zzis83la > .row > .video-iframe-container { display: none; }#euuDklEcWJ8lU4FomI4ufg60Zzis83la > .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); }#euuDklEcWJ8lU4FomI4ufg60Zzis83la { border-width: 0; border-radius: 0; }#euuDklEcWJ8lU4FomI4ufg60Zzis83la > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#euuDklEcWJ8lU4FomI4ufg60Zzis83la > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#da0000;background-image:none;font-size:0.875rem;font-family:arial;height:4rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bxa4ZSqSzX6CvqGlXTK3ESwvilhpL47T { color:#ffffff;display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.78125rem;left:14.375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282565;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; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:block; }#dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.498291015625rem;left:0rem;height:3.0869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { color:#ffffff;display:block;width:46.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.38134765625rem;left:0.46875rem;height:5.1181625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cz45EOes5Tn8Pu445ZCFRKg2aNzCdA3v { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68676875rem;width:11.062rem;top:2.64404296875rem;left:18.2177734375rem;overflow:hidden;display:block; }
#UbANNA1TgikFyAb6XDukiqPAPcs5Lzvd { color:rgba(225,220,220,0.86);display:block;width:44.3103125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.208251953125rem;left:1.59423828125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kRqq3Gdt67pUV8uGkaRVJsc2NErcyl0X { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.496826171875rem;left:5rem;display:block; }
#SX7Zc6sFCkTGOWiS2aI6D8aBxlcwvQnx { color:rgba(225,220,220,0.86);display:block;width:44.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.3876953125rem;left:1.28173828125rem;height:7.714875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#csTNh9VKvACPs4DUBrTFIl9EtwK9hMWD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d32424, #e62121);background-image: -moz-linear-gradient(180deg, #d32424, #e62121);background-image: -ms-linear-gradient(180deg, #d32424, #e62121);background-image: -o-linear-gradient(180deg, #d32424, #e62121);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32424', endColorstr='#e62121' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32424', endColorstr='#e62121' );";background-image: linear-gradient(180deg, #d32424, #e62121);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.6855625rem;height:4.811525rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.6533203125rem;left:10.90625rem;display:block; }
#uwm9dxwD7rt3SZ7bdMw6l9fK2BXGW6XS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#goMpRDADQHBcvHI7ltoW2LeeNWMxenLK { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.43725rem;width:75rem;top:38.310546875rem;left:0rem;overflow:hidden;display:block; }
#gfvAwVXOQrnLzG4eLD5nOqgxthigAi2T { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:33rem;width:22.8125rem;top:4.403076171875rem;left:49.310302734375rem;overflow:hidden;display:block; }
#EAQikQeWrOGqfTzb7y8bAHIQNMZBsRWP { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-1),1));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: 0rem 0.375rem 0.625rem rgba(var(--color-tertiary-4),0.29) ;height:17.875rem;width:54.9375rem;top:45.810546875rem;left:10.9052734375rem;display:block; }
#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { background-color: transparent; background-image: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container > .video-iframe-container { display: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container { display: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .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); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { border-width: 0; border-radius: 0; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { font-size:0.875rem;font-family:arial;height:60.9375rem;width:75rem;position:relative;display:block; }#pipRsHxuWRfUdEmgw5VZfpi9C8DnfN48 { color:#000000;display:block;width:42.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.2177734375rem;left:19.8740234375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GLc2cyVSr59MQgWJ1h886GN7ImrptzTm { color:rgba(0,0,0,0.48);display:block;width:12.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:19.8740234375rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HKxcepbcSTTqfGPW29UGeLsWrMkeezIQ { color:#282565;display:block;width:20.49925rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:18.9208984375rem;left:27.24853515625rem;height:2.76245rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RdaiEG01TFHVJ8og1yB7To56TgBcKf67 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15025;background-color:#282565;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.37548828125rem;left:28.125rem;display:block; }
#A6ipfzh5cSTuvmx6XhVVUir9QfaG8Uxm { box-sizing:content-box;height:6.9375rem;width:16.5rem;position:absolute;display:block;z-index:15026;background-color:#acbad1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.8125rem;left:8.3125rem;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#M1TxSbvNSHdb8ev6hHOgQ4tADP7lWqWL { color:#364860;display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:34.1875rem;left:8.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c7yXUQswAyn8cCnoUizfnhLGvM9ORIFQ { color:#364860;display:block;width:16.43675rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:34.1875rem;left:28.9375rem;height:3.0859375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uXyM3OpZHkSKybDUHb66TlX0iBEN1wDW { color:#364860;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:34.1875rem;left:49.1875rem;height:3.0859375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qqnEpZ93XmR86fCmWKxSpst8TADRewGb { color:#282565;display:block;width:15.49925rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:38.8125rem;left:8.8125rem;height:5.5234375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#NiCcsCOf92yzsfTWQUkvxE9XnyhvIObd { color:#282565;display:block;width:15.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:38.8125rem;left:29.5rem;height:5.5234375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#oUBfWZUqCxB8TTB54n7SRJT2u5vHmT45 { color:#282565;display:block;width:17.37425rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:38.8125rem;left:49.25rem;height:6.9043125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xsk5rZzzMcw8xyNaDn7oyN8MMhuoTiEm { box-sizing:content-box;height:6.93725rem;width:16.499rem;position:absolute;display:block;z-index:15027;background-color:#acbad1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.8125rem;left:28.9375rem;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#AyhGfw5BKQLinr8oiFbhJ9Fh4TLmrZ9y { box-sizing:content-box;height:6.9360625rem;width:16.4978125rem;position:absolute;display:block;z-index:15028;background-color:#acbad1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.8125rem;left:49.75rem;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#qKcTMKz2402ROhZgalhxgrIrCwKEZ1wu { position:absolute;display:block;z-index:15029;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:3.125rem;width:3.125rem;top:28.3125rem;left:15rem;overflow:hidden;display:block; }
#Eq10BaM6C6vuBgidaG9W7dpOi128t5EM { position:absolute;display:block;z-index:15030;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:3.125rem;width:3.125rem;top:28.3125rem;left:35.9375rem;overflow:hidden;display:block; }
#L06JHTfbiJFTkr6ySLExPpEfG6bM8ECC { position:absolute;display:block;z-index:15031;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:3.125rem;width:3.125rem;top:28.3125rem;left:56.8125rem;overflow:hidden;display:block; }
#bJfmpZWULy3fhaG8NRm2JX5EZ2IA6qCw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d32424, #e62121);background-image: -moz-linear-gradient(180deg, #d32424, #e62121);background-image: -ms-linear-gradient(180deg, #d32424, #e62121);background-image: -o-linear-gradient(180deg, #d32424, #e62121);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32424', endColorstr='#e62121' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32424', endColorstr='#e62121' );";background-image: linear-gradient(180deg, #d32424, #e62121);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:4.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:51.5634765625rem;left:20.75rem;display:block; }
#Bzrt4aF9TxJtqV6XH0CBREqKvUZGgMap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EDhv3ahdAVVwDmzrqJCKcwMvJothqy7r { color:#000000;display:block;width:43.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:0.6875rem;left:19.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#hzdgSO9JLNHGXxSgO3nbZeUeMrPTDRhy { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3.811525rem;width:3.811525rem;top:0.40625rem;left:14.65625rem;overflow:hidden;display:block; }
#Ri64e79BU4RKEPwQanAcmQzXfm7EGvm7 { position:relative;display:block; }#Ri64e79BU4RKEPwQanAcmQzXfm7EGvm7 { background-color: transparent; background-image: none; }#Ri64e79BU4RKEPwQanAcmQzXfm7EGvm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri64e79BU4RKEPwQanAcmQzXfm7EGvm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri64e79BU4RKEPwQanAcmQzXfm7EGvm7 > .row .container > .video-iframe-container { display: none; }#Ri64e79BU4RKEPwQanAcmQzXfm7EGvm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri64e79BU4RKEPwQanAcmQzXfm7EGvm7 > .row > .video-iframe-container { display: none; }#Ri64e79BU4RKEPwQanAcmQzXfm7EGvm7 > .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); }#Ri64e79BU4RKEPwQanAcmQzXfm7EGvm7 { border-width: 0; border-radius: 0; }#Ri64e79BU4RKEPwQanAcmQzXfm7EGvm7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ri64e79BU4RKEPwQanAcmQzXfm7EGvm7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#da0000;background-image:none;font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QfMrh56TP8Qy8sUJpLIdd3sDbVvcCBDJ { color:#ffffff;display:block;width:38.6875rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.671875rem;left:18.15625rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TgmspORfgytfGNvZotmeLzFyQxrakqDo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282565;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; }#TgmspORfgytfGNvZotmeLzFyQxrakqDo > .row .container { background-color: transparent; background-image: none; }#TgmspORfgytfGNvZotmeLzFyQxrakqDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgmspORfgytfGNvZotmeLzFyQxrakqDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgmspORfgytfGNvZotmeLzFyQxrakqDo > .row .container > .video-iframe-container { display: none; }#TgmspORfgytfGNvZotmeLzFyQxrakqDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgmspORfgytfGNvZotmeLzFyQxrakqDo > .row > .video-iframe-container { display: none; }#TgmspORfgytfGNvZotmeLzFyQxrakqDo > .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); }#TgmspORfgytfGNvZotmeLzFyQxrakqDo > .row .container { border-width: 0; border-radius: 0; }#TgmspORfgytfGNvZotmeLzFyQxrakqDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TgmspORfgytfGNvZotmeLzFyQxrakqDo > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#haDzTqvUbOFfyp3V8aETFbUPtO7FhIQo { position:absolute;z-index:15011;top:6.875rem;left:18.375rem;width:38.25rem;height:28.5rem;display:block; }
#Gmdw1u2KaJkJezXbB65fuGl6ixnACghb { position:absolute;display:block;z-index:15000;background-color:#f4efef;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-secondary-4),0.25) ;height:38.625rem;width:42.3125rem;top:1.1875rem;left:16.375rem;display:block; }
#ww78GxquvLDwloP5tDW73efJqfu1Zxfg { color:rgba(var(--color-tertiary-4),1);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:17.875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container { background-color: transparent; background-image: none; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container > .video-iframe-container { display: none; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row > .video-iframe-container { display: none; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .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); }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container { border-width: 0; border-radius: 0; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#BWPrTmLogmhtI4ppEikVH6uxA0GVXqWW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.375rem;left:22.6875rem; }
#oBo8kKUBmuTEGkD6KIeQF2yUf3RcyLIu { color:#484848;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:2.375rem;left:24.8125rem;height:1.79980625rem;font-style:normal;display:block; }
#sveneLs3mexU0Tqzn05FUb7z1bHod1Q6 { color:#484848;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:3.5rem;left:24.3125rem;height:2.4746125rem;font-style:normal;display:block; }
#dd2uZXSoSoD8SyMLG5hbqqrNECLKOT5V { color:#484848;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:3.19921875rem;left:41.9375rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZ5qFH0QakhxnQRovmn60074F0qEQECd { color:#484848;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.71875rem;left:58.125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:15.375rem;top:1.99951171875rem;left:1.685791015625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #euuDklEcWJ8lU4FomI4ufg60Zzis83la { display:block; }#euuDklEcWJ8lU4FomI4ufg60Zzis83la > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bxa4ZSqSzX6CvqGlXTK3ESwvilhpL47T { width:41.6875rem;height:2.1933625rem;top:0.90234375rem;left:3.03125rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#282565;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:47.75rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { width:30.9375rem;height:2.03125rem;top:8.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { width:24.9375rem;height:6.09375rem;top:11.75rem;left:3rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #cz45EOes5Tn8Pu445ZCFRKg2aNzCdA3v { width:7.75rem;height:1.8125rem;top:2.625rem;left:11.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UbANNA1TgikFyAb6XDukiqPAPcs5Lzvd { width:20.875rem;height:2.4375rem;top:5.5rem;left:4.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #kRqq3Gdt67pUV8uGkaRVJsc2NErcyl0X { width:20rem;height:0.125rem;top:19.3125rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SX7Zc6sFCkTGOWiS2aI6D8aBxlcwvQnx { width:24.9375rem;height:4.0625rem;top:20.84375rem;left:3rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #csTNh9VKvACPs4DUBrTFIl9EtwK9hMWD { width:20.8125rem;height:3.25rem;top:29.5625rem;left:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uwm9dxwD7rt3SZ7bdMw6l9fK2BXGW6XS { display:block; }
 }@media only screen and (max-width: 1199px) { #goMpRDADQHBcvHI7ltoW2LeeNWMxenLK { width:47.75rem;height:5.875rem;top:36.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gfvAwVXOQrnLzG4eLD5nOqgxthigAi2T { width:15.1875rem;height:22.0625rem;top:3.765625rem;left:31.5419921875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EAQikQeWrOGqfTzb7y8bAHIQNMZBsRWP { width:47.75rem;height:17.1875rem;top:40.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:47.75rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pipRsHxuWRfUdEmgw5VZfpi9C8DnfN48 { width:33.5rem;height:6.9043125rem;top:5.0322265625rem;left:9.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #GLc2cyVSr59MQgWJ1h886GN7ImrptzTm { width:24.9375rem;height:1.29980625rem;top:12.83203125rem;left:9.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #HKxcepbcSTTqfGPW29UGeLsWrMkeezIQ { width:30.9375rem;height:1.94921875rem;top:17.8681640625rem;left:7.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #RdaiEG01TFHVJ8og1yB7To56TgBcKf67 { width:17.5rem;height:0.125rem;top:20.3798828125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A6ipfzh5cSTuvmx6XhVVUir9QfaG8Uxm { width:13.1875rem;height:5.375rem;top:22.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M1TxSbvNSHdb8ev6hHOgQ4tADP7lWqWL { width:13.125rem;height:2.5996125rem;top:29.0625rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #c7yXUQswAyn8cCnoUizfnhLGvM9ORIFQ { width:12.3125rem;height:3.8994125rem;top:28.9375rem;left:17.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #uXyM3OpZHkSKybDUHb66TlX0iBEN1wDW { width:12.1875rem;height:2.5996125rem;top:29rem;left:33.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #qqnEpZ93XmR86fCmWKxSpst8TADRewGb { width:12.5625rem;height:4.875rem;top:34.25rem;left:2.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #NiCcsCOf92yzsfTWQUkvxE9XnyhvIObd { width:12.4375rem;height:4.875rem;top:34.125rem;left:17.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #oUBfWZUqCxB8TTB54n7SRJT2u5vHmT45 { width:12.875rem;height:6.09375rem;top:34.1875rem;left:32.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #xsk5rZzzMcw8xyNaDn7oyN8MMhuoTiEm { width:12.9375rem;height:5.1875rem;top:22.75rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AyhGfw5BKQLinr8oiFbhJ9Fh4TLmrZ9y { width:13rem;height:5.3125rem;top:22.75rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qKcTMKz2402ROhZgalhxgrIrCwKEZ1wu { width:3.125rem;height:3.125rem;top:23.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eq10BaM6C6vuBgidaG9W7dpOi128t5EM { width:3.125rem;height:3.125rem;top:23.75rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L06JHTfbiJFTkr6ySLExPpEfG6bM8ECC { width:3.125rem;height:3.125rem;top:23.8125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bJfmpZWULy3fhaG8NRm2JX5EZ2IA6qCw { width:25.3125rem;height:4.0625rem;top:45.125rem;left:11.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bzrt4aF9TxJtqV6XH0CBREqKvUZGgMap { display:block; }
 }@media only screen and (max-width: 1199px) { #EDhv3ahdAVVwDmzrqJCKcwMvJothqy7r { width:30.9375rem;height:2.76171875rem;top:1.42578125rem;left:9.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #hzdgSO9JLNHGXxSgO3nbZeUeMrPTDRhy { width:3.75rem;height:3.75rem;top:0.931640625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ri64e79BU4RKEPwQanAcmQzXfm7EGvm7 { display:block; }#Ri64e79BU4RKEPwQanAcmQzXfm7EGvm7 > .row .container { width:47.75rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QfMrh56TP8Qy8sUJpLIdd3sDbVvcCBDJ { width:47.75rem;height:1.7871125rem;top:1.44921875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TgmspORfgytfGNvZotmeLzFyQxrakqDo { display:block; }#TgmspORfgytfGNvZotmeLzFyQxrakqDo > .row .container { width:47.75rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #haDzTqvUbOFfyp3V8aETFbUPtO7FhIQo { width:38.875rem;height:27.6875rem;top:5.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gmdw1u2KaJkJezXbB65fuGl6ixnACghb { width:42.3125rem;height:35.375rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ww78GxquvLDwloP5tDW73efJqfu1Zxfg { width:47.75rem;height:2.11230625rem;top:2.4375rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx { display:block; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container { width:47.75rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BWPrTmLogmhtI4ppEikVH6uxA0GVXqWW { width:1.875rem;height:1.875rem;top:2.625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oBo8kKUBmuTEGkD6KIeQF2yUf3RcyLIu { width:6.9375rem;height:1.79980625rem;top:2.625rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sveneLs3mexU0Tqzn05FUb7z1bHod1Q6 { width:8.5625rem;height:1.79980625rem;top:3.875rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dd2uZXSoSoD8SyMLG5hbqqrNECLKOT5V { width:12.9375rem;height:1.79980625rem;top:3.255859375rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fZ5qFH0QakhxnQRovmn60074F0qEQECd { width:11.4375rem;height:4.875rem;top:1.75rem;left:36.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:12.5rem;height:3.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #euuDklEcWJ8lU4FomI4ufg60Zzis83la { display:block; }#euuDklEcWJ8lU4FomI4ufg60Zzis83la > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxa4ZSqSzX6CvqGlXTK3ESwvilhpL47T { width:20rem;height:0.89355625rem;top:0.7421875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#282565;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { width:20rem;height:3.0859375rem;top:5.4111328125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { width:18.125rem;height:5.27831875rem;top:9.2412109375rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cz45EOes5Tn8Pu445ZCFRKg2aNzCdA3v { width:4.8125rem;height:1.125rem;top:1.1865234375rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbANNA1TgikFyAb6XDukiqPAPcs5Lzvd { width:17.125rem;height:1.7871125rem;top:3.0615234375rem;left:1.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kRqq3Gdt67pUV8uGkaRVJsc2NErcyl0X { width:16.375rem;height:0.0615234375rem;top:15.4365234375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX7Zc6sFCkTGOWiS2aI6D8aBxlcwvQnx { width:18.8125rem;height:6.254875rem;top:16.3115234375rem;left:0.59375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #csTNh9VKvACPs4DUBrTFIl9EtwK9hMWD { width:16.5rem;height:3.0625rem;top:34.802734375rem;left:1.75rem;font-size:0.8125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #uwm9dxwD7rt3SZ7bdMw6l9fK2BXGW6XS { display:block; }
 }@media only screen and (max-width: 763px) { #goMpRDADQHBcvHI7ltoW2LeeNWMxenLK { width:20rem;height:2.375rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfvAwVXOQrnLzG4eLD5nOqgxthigAi2T { width:9.5rem;height:13.8125rem;top:23.990234375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAQikQeWrOGqfTzb7y8bAHIQNMZBsRWP { width:5.5625rem;height:8.5625rem;top:26.052734375rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:20rem;height:72.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pipRsHxuWRfUdEmgw5VZfpi9C8DnfN48 { width:15.4375rem;height:9.501rem;top:55.875rem;left:2.75rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GLc2cyVSr59MQgWJ1h886GN7ImrptzTm { width:12.4355625rem;height:0.081055rem;top:3.2177734375rem;left:3.75rem;font-size:0.0625rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.48);display:block; }
 }@media only screen and (max-width: 763px) { #HKxcepbcSTTqfGPW29UGeLsWrMkeezIQ { width:20rem;height:1.625rem;top:1.0302734375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RdaiEG01TFHVJ8og1yB7To56TgBcKf67 { width:13.75rem;height:0.1875rem;top:3.1640625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6ipfzh5cSTuvmx6XhVVUir9QfaG8Uxm { width:10.6875rem;height:3.0625rem;top:4.9052734375rem;left:4.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1TxSbvNSHdb8ev6hHOgQ4tADP7lWqWL { width:15.0625rem;height:2.5996125rem;top:8.5732421875rem;left:2.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7yXUQswAyn8cCnoUizfnhLGvM9ORIFQ { width:15rem;height:2.5996125rem;top:21.625rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXyM3OpZHkSKybDUHb66TlX0iBEN1wDW { width:17.5rem;height:2.5996125rem;top:35.375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qqnEpZ93XmR86fCmWKxSpst8TADRewGb { width:13rem;height:4.546875rem;top:11.9326171875rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NiCcsCOf92yzsfTWQUkvxE9XnyhvIObd { width:13.3125rem;height:4.546875rem;top:25.25rem;left:3.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oUBfWZUqCxB8TTB54n7SRJT2u5vHmT45 { width:13.625rem;height:5.68359375rem;top:38.5rem;left:3.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xsk5rZzzMcw8xyNaDn7oyN8MMhuoTiEm { width:10.5625rem;height:3.1875rem;top:17.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyhGfw5BKQLinr8oiFbhJ9Fh4TLmrZ9y { width:10.8125rem;height:3.125rem;top:31.4375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKcTMKz2402ROhZgalhxgrIrCwKEZ1wu { width:2.125rem;height:2.125rem;top:5.2802734375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq10BaM6C6vuBgidaG9W7dpOi128t5EM { width:1.9375rem;height:1.9375rem;top:32rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L06JHTfbiJFTkr6ySLExPpEfG6bM8ECC { width:1.9375rem;height:1.9375rem;top:18.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJfmpZWULy3fhaG8NRm2JX5EZ2IA6qCw { width:17.625rem;height:3.1875rem;top:67.0078125rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzrt4aF9TxJtqV6XH0CBREqKvUZGgMap { display:block; }
 }@media only screen and (max-width: 763px) { #EDhv3ahdAVVwDmzrqJCKcwMvJothqy7r { width:14.375rem;height:2.4375rem;top:52.0625rem;left:2.8125rem;font-size:0.625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #hzdgSO9JLNHGXxSgO3nbZeUeMrPTDRhy { width:3.3125rem;height:3.3125rem;top:47.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri64e79BU4RKEPwQanAcmQzXfm7EGvm7 { display:block; }#Ri64e79BU4RKEPwQanAcmQzXfm7EGvm7 > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfMrh56TP8Qy8sUJpLIdd3sDbVvcCBDJ { width:20rem;height:0.9746125rem;top:0.94921875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgmspORfgytfGNvZotmeLzFyQxrakqDo { display:block; }#TgmspORfgytfGNvZotmeLzFyQxrakqDo > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haDzTqvUbOFfyp3V8aETFbUPtO7FhIQo { width:18.75rem;height:36.1875rem;top:4.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmdw1u2KaJkJezXbB65fuGl6ixnACghb { width:20rem;height:44rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww78GxquvLDwloP5tDW73efJqfu1Zxfg { width:20rem;height:2.11230625rem;top:1.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx { display:block; }#qHrEAOmdmyvROUl8P4ZLaC2SoJvS42hx > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWPrTmLogmhtI4ppEikVH6uxA0GVXqWW { display:flex;width:1.1875rem;height:1.1875rem;top:6.6875rem;left:6.1875rem; }
 }@media only screen and (max-width: 763px) { #oBo8kKUBmuTEGkD6KIeQF2yUf3RcyLIu { width:9.874rem;height:1.3496125rem;top:5.375rem;left:5.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sveneLs3mexU0Tqzn05FUb7z1bHod1Q6 { width:10.8115rem;height:1.3496125rem;top:6.625rem;left:4.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dd2uZXSoSoD8SyMLG5hbqqrNECLKOT5V { width:9.874rem;height:1.3496125rem;top:8.4375rem;left:5.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZ5qFH0QakhxnQRovmn60074F0qEQECd { width:16.6865rem;height:4.5rem;top:10.625rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:9.375rem;height:2.6245125rem;top:1.25rem;left:5.3125rem;display:block; }
 }