.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:219,223,224;--color-primary-1:134,147,151;--color-primary-2:12,39,46;--color-primary-3:6,20,23;--color-primary-4:2,6,7;--color-secondary-0:253,252,250;--color-secondary-1:249,244,237;--color-secondary-2:242,233,219;--color-secondary-3:121,117,110;--color-secondary-4:36,35,33;--color-tertiary-0:255,255,255;--color-tertiary-1:255,206,179;--color-tertiary-2:255,92,0;--color-tertiary-3:128,46,0;--color-tertiary-4:25,9,0;--headlines-font-family:"Swell";--paragraphs-font-family:"Satoshi"; }@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-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d272e;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; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { background-color: transparent; background-image: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { border-width: 0; border-radius: 0; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#R3s20UH1mw2mUyFUGwZ5wyf0GyV91qFZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:8rem;top:1.28125rem;left:0rem;overflow:hidden;display:block; }
#nB5C91TM5Vh2aXhnGh8EGwyHOqQv2gwT { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.5625rem;left:64.375rem;display:block; }
#fBFNEVRTie4oVJqT9TnzXXmsy1yQHzXV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#voBUILC7oSDb7G32cJqUBkqlxzTcElQE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#a1c6c2;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.9375rem;left:12.5rem;display:block; }
#eHsTTBp8Eqx4KBz8duTyn8rnGzbCa6qW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HNTxSczkQGdNDTscwKLMWI9B6GZiNerJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#a1c6c2;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.9375rem;left:22.4375rem;display:block; }
#M3d2d0J0NUtkCLM4KkvEF5ybzvaUndMq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oePNob898DdNFwCw0VkdZkButftSnym1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#a1c6c2;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.9375rem;left:28.75rem;display:block; }
#U8i2mRxtTaT6nJv5BtqIlE40MBWZUnVu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bBmaD9uaMJkJLKpOCBX9tBs4E0qfIlBO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#bBmaD9uaMJkJLKpOCBX9tBs4E0qfIlBO > .row .container { background-color: transparent; background-image: none; }#bBmaD9uaMJkJLKpOCBX9tBs4E0qfIlBO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBmaD9uaMJkJLKpOCBX9tBs4E0qfIlBO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBmaD9uaMJkJLKpOCBX9tBs4E0qfIlBO > .row .container > .video-iframe-container { display: none; }#bBmaD9uaMJkJLKpOCBX9tBs4E0qfIlBO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBmaD9uaMJkJLKpOCBX9tBs4E0qfIlBO > .row > .video-iframe-container { display: none; }#bBmaD9uaMJkJLKpOCBX9tBs4E0qfIlBO > .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); }#bBmaD9uaMJkJLKpOCBX9tBs4E0qfIlBO > .row .container { border-width: 0; border-radius: 0; }#bBmaD9uaMJkJLKpOCBX9tBs4E0qfIlBO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bBmaD9uaMJkJLKpOCBX9tBs4E0qfIlBO > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#LsylkspBBCcCVMSWVIdFq9dMCum8UoDn { color:#416d78;display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:1.05615rem;font-style:normal;display:block; }
#tNGkgqUDeBtxn7OqBVrRW00F1fFt895K { color:#f4ecda;display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.0;letter-spacing:0;top:10.9375rem;left:0rem;height:3.75rem;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; }
#sAgVy943buTya8UW5Aiy790XxHrUkx4c { color:rgba(var(--color-tertiary-2),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15002;line-height:1.0;letter-spacing:0;top:14.75rem;left:0rem;height:3.75rem;display:block; }
#lshPIGTlDUMgPN37lCXC8WJlMdTdeaxV { color:#416d78;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26rem;left:0rem;height:1.3808625rem;display:block; }
#blfJEymJnEpOGeQfMQu0OvUHT7rGRRVw { color:#a1c6c2;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.0625rem;left:0rem;height:1.625rem;display:block; }
#qhcJIGe3I6GQ73HS1TrqUAigMBw2DhOS { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.8125rem;left:0rem;display:block; }
#dgbLbskhZMcXfRAT1xkJm5Du9eK43rFP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w91fgVizlOSiu6VXxekWZlAZNHhBZfS6 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:25.4375rem;width:34.3125rem;top:9.15625rem;left:40.6875rem;overflow:hidden;display:block; }
#tyJrMTMNzv21BxSO8Xp6g5wCTki2D3FR { color:#a1c6c2;display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.125rem;left:0rem;height:3.57421875rem;display:block; }
#vtboluOIS8X00aUxmppXSbR9SRBRhsOR { box-sizing:content-box;height:1.9375rem;width:5.3125rem;position:absolute;display:block;z-index:15011;background-color:#263e42;background-image:none;box-shadow: none;border-top:0.0625rem solid #a1c6c2;border-left:0.0625rem solid #a1c6c2;border-right:0.0625rem solid #a1c6c2;border-bottom:0.0625rem solid #a1c6c2;top:34.1875rem;left:0rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#t9Bc6ehoPE4RigBOwIbOTAF3AK6WLL1C { color:#a1c6c2;display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:34.625rem;left:1.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IxFbD8NbeL033Te2sUaq1Dppa59PCDb6 { color:#a1c6c2;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.81201171875rem;left:7.0625rem;height:1.05615rem;display:block; }
#CTUJS43C5mToQ9f8bTqxFFR65HrMWaqa { box-sizing:content-box;height:0.5625rem;width:0.5625rem;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:#a1c6c2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.9375rem;left:1rem;display:block; }
#JXdMUyKmwezFfxoRVOPq6esocEo0tuF7 { box-sizing:content-box;height:1.9375rem;width:5.3125rem;position:absolute;display:block;z-index:15014;background-color:#263e42;background-image:none;box-shadow: none;border-top:0.0625rem solid #a1c6c2;border-left:0.0625rem solid #a1c6c2;border-right:0.0625rem solid #a1c6c2;border-bottom:0.0625rem solid #a1c6c2;top:34.1875rem;left:6rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#ElvZr03oiPDdJSvlMhEhvwVeAUZUZg1C { color:#a1c6c2;display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:34.625rem;left:7.3125rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tl6xNT5mFOOfTGS9Wr6h44PuEFQMxee2 { box-sizing:content-box;height:0.5625rem;width:0.5625rem;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:15016;background-color:#a1c6c2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.9375rem;left:7.1875rem;display:block; }
#xotCmWprClL8lvx4SpUpCqNCE0sd23GG { box-sizing:content-box;height:1.9375rem;width:9.3125rem;position:absolute;display:block;z-index:15017;background-color:#263e42;background-image:none;box-shadow: none;border-top:0.0625rem solid #a1c6c2;border-left:0.0625rem solid #a1c6c2;border-right:0.0625rem solid #a1c6c2;border-bottom:0.0625rem solid #a1c6c2;top:34.1875rem;left:12.125rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#dpdPW2W91ubveD70HiQGrWIoUl6shPLf { color:#a1c6c2;display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:34.625rem;left:14.125rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VxJxCTLgaTybB03Qi5O5bbJxAnWpAKay { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:34.875rem;left:13.3125rem; }
#BxerIdWV093x1JyE1I1k9eKMDmy71Jr4 { box-sizing:content-box;height:1.9375rem;width:9.3125rem;position:absolute;display:block;z-index:15020;background-color:#263e42;background-image:none;box-shadow: none;border-top:0.0625rem solid #a1c6c2;border-left:0.0625rem solid #a1c6c2;border-right:0.0625rem solid #a1c6c2;border-bottom:0.0625rem solid #a1c6c2;top:34.1875rem;left:22.1875rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#TmIV8fZvJRqqeqkxSRMrqSl37IWxMegi { color:#a1c6c2;display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:34.625rem;left:24.1875rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LB0Q6Ah5KeaBxn8p9A68S54grGJl6ph2 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:34.8125rem;left:23.375rem; }
#P6LunTTTmiBR4Dg27NEPS3s0Vbzw63KU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#P6LunTTTmiBR4Dg27NEPS3s0Vbzw63KU > .row .container { background-color: transparent; background-image: none; }#P6LunTTTmiBR4Dg27NEPS3s0Vbzw63KU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6LunTTTmiBR4Dg27NEPS3s0Vbzw63KU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6LunTTTmiBR4Dg27NEPS3s0Vbzw63KU > .row .container > .video-iframe-container { display: none; }#P6LunTTTmiBR4Dg27NEPS3s0Vbzw63KU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6LunTTTmiBR4Dg27NEPS3s0Vbzw63KU > .row > .video-iframe-container { display: none; }#P6LunTTTmiBR4Dg27NEPS3s0Vbzw63KU > .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); }#P6LunTTTmiBR4Dg27NEPS3s0Vbzw63KU > .row .container { border-width: 0; border-radius: 0; }#P6LunTTTmiBR4Dg27NEPS3s0Vbzw63KU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P6LunTTTmiBR4Dg27NEPS3s0Vbzw63KU > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#tOflIElA13xJflegno2z64zTAdT1I8Kk { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:1.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l8bETW6Aa4fzvbQIqCOUQmPL59lu2Z5J { color:#416d78;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8125rem;left:1.8125rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xGTRh8SlX3PcUHN07dNxI0PX9Pi4QM4i { box-sizing:content-box;height:8.75rem;width:0.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:18.662541946309rem;display:block; }
#JiCSMwGgiaWBqFU19fuTS8xI72NXTAMu { box-sizing:content-box;height:8.75rem;width:0.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:38.75rem;display:block; }
#WncJHhC61DVTmXyvhETBh772WTniFffN { box-sizing:content-box;height:8.75rem;width:0.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:57.5rem;display:block; }
#KykdMRNvfcn7JcG1PlP97xoZAkkm8bkM { color:#416d78;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.8125rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PhbfdTqHTMC5EtT7W8ip7sS8o4eDOA3A { color:#416d78;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.875rem;left:21.3125rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tb53Tf9XHsGcxVH30xLgwQ0TA7y7XlhU { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1875rem;left:21.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aRCcyhDGhwBoz4LvlTtX91xvDJvWdE05 { color:#416d78;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.8125rem;left:21.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pswn0Dv1MA1BoUTseOCXP34dRMr6Tfy5 { color:#416d78;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.875rem;left:40.75rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#edbncHqIBsdIQv7DaTvpQAcTvtKnKHVR { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1875rem;left:40.75rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yXT66V2SArqtyb09MR0D1brtmiITwJam { color:#416d78;display:block;width:15rem;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:5.8125rem;left:40.75rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qndJ3hZPJ3rzoRFcVbJ1msNhbJ1xLwH0 { color:#416d78;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:59rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dgl6gqbEn8WnpaoOBNbQ447aGWsVIdXt { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.1875rem;left:59rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pCfZcksmIycUk3bibTWFC98vF743VMwM { color:#416d78;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.8125rem;left:59rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ATx5xWaXXbsH2XFn5gwvDgosNXWr9ZUk { 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; }#ATx5xWaXXbsH2XFn5gwvDgosNXWr9ZUk > .row .container { background-color: transparent; background-image: none; }#ATx5xWaXXbsH2XFn5gwvDgosNXWr9ZUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATx5xWaXXbsH2XFn5gwvDgosNXWr9ZUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATx5xWaXXbsH2XFn5gwvDgosNXWr9ZUk > .row .container > .video-iframe-container { display: none; }#ATx5xWaXXbsH2XFn5gwvDgosNXWr9ZUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATx5xWaXXbsH2XFn5gwvDgosNXWr9ZUk > .row > .video-iframe-container { display: none; }#ATx5xWaXXbsH2XFn5gwvDgosNXWr9ZUk > .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); }#ATx5xWaXXbsH2XFn5gwvDgosNXWr9ZUk > .row .container { border-width: 0; border-radius: 0; }#ATx5xWaXXbsH2XFn5gwvDgosNXWr9ZUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATx5xWaXXbsH2XFn5gwvDgosNXWr9ZUk > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#TFa96kFCFJnOK0Bys1QAVpOUosaXGbdC { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:27.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nlrKhGesGW2NBKwTBtOHpvWx1y1K2dwq { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.375rem;left:15.625rem;height:7.7998125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vygCUGT0JFo59Hog18tcBNUebqTuTZhG { color:rgba(var(--color-primary-2),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.1875rem;left:19.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#sXemOD1F5IWL2gbF99xz9V3NNT1F4Xph { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.25rem;left:53.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qQVI5TsvxSCMfvupPKchBqWTpEUFe2rc { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.25rem;left:2.375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D3dRd5ySfbRkwXN156V8dP1w9h9O0xr6 { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.25rem;left:28.125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rl4wRk7AZagd5qH4MKiGhtJIfdTPs0RC { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;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:29.6875rem;left:28.125rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTssbMg6VPB8s44buc3O365Zpwm3UEmc { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:29.6875rem;left:53.9375rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TVamt1UUnPrJO6TEp2Ep4C0THoTZkh8H { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:29.75rem;left:2.375rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WHktrePkG4iVEMQQvqXAlTs7hdy5ryfN { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:24.375rem;left:2.375rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lI92r5Lo4GHIhg9GADhT4oMIV0kKcvV7 { color:#a1c6c2;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:24.375rem;left:28.125rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R2wzTG9qFvtn7gBquulFhwkPaidldUfm { color:#416d78;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.375rem;left:53.9375rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VEfco7qpnukW0l3ubsVhZVi3TXFWWoIr { box-sizing:content-box;height:16.875rem;width:23.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.625rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#wIl4fmVw18UFcDfNHpwKuoqEdby8fdKQ { box-sizing:content-box;height:16.875rem;width:23.4375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.625rem;left:25.8125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#zTTdIOS9SBGeatR6Fazn2Xaey0XXG2id { box-sizing:content-box;height:16.875rem;width:23.4375rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.625rem;left:51.5625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#TQEuA7IkcVDKyWe4HSGSfOBg1vyg87Xp { position:relative;display:block; }#TQEuA7IkcVDKyWe4HSGSfOBg1vyg87Xp { background-color: transparent; background-image: none; }#TQEuA7IkcVDKyWe4HSGSfOBg1vyg87Xp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQEuA7IkcVDKyWe4HSGSfOBg1vyg87Xp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQEuA7IkcVDKyWe4HSGSfOBg1vyg87Xp > .row .container > .video-iframe-container { display: none; }#TQEuA7IkcVDKyWe4HSGSfOBg1vyg87Xp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQEuA7IkcVDKyWe4HSGSfOBg1vyg87Xp > .row > .video-iframe-container { display: none; }#TQEuA7IkcVDKyWe4HSGSfOBg1vyg87Xp > .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); }#TQEuA7IkcVDKyWe4HSGSfOBg1vyg87Xp { border-width: 0; border-radius: 0; }#TQEuA7IkcVDKyWe4HSGSfOBg1vyg87Xp > .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; }#TQEuA7IkcVDKyWe4HSGSfOBg1vyg87Xp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.5rem;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; }#hfMOTAHxApSX7H5pNQx9MNchWoE7kQdR { color:#416d78;display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.5rem;left:1.3125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#xXMTr9E4poHR9WwhphBzInT2FpwAXE92 { color:rgba(var(--color-primary-2),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8125rem;left:1.3125rem;height:3.8999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AxgJEMC1syF0AmqnJnfwbuFrOTiLdvlq { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.0625rem;left:1.3125rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A8DBfM8m3XwODi2R9w2GDyCFkI6NCFIl { box-sizing:content-box;height:2.6875rem;width:34.625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0.4);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.35);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.35);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.35);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.35);top:18.375rem;left:1.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#FFbUhnIKwKuJzp1CZ6Mz19vCrVFFrS9t { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.25rem;left:4rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fPwwDpcfLIM1tRbZIaId5okTkbMBQf4b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:19.25rem;left:2.25rem; }
#Wt9RDLT0wSLxxzlUIwNZ5592Tg1Awyyv { box-sizing:content-box;height:2.125rem;width:7.8125rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:1.3125rem;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; }
#e9xDrl32tNtB7eD3H1ypIF8AvHtmR7cn { color:rgba(var(--color-primary-2),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23rem;left:4rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fwrQLlLNk79Roh6cUVpkvPLyCEUUWOao { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:22.9375rem;left:2.0625rem; }
#XooVWrmFUN2FL0HkJEKvgLBk3GigyBK9 { box-sizing:content-box;height:2.125rem;width:9.5625rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:9.75rem;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; }
#T4m0u4Fm9QaLbzkknxkHZKwGhQ9OqpdT { color:rgba(var(--color-primary-2),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23rem;left:12.6875rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KMdGHmxrlGMfyUpt04NWsRdJREpFgzJA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:22.8125rem;left:10.8125rem; }
#tTsAZK9GyA2UcTtla8nn6JB4kpppqOcf { box-sizing:content-box;height:2.125rem;width:9.6875rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:19.9375rem;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; }
#sq1iAOkQ47R94Fme6JueCX1F86fAflqk { color:rgba(var(--color-primary-2),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:23.0625rem;left:23.0625rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iURW88KE4DHPwz94ye4GJ5pgXJz5UxkI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:22.9375rem;left:21.0625rem; }
#rPy3Tg7Vh79mQ74EDI7NDonTBZKJuxRx { box-sizing:content-box;height:2.125rem;width:8.0625rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.75rem;left:10.5625rem;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; }
#I1lQnN5FepQyVf7IuBodRMqdEdnyi9N4 { box-sizing:content-box;height:2.125rem;width:8.125rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.75rem;left:19.25rem;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; }
#ZDD8tTy4fJ8E6Q5r07bmWDnV8BZ0Hm1I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:26.125rem;left:20.375rem; }
#E77mg3mJ51bvSLERyQpIS7T43P6lppVA { color:rgba(var(--color-primary-2),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:26.25rem;left:13.5rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eZfC3Wk26gxnvhFF2CfOtByE2XW8qkxq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:26.125rem;left:11.625rem; }
#chE3zsSFr7tzTLFVwBC5xt4IaHt52Ola { color:rgba(var(--color-primary-2),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:26.25rem;left:22.375rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#baeHFyAEvVAUVnDNBZv3BMLe56idkABQ { box-sizing:content-box;height:2.125rem;width:8.4375rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.75rem;left:1.3125rem;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; }
#RGAf99VmIoyR1AJIIl1nBX5c1JiMhmnA { color:rgba(var(--color-primary-2),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:26.25rem;left:4rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oTDQ3z0upSsuyIN7REA1iu9zVGklbeMo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:26.125rem;left:2.0625rem; }
#wBPRwJtM79GOq9h0rnpMRHHN4MrOTbwA { box-sizing:content-box;height:2.125rem;width:8rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.75rem;left:28.1875rem;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; }
#cLPiUCTHyAcwShIxlPQmVxa6OtOeGJHF { color:rgba(var(--color-primary-2),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:26.25rem;left:31.3125rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uaqJFiTASC8qxpIG4wLEJsPPufzueUgQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:26.125rem;left:29.3125rem; }
#cWalhFiuI764HEpovoql80TakEwIW32P { box-sizing:content-box;height:2.125rem;width:9.6875rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:1.3125rem;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; }
#EckyKucJ6TTcwsKTiVV4rCArIPpdEwEC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:29.0625rem;left:2.0625rem; }
#H8Egd7XsZaHVZREqf1Z2s1DouWXaQTrw { color:rgba(var(--color-primary-2),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:29.1875rem;left:4rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AXyqTPdpscIM57Zubh8blHKM6z2GnHxr { position:absolute;display:block;z-index:15008;height:21.875rem;width:32.375rem;top:7.0625rem;left:39.875rem;display:block; }
#HIlM9exFqg1BrIIV4ftLt2heRXn9SUiP { box-sizing:content-box;height:9.3125rem;width:18.9375rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.1875rem;left:41.8125rem;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; }
#zG9Z3sh4IPVcMVCoGEy9OwrpnDmzH1sB { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:25.3125rem;left:43.5625rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z4v3o87NnNLnNKycCFycmO0i7O0wvX9i { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:27.5rem;left:43.5625rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nFc9VVch6EqiHQ1EFhflmITC0HfELF5Q { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:30.1875rem;left:43.4375rem;display:block; }
#s6dgMyBCynet00ITTLwgGqpvLSlCemhy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d0xCC8qC8GOp86EzTbCOmHHltdwAvTd9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15040;opacity:1;top:25.1875rem;left:58rem; }
#alhvlAtGumnfG1yprRM5t6yUlDBl6R09 { 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; }#alhvlAtGumnfG1yprRM5t6yUlDBl6R09 > .row .container { background-color: transparent; background-image: none; }#alhvlAtGumnfG1yprRM5t6yUlDBl6R09::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alhvlAtGumnfG1yprRM5t6yUlDBl6R09 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alhvlAtGumnfG1yprRM5t6yUlDBl6R09 > .row .container > .video-iframe-container { display: none; }#alhvlAtGumnfG1yprRM5t6yUlDBl6R09 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alhvlAtGumnfG1yprRM5t6yUlDBl6R09 > .row > .video-iframe-container { display: none; }#alhvlAtGumnfG1yprRM5t6yUlDBl6R09 > .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); }#alhvlAtGumnfG1yprRM5t6yUlDBl6R09 > .row .container { border-width: 0; border-radius: 0; }#alhvlAtGumnfG1yprRM5t6yUlDBl6R09 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#alhvlAtGumnfG1yprRM5t6yUlDBl6R09 > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#rCASPgV4xCkSsVnSRC0V609uRNDz05kU { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.375rem;left:27.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bvweCJBc6Tms8Hv1PESp2nLaS2rU7QPo { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:15.625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z4WALoAtx5KMtVT5ZTb3cxWJnoTx5vov { color:#416d78;display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:21.875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#semkuhbAGE8nVuEbITOHR6SuIKdTHbZn { box-sizing:content-box;height:16.875rem;width:23.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.625rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#MnRJTvD5EtTOTUmev8SRhJAthkIvATax { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25.5625rem;left:2.375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mNU2ZOGT7oGpEgaC8MmEqUo441rxeDez { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:25.5625rem;left:28.125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rW23IgSmtVptRMP1JUflkFkdvpPUNGw5 { box-sizing:content-box;height:16.875rem;width:23.4375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.625rem;left:25.8125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#IwGwVDCfvXioOVHeEpP9UqpZyxckzx5r { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:29rem;left:28.125rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NVUTb8kTr67gDMg4TJy9qE9ocQ2pW2NX { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:29.0625rem;left:2.375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wdJEkC6QeTEKoHE9AoeDZg6KXa0xnsy7 { box-sizing:content-box;height:16.875rem;width:23.4375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.625rem;left:51.5625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#SyrG3QdkmDnCZ7bWbPtJkkaflaZxBlqX { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:25.5625rem;left:53.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lNGOT75I1HuXQ0PwBhocsS52fDeDucZI { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:29rem;left:53.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gX9KMiRXfv2GsCnow6bPtaqNcT29TUAe { color:rgba(var(--color-primary-2),0.15);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.5rem;left:2.375rem;height:4.54980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vq4JzL9UxmRTUZaN0yuEG1noLxyzEBy6 { color:rgba(var(--color-primary-2),0.15);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.5rem;left:28.125rem;height:4.54980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QZqaCf4KlSVEdWpsopr4SdRgD91iiyEI { color:rgba(var(--color-primary-2),0.15);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.5rem;left:53.9375rem;height:4.54980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IrZ7HBIwfdv3WsqWTe3Q4ngaWI2FZmra { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:2.375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#bUKaMguqSRyn6TDKvdPbkizNddomTNAw { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:28.125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#Zx9TTMadR1aRQ1ch8DzANtn6ccTTGUVc { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:53.9375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#Jtes9s9noSexcNipbwo2iFXDMZqJ0imF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:20.4375rem;left:28.9375rem; }
#mCwMXvNIFCPhwSA14x3bwmEzoh0OrEQu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:20.4375rem;left:54.75rem; }
#iuFBlHEXJkTFpHFg5ImgJ8XcCkd7xNHa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:20.4375rem;left:3.1875rem; }
#hJNMF076VXwaIa4BaOGnEam8LRXyurTG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d272e;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; }#hJNMF076VXwaIa4BaOGnEam8LRXyurTG > .row .container { background-color: transparent; background-image: none; }#hJNMF076VXwaIa4BaOGnEam8LRXyurTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJNMF076VXwaIa4BaOGnEam8LRXyurTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJNMF076VXwaIa4BaOGnEam8LRXyurTG > .row .container > .video-iframe-container { display: none; }#hJNMF076VXwaIa4BaOGnEam8LRXyurTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJNMF076VXwaIa4BaOGnEam8LRXyurTG > .row > .video-iframe-container { display: none; }#hJNMF076VXwaIa4BaOGnEam8LRXyurTG > .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); }#hJNMF076VXwaIa4BaOGnEam8LRXyurTG > .row .container { border-width: 0; border-radius: 0; }#hJNMF076VXwaIa4BaOGnEam8LRXyurTG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hJNMF076VXwaIa4BaOGnEam8LRXyurTG > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#grXEdV0MFkRvG857vsmbL1EVAyD0ifHX { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5rem;left:27.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XIJAlpSP6Zs1R9x0RzfkzmdAExdRH67I { color:rgba(var(--color-secondary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.375rem;left:15.625rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#euI7qAXs79x2NpJDWQePV7mWxgZh2Im0 { color:#416d78;display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.125rem;left:19.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#cTMSdMuvXne0SCkcnX5bbnLJLrw9vcBs { color:#a1c6c2;display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.8125rem;left:19.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ECblL9UOdKaiET5DHZqRqVWROkIsdX5w { background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:21.3125rem;left:29.75rem;display:block; }
#Z4Q0zIuI2iqmWJODsglP8gNtC1Z2X9IP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3s20UH1mw2mUyFUGwZ5wyf0GyV91qFZ { width:8rem;height:1.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB5C91TM5Vh2aXhnGh8EGwyHOqQv2gwT { width:10.625rem;height:3.125rem;top:0.5625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBFNEVRTie4oVJqT9TnzXXmsy1yQHzXV { display:block; }
 }@media only screen and (max-width: 763px) { #voBUILC7oSDb7G32cJqUBkqlxzTcElQE { width:8.125rem;height:2.4375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHsTTBp8Eqx4KBz8duTyn8rnGzbCa6qW { display:block; }
 }@media only screen and (max-width: 763px) { #HNTxSczkQGdNDTscwKLMWI9B6GZiNerJ { width:4.6875rem;height:2.4375rem;top:0.9375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3d2d0J0NUtkCLM4KkvEF5ybzvaUndMq { display:block; }
 }@media only screen and (max-width: 763px) { #oePNob898DdNFwCw0VkdZkButftSnym1 { width:6.5625rem;height:2.4375rem;top:0.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8i2mRxtTaT6nJv5BtqIlE40MBWZUnVu { display:block; }
 }@media only screen and (max-width: 763px) { #bBmaD9uaMJkJLKpOCBX9tBs4E0qfIlBO { display:block; }#bBmaD9uaMJkJLKpOCBX9tBs4E0qfIlBO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsylkspBBCcCVMSWVIdFq9dMCum8UoDn { top:8.8125rem;left:0rem;width:6.75rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNGkgqUDeBtxn7OqBVrRW00F1fFt895K { top:10.9375rem;left:0rem;width:36.25rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAgVy943buTya8UW5Aiy790XxHrUkx4c { top:14.75rem;left:0rem;width:36.25rem;height:3.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lshPIGTlDUMgPN37lCXC8WJlMdTdeaxV { top:26rem;left:0rem;width:25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blfJEymJnEpOGeQfMQu0OvUHT7rGRRVw { top:24.0625rem;left:0rem;width:25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhcJIGe3I6GQ73HS1TrqUAigMBw2DhOS { width:15.5rem;height:3.4375rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgbLbskhZMcXfRAT1xkJm5Du9eK43rFP { display:block; }
 }@media only screen and (max-width: 763px) { #w91fgVizlOSiu6VXxekWZlAZNHhBZfS6 { top:9.125rem;left:13.4375rem;width:34.3125rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyJrMTMNzv21BxSO8Xp6g5wCTki2D3FR { top:19.125rem;left:0rem;width:35.9375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtboluOIS8X00aUxmppXSbR9SRBRhsOR { top:34.1875rem;left:0rem;width:5.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9Bc6ehoPE4RigBOwIbOTAF3AK6WLL1C { top:34.625rem;left:0rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxFbD8NbeL033Te2sUaq1Dppa59PCDb6 { top:8.75rem;left:0rem;width:36.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTUJS43C5mToQ9f8bTqxFFR65HrMWaqa { top:34.9375rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXdMUyKmwezFfxoRVOPq6esocEo0tuF7 { top:34.1875rem;left:0rem;width:5.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElvZr03oiPDdJSvlMhEhvwVeAUZUZg1C { top:34.625rem;left:0rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl6xNT5mFOOfTGS9Wr6h44PuEFQMxee2 { top:34.9375rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xotCmWprClL8lvx4SpUpCqNCE0sd23GG { top:34.1875rem;left:0rem;width:9.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpdPW2W91ubveD70HiQGrWIoUl6shPLf { top:34.625rem;left:0.5rem;width:6.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxJxCTLgaTybB03Qi5O5bbJxAnWpAKay { top:34.875rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxerIdWV093x1JyE1I1k9eKMDmy71Jr4 { top:34.1875rem;left:8.5625rem;width:9.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmIV8fZvJRqqeqkxSRMrqSl37IWxMegi { top:34.625rem;left:10.5625rem;width:6.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB0Q6Ah5KeaBxn8p9A68S54grGJl6ph2 { top:34.8125rem;left:9.75rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6LunTTTmiBR4Dg27NEPS3s0Vbzw63KU { display:block; }#P6LunTTTmiBR4Dg27NEPS3s0Vbzw63KU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOflIElA13xJflegno2z64zTAdT1I8Kk { top:3.1875rem;left:0rem;width:15rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8bETW6Aa4fzvbQIqCOUQmPL59lu2Z5J { top:5.8125rem;left:0rem;width:15rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGTRh8SlX3PcUHN07dNxI0PX9Pi4QM4i { top:0rem;left:5.0375419463087rem;width:0.0625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiCSMwGgiaWBqFU19fuTS8xI72NXTAMu { top:0rem;left:25.125rem;width:0.0625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WncJHhC61DVTmXyvhETBh772WTniFffN { top:0rem;left:43.875rem;width:0.0625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KykdMRNvfcn7JcG1PlP97xoZAkkm8bkM { top:1.875rem;left:0rem;width:15rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhbfdTqHTMC5EtT7W8ip7sS8o4eDOA3A { top:1.875rem;left:7.6875rem;width:15rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb53Tf9XHsGcxVH30xLgwQ0TA7y7XlhU { top:3.1875rem;left:7.6875rem;width:15rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRCcyhDGhwBoz4LvlTtX91xvDJvWdE05 { top:5.8125rem;left:7.6875rem;width:15rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pswn0Dv1MA1BoUTseOCXP34dRMr6Tfy5 { top:1.875rem;left:27.125rem;width:15rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edbncHqIBsdIQv7DaTvpQAcTvtKnKHVR { top:3.1875rem;left:27.125rem;width:15rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXT66V2SArqtyb09MR0D1brtmiITwJam { top:5.8125rem;left:27.125rem;width:15rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qndJ3hZPJ3rzoRFcVbJ1msNhbJ1xLwH0 { top:1.875rem;left:32.75rem;width:15rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgl6gqbEn8WnpaoOBNbQ447aGWsVIdXt { top:3.1875rem;left:32.75rem;width:15rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCfZcksmIycUk3bibTWFC98vF743VMwM { top:5.8125rem;left:32.75rem;width:15rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATx5xWaXXbsH2XFn5gwvDgosNXWr9ZUk { display:block; }#ATx5xWaXXbsH2XFn5gwvDgosNXWr9ZUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFa96kFCFJnOK0Bys1QAVpOUosaXGbdC { top:5.25rem;left:13.875rem;width:20rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlrKhGesGW2NBKwTBtOHpvWx1y1K2dwq { top:6.375rem;left:2rem;width:43.75rem;height:7.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vygCUGT0JFo59Hog18tcBNUebqTuTZhG { top:15.1875rem;left:5.9375rem;width:35.9375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXemOD1F5IWL2gbF99xz9V3NNT1F4Xph { top:26.25rem;left:29rem;width:18.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQVI5TsvxSCMfvupPKchBqWTpEUFe2rc { top:26.25rem;left:0rem;width:18.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3dRd5ySfbRkwXN156V8dP1w9h9O0xr6 { top:26.25rem;left:14.5rem;width:18.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl4wRk7AZagd5qH4MKiGhtJIfdTPs0RC { top:29.6875rem;left:14.5rem;width:18.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTssbMg6VPB8s44buc3O365Zpwm3UEmc { top:29.6875rem;left:29rem;width:18.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVamt1UUnPrJO6TEp2Ep4C0THoTZkh8H { top:29.75rem;left:0rem;width:18.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHktrePkG4iVEMQQvqXAlTs7hdy5ryfN { top:24.375rem;left:0rem;width:18.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI92r5Lo4GHIhg9GADhT4oMIV0kKcvV7 { top:24.375rem;left:14.5rem;width:18.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2wzTG9qFvtn7gBquulFhwkPaidldUfm { top:24.375rem;left:29rem;width:18.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEfco7qpnukW0l3ubsVhZVi3TXFWWoIr { top:21.625rem;left:0rem;width:23.4375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIl4fmVw18UFcDfNHpwKuoqEdby8fdKQ { top:21.625rem;left:12.1875rem;width:23.4375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTTdIOS9SBGeatR6Fazn2Xaey0XXG2id { top:21.625rem;left:24.3125rem;width:23.4375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQEuA7IkcVDKyWe4HSGSfOBg1vyg87Xp { display:block; }#TQEuA7IkcVDKyWe4HSGSfOBg1vyg87Xp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfMOTAHxApSX7H5pNQx9MNchWoE7kQdR { top:13.5rem;left:0rem;width:34.625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXMTr9E4poHR9WwhphBzInT2FpwAXE92 { top:8.8125rem;left:0rem;width:34.5625rem;height:3.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxgJEMC1syF0AmqnJnfwbuFrOTiLdvlq { top:7.0625rem;left:0rem;width:28.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8DBfM8m3XwODi2R9w2GDyCFkI6NCFIl { top:18.375rem;left:0rem;width:34.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFbUhnIKwKuJzp1CZ6Mz19vCrVFFrS9t { top:19.25rem;left:0rem;width:31.4375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPwwDpcfLIM1tRbZIaId5okTkbMBQf4b { top:19.25rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt9RDLT0wSLxxzlUIwNZ5592Tg1Awyyv { top:22.5625rem;left:0rem;width:7.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9xDrl32tNtB7eD3H1ypIF8AvHtmR7cn { top:23rem;left:0rem;width:4.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwrQLlLNk79Roh6cUVpkvPLyCEUUWOao { top:22.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XooVWrmFUN2FL0HkJEKvgLBk3GigyBK9 { top:22.5625rem;left:2.9375rem;width:9.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4m0u4Fm9QaLbzkknxkHZKwGhQ9OqpdT { top:23rem;left:5.875rem;width:6rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMdGHmxrlGMfyUpt04NWsRdJREpFgzJA { top:22.8125rem;left:4rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTsAZK9GyA2UcTtla8nn6JB4kpppqOcf { top:22.5625rem;left:13.125rem;width:9.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq1iAOkQ47R94Fme6JueCX1F86fAflqk { top:23.0625rem;left:16.25rem;width:6rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iURW88KE4DHPwz94ye4GJ5pgXJz5UxkI { top:22.9375rem;left:14.25rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPy3Tg7Vh79mQ74EDI7NDonTBZKJuxRx { top:25.75rem;left:3.75rem;width:8.0625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1lQnN5FepQyVf7IuBodRMqdEdnyi9N4 { top:25.75rem;left:12.4375rem;width:8.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDD8tTy4fJ8E6Q5r07bmWDnV8BZ0Hm1I { top:26.125rem;left:13.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E77mg3mJ51bvSLERyQpIS7T43P6lppVA { top:26.25rem;left:6.6875rem;width:6rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZfC3Wk26gxnvhFF2CfOtByE2XW8qkxq { top:26.125rem;left:4.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chE3zsSFr7tzTLFVwBC5xt4IaHt52Ola { top:26.25rem;left:15.5625rem;width:4.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baeHFyAEvVAUVnDNBZv3BMLe56idkABQ { top:25.75rem;left:0rem;width:8.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGAf99VmIoyR1AJIIl1nBX5c1JiMhmnA { top:26.25rem;left:0rem;width:5.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTDQ3z0upSsuyIN7REA1iu9zVGklbeMo { top:26.125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBPRwJtM79GOq9h0rnpMRHHN4MrOTbwA { top:25.75rem;left:15.875rem;width:8rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLPiUCTHyAcwShIxlPQmVxa6OtOeGJHF { top:26.25rem;left:19.3125rem;width:4.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaqJFiTASC8qxpIG4wLEJsPPufzueUgQ { top:26.125rem;left:22.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWalhFiuI764HEpovoql80TakEwIW32P { top:28.6875rem;left:0rem;width:9.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EckyKucJ6TTcwsKTiVV4rCArIPpdEwEC { top:29.0625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Egd7XsZaHVZREqf1Z2s1DouWXaQTrw { top:29.1875rem;left:0rem;width:6.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXyqTPdpscIM57Zubh8blHKM6z2GnHxr { top:7.0625rem;left:15.375rem;width:32.375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIlM9exFqg1BrIIV4ftLt2heRXn9SUiP { top:24.1875rem;left:23.875rem;width:18.9375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG9Z3sh4IPVcMVCoGEy9OwrpnDmzH1sB { top:25.3125rem;left:23.875rem;width:15.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4v3o87NnNLnNKycCFycmO0i7O0wvX9i { top:27.5rem;left:23.875rem;width:15.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFc9VVch6EqiHQ1EFhflmITC0HfELF5Q { width:9.5625rem;height:2.3125rem;top:30.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6dgMyBCynet00ITTLwgGqpvLSlCemhy { display:block; }
 }@media only screen and (max-width: 763px) { #d0xCC8qC8GOp86EzTbCOmHHltdwAvTd9 { top:25.1875rem;left:37.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alhvlAtGumnfG1yprRM5t6yUlDBl6R09 { display:block; }#alhvlAtGumnfG1yprRM5t6yUlDBl6R09 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCASPgV4xCkSsVnSRC0V609uRNDz05kU { top:5.375rem;left:13.875rem;width:20rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvweCJBc6Tms8Hv1PESp2nLaS2rU7QPo { top:7.4375rem;left:2rem;width:43.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4WALoAtx5KMtVT5ZTb3cxWJnoTx5vov { top:11.9375rem;left:8.25rem;width:31.3125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #semkuhbAGE8nVuEbITOHR6SuIKdTHbZn { top:17.625rem;left:0rem;width:23.4375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnRJTvD5EtTOTUmev8SRhJAthkIvATax { top:25.5625rem;left:0rem;width:18.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNU2ZOGT7oGpEgaC8MmEqUo441rxeDez { top:25.5625rem;left:14.5rem;width:18.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW23IgSmtVptRMP1JUflkFkdvpPUNGw5 { top:17.625rem;left:12.1875rem;width:23.4375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwGwVDCfvXioOVHeEpP9UqpZyxckzx5r { top:29rem;left:14.5rem;width:18.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVUTb8kTr67gDMg4TJy9qE9ocQ2pW2NX { top:29.0625rem;left:0rem;width:18.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdJEkC6QeTEKoHE9AoeDZg6KXa0xnsy7 { top:17.625rem;left:24.3125rem;width:23.4375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyrG3QdkmDnCZ7bWbPtJkkaflaZxBlqX { top:25.5625rem;left:29rem;width:18.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNGOT75I1HuXQ0PwBhocsS52fDeDucZI { top:29rem;left:29rem;width:18.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX9KMiRXfv2GsCnow6bPtaqNcT29TUAe { top:19.5rem;left:0rem;width:18.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq4JzL9UxmRTUZaN0yuEG1noLxyzEBy6 { top:19.5rem;left:14.5rem;width:18.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZqaCf4KlSVEdWpsopr4SdRgD91iiyEI { top:19.5rem;left:29rem;width:18.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrZ7HBIwfdv3WsqWTe3Q4ngaWI2FZmra { top:19.625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUKaMguqSRyn6TDKvdPbkizNddomTNAw { top:19.625rem;left:14.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx9TTMadR1aRQ1ch8DzANtn6ccTTGUVc { top:19.625rem;left:40.3125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtes9s9noSexcNipbwo2iFXDMZqJ0imF { top:20.4375rem;left:15.3125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCwMXvNIFCPhwSA14x3bwmEzoh0OrEQu { top:20.4375rem;left:41.125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuFBlHEXJkTFpHFg5ImgJ8XcCkd7xNHa { top:20.4375rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJNMF076VXwaIa4BaOGnEam8LRXyurTG { display:block; }#hJNMF076VXwaIa4BaOGnEam8LRXyurTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grXEdV0MFkRvG857vsmbL1EVAyD0ifHX { top:6.5rem;left:13.875rem;width:20rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIJAlpSP6Zs1R9x0RzfkzmdAExdRH67I { top:8.375rem;left:2rem;width:43.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #euI7qAXs79x2NpJDWQePV7mWxgZh2Im0 { top:17.125rem;left:5.9375rem;width:35.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTMSdMuvXne0SCkcnX5bbnLJLrw9vcBs { top:14.8125rem;left:5.9375rem;width:35.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECblL9UOdKaiET5DHZqRqVWROkIsdX5w { width:15.5rem;height:3.4375rem;top:21.3125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4Q0zIuI2iqmWJODsglP8gNtC1Z2X9IP { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { position:fixed;z-index:199999;background-color:#0d272e;background-image:none;top:0rem;left:0rem;right:0rem;display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { background-color: transparent; background-image: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3s20UH1mw2mUyFUGwZ5wyf0GyV91qFZ { width:6.8125rem;height:1.25rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB5C91TM5Vh2aXhnGh8EGwyHOqQv2gwT { width:8.6875rem;height:2.4375rem;top:0.90625rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBFNEVRTie4oVJqT9TnzXXmsy1yQHzXV { display:block; }
 }@media only screen and (max-width: 763px) { #voBUILC7oSDb7G32cJqUBkqlxzTcElQE { width:8.125rem;height:2.4375rem;top:0.9375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHsTTBp8Eqx4KBz8duTyn8rnGzbCa6qW { display:block; }
 }@media only screen and (max-width: 763px) { #HNTxSczkQGdNDTscwKLMWI9B6GZiNerJ { width:4.6875rem;height:2.4375rem;top:0.9375rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3d2d0J0NUtkCLM4KkvEF5ybzvaUndMq { display:block; }
 }@media only screen and (max-width: 763px) { #oePNob898DdNFwCw0VkdZkButftSnym1 { width:6.5625rem;height:2.4375rem;top:0.9375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8i2mRxtTaT6nJv5BtqIlE40MBWZUnVu { display:block; }
 }@media only screen and (max-width: 763px) { #bBmaD9uaMJkJLKpOCBX9tBs4E0qfIlBO { display:block; }#bBmaD9uaMJkJLKpOCBX9tBs4E0qfIlBO > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsylkspBBCcCVMSWVIdFq9dMCum8UoDn { width:6.75rem;height:1.05615rem;top:53.5rem;left:6.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tNGkgqUDeBtxn7OqBVrRW00F1fFt895K { width:20rem;height:2rem;top:6.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAgVy943buTya8UW5Aiy790XxHrUkx4c { width:20rem;height:2rem;top:8.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lshPIGTlDUMgPN37lCXC8WJlMdTdeaxV { width:20rem;height:1.3808625rem;top:38.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blfJEymJnEpOGeQfMQu0OvUHT7rGRRVw { width:20rem;height:1.625rem;top:36.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qhcJIGe3I6GQ73HS1TrqUAigMBw2DhOS { width:15.5rem;height:3.4375rem;top:48.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgbLbskhZMcXfRAT1xkJm5Du9eK43rFP { display:block; }
 }@media only screen and (max-width: 763px) { #w91fgVizlOSiu6VXxekWZlAZNHhBZfS6 { width:20rem;height:14.8261875rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyJrMTMNzv21BxSO8Xp6g5wCTki2D3FR { width:20rem;height:5.361325rem;top:30.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vtboluOIS8X00aUxmppXSbR9SRBRhsOR { width:5.3125rem;height:1.9375rem;top:41.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9Bc6ehoPE4RigBOwIbOTAF3AK6WLL1C { width:3.4375rem;height:1.13720625rem;top:42.125rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxFbD8NbeL033Te2sUaq1Dppa59PCDb6 { width:20rem;height:1.05615rem;top:54.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTUJS43C5mToQ9f8bTqxFFR65HrMWaqa { width:0.5625rem;height:0.5625rem;top:45.25rem;left:11.375rem;background-color:#289915;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JXdMUyKmwezFfxoRVOPq6esocEo0tuF7 { width:5.3125rem;height:1.9375rem;top:41.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElvZr03oiPDdJSvlMhEhvwVeAUZUZg1C { width:3.4375rem;height:1.13720625rem;top:42.1875rem;left:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl6xNT5mFOOfTGS9Wr6h44PuEFQMxee2 { width:0.5625rem;height:0.5625rem;top:42.4375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xotCmWprClL8lvx4SpUpCqNCE0sd23GG { width:9.3125rem;height:1.9375rem;top:44.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpdPW2W91ubveD70HiQGrWIoUl6shPLf { width:6.5rem;height:1.13720625rem;top:44.875rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxJxCTLgaTybB03Qi5O5bbJxAnWpAKay { display:flex;width:0.8125rem;height:0.8125rem;top:45.0625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #BxerIdWV093x1JyE1I1k9eKMDmy71Jr4 { width:9.3125rem;height:1.9375rem;top:44.5rem;left:10.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TmIV8fZvJRqqeqkxSRMrqSl37IWxMegi { width:6.5rem;height:1.13720625rem;top:44.9375rem;left:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB0Q6Ah5KeaBxn8p9A68S54grGJl6ph2 { display:flex;width:0.8125rem;height:0.8125rem;top:42.3125rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #P6LunTTTmiBR4Dg27NEPS3s0Vbzw63KU { display:block; }#P6LunTTTmiBR4Dg27NEPS3s0Vbzw63KU > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOflIElA13xJflegno2z64zTAdT1I8Kk { width:15rem;height:2.5996125rem;top:4.94921875rem;left:2.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l8bETW6Aa4fzvbQIqCOUQmPL59lu2Z5J { width:15rem;height:1.13720625rem;top:8.3125rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xGTRh8SlX3PcUHN07dNxI0PX9Pi4QM4i { width:0.0625rem;height:8.75rem;top:9.87305rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiCSMwGgiaWBqFU19fuTS8xI72NXTAMu { width:0.0625rem;height:8.75rem;top:30.88281875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WncJHhC61DVTmXyvhETBh772WTniFffN { width:0.0625rem;height:8.75rem;top:49.50586875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KykdMRNvfcn7JcG1PlP97xoZAkkm8bkM { width:15rem;height:1.13720625rem;top:3.8125rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PhbfdTqHTMC5EtT7W8ip7sS8o4eDOA3A { width:15rem;height:1.13720625rem;top:13.810546875rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tb53Tf9XHsGcxVH30xLgwQ0TA7y7XlhU { width:15rem;height:2.5996125rem;top:15.521484375rem;left:2.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aRCcyhDGhwBoz4LvlTtX91xvDJvWdE05 { width:15rem;height:1.13720625rem;top:18.68359375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pswn0Dv1MA1BoUTseOCXP34dRMr6Tfy5 { width:15rem;height:1.13720625rem;top:23.625rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #edbncHqIBsdIQv7DaTvpQAcTvtKnKHVR { width:15rem;height:2.5996125rem;top:25.3125rem;left:2.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXT66V2SArqtyb09MR0D1brtmiITwJam { width:15rem;height:1.13720625rem;top:28.5625rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qndJ3hZPJ3rzoRFcVbJ1msNhbJ1xLwH0 { width:15rem;height:1.13720625rem;top:34.134765625rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dgl6gqbEn8WnpaoOBNbQ447aGWsVIdXt { width:15rem;height:2.5996125rem;top:35.521484375rem;left:2.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCfZcksmIycUk3bibTWFC98vF743VMwM { width:15rem;height:1.13720625rem;top:39.04296875rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATx5xWaXXbsH2XFn5gwvDgosNXWr9ZUk { display:block; }#ATx5xWaXXbsH2XFn5gwvDgosNXWr9ZUk > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFa96kFCFJnOK0Bys1QAVpOUosaXGbdC { width:20rem;height:1.13720625rem;top:2.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nlrKhGesGW2NBKwTBtOHpvWx1y1K2dwq { width:20rem;height:6.17480625rem;top:4.63671875rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vygCUGT0JFo59Hog18tcBNUebqTuTZhG { width:20rem;height:4.38720625rem;top:11.7734375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXemOD1F5IWL2gbF99xz9V3NNT1F4Xph { width:18.75rem;height:2.5996125rem;top:59.4609375rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQVI5TsvxSCMfvupPKchBqWTpEUFe2rc { width:18.75rem;height:2.5996125rem;top:23.0234375rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3dRd5ySfbRkwXN156V8dP1w9h9O0xr6 { width:18.75rem;height:2.5996125rem;top:41.3984375rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rl4wRk7AZagd5qH4MKiGhtJIfdTPs0RC { width:18.75rem;height:5.8496125rem;top:44.8359375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTssbMg6VPB8s44buc3O365Zpwm3UEmc { width:18.75rem;height:5.8496125rem;top:62.9609375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVamt1UUnPrJO6TEp2Ep4C0THoTZkh8H { width:18.75rem;height:5.8496125rem;top:26.7734375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHktrePkG4iVEMQQvqXAlTs7hdy5ryfN { width:18.75rem;height:1.13720625rem;top:21.3359375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lI92r5Lo4GHIhg9GADhT4oMIV0kKcvV7 { width:18.75rem;height:1.13720625rem;top:39.5234375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2wzTG9qFvtn7gBquulFhwkPaidldUfm { width:18.75rem;height:1.13720625rem;top:57.6484375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEfco7qpnukW0l3ubsVhZVi3TXFWWoIr { width:20rem;height:16.875rem;top:18.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIl4fmVw18UFcDfNHpwKuoqEdby8fdKQ { width:20rem;height:16.875rem;top:36.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTTdIOS9SBGeatR6Fazn2Xaey0XXG2id { width:20rem;height:16.875rem;top:54.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQEuA7IkcVDKyWe4HSGSfOBg1vyg87Xp { display:block; }#TQEuA7IkcVDKyWe4HSGSfOBg1vyg87Xp > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfMOTAHxApSX7H5pNQx9MNchWoE7kQdR { width:20rem;height:4.38720625rem;top:9.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXMTr9E4poHR9WwhphBzInT2FpwAXE92 { width:16.5625rem;height:5.69921875rem;top:2.94921875rem;left:1.71875rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AxgJEMC1syF0AmqnJnfwbuFrOTiLdvlq { width:20rem;height:1.13720625rem;top:1.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8DBfM8m3XwODi2R9w2GDyCFkI6NCFIl { width:19.875rem;height:3.125rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFbUhnIKwKuJzp1CZ6Mz19vCrVFFrS9t { width:16.9375rem;height:2.11230625rem;top:16.375rem;left:2.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fPwwDpcfLIM1tRbZIaId5okTkbMBQf4b { display:flex;width:1rem;height:1rem;top:16.9375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Wt9RDLT0wSLxxzlUIwNZ5592Tg1Awyyv { width:7.8125rem;height:2.125rem;top:21.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9xDrl32tNtB7eD3H1ypIF8AvHtmR7cn { width:4.6875rem;height:1.13720625rem;top:21.875rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwrQLlLNk79Roh6cUVpkvPLyCEUUWOao { display:flex;width:1.375rem;height:1.375rem;top:21.75rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #XooVWrmFUN2FL0HkJEKvgLBk3GigyBK9 { width:9.5625rem;height:2.125rem;top:21.375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4m0u4Fm9QaLbzkknxkHZKwGhQ9OqpdT { width:6rem;height:1.13720625rem;top:21.875rem;left:12.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMdGHmxrlGMfyUpt04NWsRdJREpFgzJA { display:flex;width:1.375rem;height:1.375rem;top:21.625rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #tTsAZK9GyA2UcTtla8nn6JB4kpppqOcf { width:9.25rem;height:2.125rem;top:24.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq1iAOkQ47R94Fme6JueCX1F86fAflqk { width:6rem;height:1.13720625rem;top:24.6875rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iURW88KE4DHPwz94ye4GJ5pgXJz5UxkI { display:flex;width:1.375rem;height:1.375rem;top:24.5625rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #rPy3Tg7Vh79mQ74EDI7NDonTBZKJuxRx { width:8.0625rem;height:2.125rem;top:29.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1lQnN5FepQyVf7IuBodRMqdEdnyi9N4 { width:8.125rem;height:2.125rem;top:27rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDD8tTy4fJ8E6Q5r07bmWDnV8BZ0Hm1I { display:flex;width:1.375rem;height:1.375rem;top:27.375rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #E77mg3mJ51bvSLERyQpIS7T43P6lppVA { width:4.5625rem;height:1.13720625rem;top:30.1875rem;left:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZfC3Wk26gxnvhFF2CfOtByE2XW8qkxq { display:flex;width:1.375rem;height:1.375rem;top:30.0625rem;left:11.125rem; }
 }@media only screen and (max-width: 763px) { #chE3zsSFr7tzTLFVwBC5xt4IaHt52Ola { width:4.5625rem;height:1.13720625rem;top:27.5rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baeHFyAEvVAUVnDNBZv3BMLe56idkABQ { width:8.4375rem;height:2.125rem;top:24.1875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGAf99VmIoyR1AJIIl1nBX5c1JiMhmnA { width:5.1875rem;height:1.13720625rem;top:24.6875rem;left:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTDQ3z0upSsuyIN7REA1iu9zVGklbeMo { display:flex;width:1.375rem;height:1.375rem;top:24.5625rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #wBPRwJtM79GOq9h0rnpMRHHN4MrOTbwA { width:8rem;height:2.125rem;top:29.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLPiUCTHyAcwShIxlPQmVxa6OtOeGJHF { width:4.5625rem;height:1.13720625rem;top:30.1875rem;left:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaqJFiTASC8qxpIG4wLEJsPPufzueUgQ { display:flex;width:1.375rem;height:1.375rem;top:30.0625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #cWalhFiuI764HEpovoql80TakEwIW32P { width:9.6875rem;height:2.125rem;top:27rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EckyKucJ6TTcwsKTiVV4rCArIPpdEwEC { display:flex;width:1.375rem;height:1.375rem;top:27.375rem;left:10.3125rem; }
 }@media only screen and (max-width: 763px) { #H8Egd7XsZaHVZREqf1Z2s1DouWXaQTrw { width:6.4375rem;height:1.13720625rem;top:27.5rem;left:12.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXyqTPdpscIM57Zubh8blHKM6z2GnHxr { width:20rem;height:21.875rem;top:34.5751953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIlM9exFqg1BrIIV4ftLt2heRXn9SUiP { width:18rem;height:9.1875rem;top:51.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG9Z3sh4IPVcMVCoGEy9OwrpnDmzH1sB { width:15.0625rem;height:1.4624rem;top:54.2890625rem;left:2.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4v3o87NnNLnNKycCFycmO0i7O0wvX9i { width:14.625rem;height:1.13720625rem;top:55.6884765625rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nFc9VVch6EqiHQ1EFhflmITC0HfELF5Q { width:9.5625rem;height:2.5625rem;top:57.375rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6dgMyBCynet00ITTLwgGqpvLSlCemhy { display:block; }
 }@media only screen and (max-width: 763px) { #d0xCC8qC8GOp86EzTbCOmHHltdwAvTd9 { display:flex;width:1.875rem;height:1.875rem;top:50.630859375rem;left:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #alhvlAtGumnfG1yprRM5t6yUlDBl6R09 { display:block; }#alhvlAtGumnfG1yprRM5t6yUlDBl6R09 > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCASPgV4xCkSsVnSRC0V609uRNDz05kU { width:20rem;height:1.13720625rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvweCJBc6Tms8Hv1PESp2nLaS2rU7QPo { width:20rem;height:2.5996125rem;top:3.63671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4WALoAtx5KMtVT5ZTb3cxWJnoTx5vov { width:20rem;height:2.92480625rem;top:7.48633125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #semkuhbAGE8nVuEbITOHR6SuIKdTHbZn { width:20rem;height:16.875rem;top:13.61133125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnRJTvD5EtTOTUmev8SRhJAthkIvATax { width:17.1875rem;height:2.5996125rem;top:21.548828125rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNU2ZOGT7oGpEgaC8MmEqUo441rxeDez { width:17.6875rem;height:2.5996125rem;top:39.673828125rem;left:1.15625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rW23IgSmtVptRMP1JUflkFkdvpPUNGw5 { width:20rem;height:16.875rem;top:31.73633125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwGwVDCfvXioOVHeEpP9UqpZyxckzx5r { width:18.75rem;height:3.8994125rem;top:42.923828125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NVUTb8kTr67gDMg4TJy9qE9ocQ2pW2NX { width:17.625rem;height:2.5996125rem;top:25.048828125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wdJEkC6QeTEKoHE9AoeDZg6KXa0xnsy7 { width:20rem;height:16.875rem;top:49.86133125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyrG3QdkmDnCZ7bWbPtJkkaflaZxBlqX { width:18.75rem;height:2.5996125rem;top:57.8125rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lNGOT75I1HuXQ0PwBhocsS52fDeDucZI { width:18.75rem;height:2.5996125rem;top:61.25rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gX9KMiRXfv2GsCnow6bPtaqNcT29TUAe { width:18.75rem;height:2.5996125rem;top:14.5244140625rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vq4JzL9UxmRTUZaN0yuEG1noLxyzEBy6 { width:18.75rem;height:2.5996125rem;top:32.986328125rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QZqaCf4KlSVEdWpsopr4SdRgD91iiyEI { width:18.75rem;height:2.5996125rem;top:51.236328125rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IrZ7HBIwfdv3WsqWTe3Q4ngaWI2FZmra { width:4.375rem;height:4.375rem;top:16.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUKaMguqSRyn6TDKvdPbkizNddomTNAw { width:4.375rem;height:4.375rem;top:34.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx9TTMadR1aRQ1ch8DzANtn6ccTTGUVc { width:4.375rem;height:4.375rem;top:52.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtes9s9noSexcNipbwo2iFXDMZqJ0imF { display:flex;width:2.75rem;height:2.75rem;top:35rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #mCwMXvNIFCPhwSA14x3bwmEzoh0OrEQu { display:flex;width:2.75rem;height:2.75rem;top:52.875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #iuFBlHEXJkTFpHFg5ImgJ8XcCkd7xNHa { display:flex;width:2.75rem;height:2.75rem;top:17.0625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #hJNMF076VXwaIa4BaOGnEam8LRXyurTG { display:block; }#hJNMF076VXwaIa4BaOGnEam8LRXyurTG > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grXEdV0MFkRvG857vsmbL1EVAyD0ifHX { width:20rem;height:1.13720625rem;top:4.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIJAlpSP6Zs1R9x0RzfkzmdAExdRH67I { width:20rem;height:2.5996125rem;top:6.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euI7qAXs79x2NpJDWQePV7mWxgZh2Im0 { width:20rem;height:1.29980625rem;top:13.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTMSdMuvXne0SCkcnX5bbnLJLrw9vcBs { width:18.75rem;height:3.25rem;top:10.09375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ECblL9UOdKaiET5DHZqRqVWROkIsdX5w { width:15.5rem;height:3.4375rem;top:16.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4Q0zIuI2iqmWJODsglP8gNtC1Z2X9IP { display:block; }
 }