.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:217,234,245;--color-primary-1:128,187,223;--color-primary-2:0,118,191;--color-primary-3:0,59,96;--color-primary-4:0,18,29;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:96,96,96;--color-tertiary-4:0,0,0;--headlines-font-family:"Arial";--paragraphs-font-family:"Arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/MmfZLadC/Nikkei_Asia_map_1200_628_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa { 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;z-index:auto;display:none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { border-width: 0; border-radius: 0; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6.4375rem;width:75rem;position:relative;display:none; }#HFa3eW1wxKb5AlNEi6G8ScB5CLtsE0Wm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:17.1875rem;top:1.064453125rem;left:2.625rem;overflow:hidden;display:block; }
#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { 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;z-index:auto;display:block; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { background-color: transparent; background-image: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container > .video-iframe-container { display: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container { display: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .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); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { border-width: 0; border-radius: 0; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6.4375rem;width:75rem;position:relative;display:block; }#eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:17.1875rem;top:1.064453125rem;left:2.625rem;overflow:hidden;display:block; }
#niTyO8QZiIuCJ04nXct8Z9ZH3LyCChp6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:12.625rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:2.3125rem;left:55.623441696167rem;display:block; }
#mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LAms9wbtWAOZX5kkmmFvUGxHfvN02fgF { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:rgba(var(--color-secondary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:1.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.875rem;left:68.87499809265rem;display:none; }
#leVqwA7XmDA9kp5HnPatchfJLKvN4vn5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OltrrW4iDCJKC8yWglKdtWAMUuR9TuH4 { position:relative;display:block; }#OltrrW4iDCJKC8yWglKdtWAMUuR9TuH4 { background-color: transparent; background-image: none; }#OltrrW4iDCJKC8yWglKdtWAMUuR9TuH4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OltrrW4iDCJKC8yWglKdtWAMUuR9TuH4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OltrrW4iDCJKC8yWglKdtWAMUuR9TuH4 > .row .container > .video-iframe-container { display: none; }#OltrrW4iDCJKC8yWglKdtWAMUuR9TuH4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OltrrW4iDCJKC8yWglKdtWAMUuR9TuH4 > .row > .video-iframe-container { display: none; }#OltrrW4iDCJKC8yWglKdtWAMUuR9TuH4 > .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); }#OltrrW4iDCJKC8yWglKdtWAMUuR9TuH4 { border-width: 0; border-radius: 0; }#OltrrW4iDCJKC8yWglKdtWAMUuR9TuH4 > .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; }#OltrrW4iDCJKC8yWglKdtWAMUuR9TuH4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:19.125rem;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; }#xOlQXnaQZLbPasOV1TMd7LrmMxUiDkup { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1259765625rem;left:0.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#knXktxNhdH26p7sEKN2qTKRDXCFP3TUH { position:absolute;display:block;z-index:14993;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.3745rem;width:13.75rem;top:8.375rem;left:22.12451171875rem;display:block; }
#DzgJNd15UggTcRvXb2NFypxOp01duVaw { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:rgba(var(--color-secondary-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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.5625rem;left:22.3115234375rem;display:block; }
#inTAwAIRTxhDptnTLTgk4Aev5k0HpoEQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lbtMas9k3GsasVZUK4EzNmRT4T0GdRVg { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.3745rem;width:13.75rem;top:8.3759765625rem;left:41.06103515625rem;display:block; }
#hiaKf2dB1RpvaNwDt2sTmlL6z1U9gnZw { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:rgba(var(--color-secondary-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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.62425rem;height:2.6245125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8.5634765625rem;left:41.1875rem;display:block; }
#XrMBvLTrrnkRMt5ENPurAU5Jonkrm06w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RLsUX143luzbWZyPNSl7vRdCRNzrQfIW { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:10.87646484375rem;left:46.43701171875rem;display:block; }
#QPWWfgFChpvaOVd9c2Xf0bNJPMaJnBxh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:10rem;left:26.9375rem; }
#QPWWfgFChpvaOVd9c2Xf0bNJPMaJnBxh > img { max-width: 100%;max-height:100%; width:4.875rem; height:4.875rem; }#g5qeM67uIpVEzGBbHNfa6vqRdNpypSIE { position:relative;display:none; }#g5qeM67uIpVEzGBbHNfa6vqRdNpypSIE { border-width: 0; border-radius: 0; }#g5qeM67uIpVEzGBbHNfa6vqRdNpypSIE > .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; }#g5qeM67uIpVEzGBbHNfa6vqRdNpypSIE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:19.125rem;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:none; }#oygyD29pTCb6D5Ck6PmoWX4nelCQLISe { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1259765625rem;left:0.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#rcUKgCRX95Rsy2pnozFzL9VZD5it3BaM { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.3745rem;width:13.75rem;top:8.375rem;left:22.12451171875rem;display:block; }
#S8igrRAbvwEQqCBdwpJgZLEdOPaUOg6E { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:rgba(var(--color-secondary-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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.3125rem;left:22.3115234375rem;display:block; }
#PbZg8TiVDdM3nOHVCCCqV7EiASizKHAs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yp8W33m8rkuhc4lXKP52ufQUui8UuKgg { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:10.75048828125rem;left:27.68701171875rem;display:block; }
#LtIi1hVi6LUBM033ySDDg8COpcUgwFOg { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.3745rem;width:13.75rem;top:8.3759765625rem;left:41.06103515625rem;display:block; }
#Sx0ndrlLirZrbk0qgvLuy33wn03dyDqp { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:rgba(var(--color-secondary-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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.62425rem;height:2.6245125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8.5634765625rem;left:41.1875rem;display:block; }
#Zm58W2Zrv0LexusQ1npSqkKLyx8zuic7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#snMcAtz5tFEtGM9EZkPVN3FiXTQBtXml { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:10.87646484375rem;left:46.43701171875rem;display:block; }
#FxTWJMXmXpEz391hrGXodJ8cFhz2Lp6F { position:relative;display:block; }#FxTWJMXmXpEz391hrGXodJ8cFhz2Lp6F { background-color: transparent; background-image: none; }#FxTWJMXmXpEz391hrGXodJ8cFhz2Lp6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxTWJMXmXpEz391hrGXodJ8cFhz2Lp6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxTWJMXmXpEz391hrGXodJ8cFhz2Lp6F > .row .container > .video-iframe-container { display: none; }#FxTWJMXmXpEz391hrGXodJ8cFhz2Lp6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxTWJMXmXpEz391hrGXodJ8cFhz2Lp6F > .row > .video-iframe-container { display: none; }#FxTWJMXmXpEz391hrGXodJ8cFhz2Lp6F > .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); }#FxTWJMXmXpEz391hrGXodJ8cFhz2Lp6F { border-width: 0; border-radius: 0; }#FxTWJMXmXpEz391hrGXodJ8cFhz2Lp6F > .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; }#FxTWJMXmXpEz391hrGXodJ8cFhz2Lp6F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:73.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D9LtFIrFKGeL0Sy2Xis6mG0TpRhXEQPm { color:rgba(var(--color-tertiary-3),1);display:block;width:45.7495rem;position:absolute;font-family:"roboto slab";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1865234375rem;left:2.3974609375rem;height:2.4375rem;display:block; }
#rDAmvbaHvuEMgzZS9kufirpWS7b2Rk5Q { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#QFhOaohzK3o9accvELfIZ1UWRN2sOoKa { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61.0625rem;width:26.8125rem;top:6.7109375rem;left:4.875rem;overflow:hidden;display:block; }
#eFcOQDwg0rMeI3HP84PFhr3sTrKUnXP7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.89501953125rem;left:41.25rem;height:1.4624rem;font-style:normal;display:block; }
#F4ZuF8TpJsJiqn2ymaO68mopJgkhl78f { color:rgba(var(--color-tertiary-3),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.14453125rem;left:42.5rem;height:1.3rem;display:block; }
#lwxKZ8HVPnn03dXaiRZdMnhZGMptI9c6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.64501953125rem;left:41.25rem;height:1.4624rem;font-style:normal;display:block; }
#kNtyZdIyrb2HMHJlskcrA2IGn24kMKGV { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.89501953125rem;left:42.5rem;height:2.59765625rem;display:block; }
#UeCqTBi9mopNL1Mhk2zwhiJb1iwUAEoQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.64501953125rem;left:41.25rem;height:1.4624rem;font-style:normal;display:block; }
#Cl6t0vfoex0B2aTqRKMXAVp3fz9bqFyf { color:rgba(var(--color-tertiary-3),1);display:block;width:21.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:19.942626953125rem;left:42.5rem;height:1.3rem;display:block; }
#VVUaZLHVmVAr2ysa3oVvM5RRLhzapsTW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.39501953125rem;left:41.25rem;height:1.4624rem;font-style:normal;display:block; }
#pJ6D8CFatUoNdSOGeUb2CPLaQvp1GDax { color:rgba(var(--color-tertiary-3),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:23.64501953125rem;left:42.5rem;height:2.59765625rem;display:block; }
#wAMQsKLSEhhnnANabh8hlvv7fuWR7toL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:36.14501953125rem;left:41.25rem;height:1.4624rem;font-style:normal;display:block; }
#s9PCZtyiWfQ3M9L7VNosN7xdZSAIC9ng { color:rgba(var(--color-tertiary-3),1);display:block;width:28.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:37.442626953125rem;left:42.5rem;height:2.59765625rem;display:block; }
#H1TJ3v4R6gVp1d8QkfhQbSTKckkabDzI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:28.64501953125rem;left:41.25rem;height:1.4624rem;font-style:normal;display:block; }
#Mbp5h5GEmTDVTK0VQKhTt8hepgoxWzAa { color:rgba(var(--color-tertiary-3),1);display:block;width:28.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:29.942626953125rem;left:42.5rem;height:3.8964875rem;display:block; }
#CakzqNoA7TctT5xtSF0N7pJrZnpAQkHA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:41.582418441772rem;left:41.249996185302rem;height:1.4624rem;font-style:normal;display:block; }
#ga6AG3BaWy8sFdNlFehCmRyBpgXZ84Ra { color:rgba(var(--color-tertiary-3),1);display:block;width:28.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:43.317182540894rem;left:42.499217987061rem;height:2.59765625rem;display:block; }
#SApZlSMXsGroqCmVMMrGvuHF3XSedDQ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:47.957029342651rem;left:41.249996185302rem;height:1.4624rem;font-style:normal;display:block; }
#XTwlUorrHDqM1hKATok9eb49lIEOJVIP { color:rgba(var(--color-tertiary-3),1);display:block;width:28.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:49.441793441772rem;left:42.499217987061rem;height:2.59765625rem;display:block; }
#NTueqD9Ei746F4qP3xh498R2FX6TQiHh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:53.644918441772rem;left:41.249996185302rem;height:1.4624rem;font-style:normal;display:block; }
#LPJn2oFF8VIMzXuFtDDPMeSAN24xNIdX { color:rgba(var(--color-tertiary-3),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:55.317182540894rem;left:42.499217987061rem;height:3.8964875rem;display:block; }
#bgDDNprJQ8X4DTE0ZNcot6LTu7T6Nl6x { position:relative;display:none; }#bgDDNprJQ8X4DTE0ZNcot6LTu7T6Nl6x { border-width: 0; border-radius: 0; }#bgDDNprJQ8X4DTE0ZNcot6LTu7T6Nl6x > .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; }#bgDDNprJQ8X4DTE0ZNcot6LTu7T6Nl6x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:90rem;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:none; }#zyKvfxOW6qwWX2P3WiryeBlAV59hyuJF { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#SETJmQ3c5BhALG3SsI4BX4r9DnlEGFwU { color:rgba(var(--color-tertiary-3),1);display:block;width:25.375rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1847658157349rem;left:2.396484375rem;height:3.2484375rem;display:none; }
#uT1RtIfPKM0sP6tDEJ1y9rExpGWPTWrf { color:rgba(var(--color-tertiary-3),1);display:block;width:47.499625rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:27.499217987061rem;height:3.2484375rem;display:none; }
#Qv2U7wrzLEJ6W3gi6HgwNAw58fLl6uXu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.6886749267575rem;left:3.75rem;display:none; }
#DRw6CNeoA92EF9MRQcBpU1pJ42FzmLt6 { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8765563964844rem;left:7.5rem;height:1.6253875rem;font-style:normal;display:none; }
#moBTdXm2Oa0ynTvXbix5o7Hw59C0AFwR { position:absolute;display:block;z-index:15019;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:10.75rem;width:31.1875rem;top:11.750390052796rem;left:7.5rem;overflow:hidden;display:none; }
#ptnXuZ0g2LqcQ4D6NiD7DTLnJGUiD3QV { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:26.379687309265rem;left:3.75rem;display:none; }
#Oau6p97c9C09Zw3DtrfaRchfLCba1uH3 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.486328125rem;left:6.2507820129394rem;height:1.6253875rem;font-style:normal;display:none; }
#RbWgvk10sNmMz8y4Mvi6s4Civbt8ea6x { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:27.499206542969rem;left:18.749607086182rem;height:1.6253875rem;font-style:normal;display:none; }
#pee7599QCvu03S2oaZfvJUPwnQmCmcrt { color:rgba(var(--color-tertiary-3),1);display:block;width:40.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.625780105591rem;left:27.499217987061rem;height:1.6253875rem;font-style:normal;display:none; }
#UIzwXSl9EHJcTnn2VxcvID5K4bylfWPU { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:36.755856513977rem;left:3.75rem;display:none; }
#TpT8LlMTcWctgAVpQqdKIzlQ4r0GUxO5 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.310125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32.487107276916rem;left:6.1875rem;height:1.6253875rem;font-style:normal;display:none; }
#ZRSBtrMyGnkP5xTJrHagxqidVQ6wyw10 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:32.5rem;left:18.75rem;height:1.6253875rem;font-style:normal;display:none; }
#wPEz6ZgbnyJLWIrlJPTS3QJLnIUbAsLT { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:32.249999046326rem;left:27.499217987061rem;height:3.25078125rem;font-style:normal;display:none; }
#E9zozdIW1SO1UQRmyPp31gtWgJMI6z3c { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:67.5rem;top:30.504685401916rem;left:3.75rem;display:none; }
#F9nZw1lR5w8WbqfJc7Ia5flDsGEtV5uz { color:rgba(var(--color-tertiary-3),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37.624998092651rem;left:6.2496109008789rem;height:3.25078125rem;font-style:normal;display:none; }
#fSFK3VTOobJBfoHHIVgsvcToz6tWuIFy { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:38.0625rem;left:18.75rem;height:1.6253875rem;font-style:normal;display:none; }
#REwfVA1wf7QoMiDkyqdkr4GvQwVykP66 { color:rgba(var(--color-tertiary-3),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:38.001561164856rem;left:27.499217987061rem;height:3.25078125rem;font-style:normal;display:none; }
#U2F8TlMEgLyDaG1800qDkCssVif0I5r3 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:43.75rem;left:6.2496109008789rem;height:1.6253875rem;font-style:normal;display:none; }
#ndnDwcpgmSVvguF6bTc8HCoTSZ0ePnWM { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:67.5rem;top:41.692581176757rem;left:3.75rem;display:none; }
#aExmfN2RJwJDH1rhWAJ3hAGeIQtC4MJ4 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:43.75rem;left:18.75rem;height:1.6253875rem;font-style:normal;display:none; }
#b97oUG5x7I1ftb3wzzDnxolPTwrAEAL2 { color:rgba(var(--color-tertiary-3),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:43.000779151916rem;left:27.623435974121rem;height:3.250775rem;font-style:normal;display:none; }
#fB4btX11CkZ5VgAZK8plipWCZmigsXba { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:47.875779151916rem;left:3.75rem;display:none; }
#GNCQUG5Q6DonJ3zMDbHH8w1iVZuTgI4h { color:rgba(var(--color-tertiary-3),1);display:block;width:9.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:49.375rem;left:6.2496109008789rem;height:1.6253875rem;font-style:normal;display:none; }
#RPTJuqXbJ4EQBWfKVd3cwxDo5hRZTr3B { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:49.375rem;left:18.75rem;height:1.6253875rem;font-style:normal;display:none; }
#a51IPWR23PbliE71QNQ4SrsTQuN5Ib5I { color:rgba(var(--color-tertiary-3),1);display:block;width:41.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:49.251561164856rem;left:27.499217987061rem;height:1.6253875rem;font-style:normal;display:none; }
#glUZO1SlukaQnh3Z15nSGd1FepdMIfrN { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12421875rem;width:67.5rem;top:52.875rem;left:3.75rem;display:none; }
#ezx4h4KZv5AB3swhmHM1BK7g9niWGly6 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:54.064056396484rem;left:6.2496109008789rem;height:1.6253875rem;font-style:normal;display:none; }
#QCEtRicZ4aeHAV5SrfNKo1Py6ycs07rH { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:54.062103271484rem;left:19.375rem;height:1.6253875rem;font-style:normal;display:none; }
#d82CxLyTScS19ZJl290CNyagTBqzshvS { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:54.250779151916rem;left:27.499217987061rem;height:3.25078125rem;font-style:normal;display:none; }
#Gl07nW6VgW6gs2JdH6HFVgizzxEZza9E { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:59.125779151916rem;left:3.75rem;display:none; }
#X4ew2UHnBayHWCtoHwl0uLk0hscRT0QW { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:60.499997615814rem;left:6.2496109008789rem;height:1.6253875rem;font-style:normal;display:none; }
#Th5G64PQZMldZK2E9s3H7hBPtrGNenBp { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:60.5rem;left:19.375rem;height:1.6253875rem;font-style:normal;display:none; }
#e31JenTO7ZT0VB6xXsd5UFQhbOMvlD7g { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:60.5rem;left:27.499217987061rem;height:3.25078125rem;font-style:normal;display:none; }
#E3vmCCWyZmA0PueB4mDksZUpe41SGHow { position:relative;display:block; }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow { background-color: transparent; background-image: none; }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow > .row .container > .video-iframe-container { display: none; }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow > .row > .video-iframe-container { display: none; }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow > .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); }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow { border-width: 0; border-radius: 0; }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow > .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; }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.25rem;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; }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 { position:relative;display:block; }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 { background-color: transparent; background-image: none; }#E50XNywQmnGzDKi4hMRhLGoghUL37W85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 > .row .container > .video-iframe-container { display: none; }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 > .row > .video-iframe-container { display: none; }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 > .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); }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 { border-width: 0; border-radius: 0; }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 > .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; }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:60.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vGhdDIZ60o5zIIL5dflKQGx3RBmBW1gH { color:rgba(var(--color-tertiary-3),1);display:block;width:34rem;position:absolute;font-family:"roboto slab";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1845703125rem;left:2.396484375rem;height:2.4375rem;display:block; }
#vLBgt5yhK0wCWIdx01yglL02WA0R81To { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#d6NPKw5Z1FnTmlrOB6dSLQ7iCAlcA3pb { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:26.379687309265rem;left:3.75rem;display:block; }
#Vi7ez0yO56buZVRlyih5cLbVk8m7AlfX { color:rgba(var(--color-tertiary-3),1);display:block;width:40.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.625780105591rem;left:27.499217987061rem;height:1.625rem;font-style:normal;display:block; }
#o9JN0Q2aRFwA2239dIoAKFKsQbUT8Tox { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:36.004150390625rem;left:3.75rem;display:block; }
#QzCqqzGQlcolnpAvaRtTdZFKrg6bOkBS { color:rgba(var(--color-tertiary-3),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37.248046875rem;left:6.248779296875rem;height:3.2495125rem;font-style:normal;display:block; }
#E9MJHm2MnzB5zKX3x3Z0dINENWkBtXQ4 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:67.5rem;top:42.254150390625rem;left:3.75rem;display:block; }
#vMcqNufugcTMV6IkDxw6LkNmqTptGAa2 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:43.499267578125rem;left:6.248779296875rem;height:3.2495125rem;font-style:normal;display:block; }
#c5VvJ0OFZ8QF5WNUeuSGP4L3Z8HDrCeE { color:rgba(var(--color-tertiary-3),1);display:block;width:13.310125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:33.17333984375rem;left:6.1865234375rem;height:1.62475625rem;font-style:normal;display:block; }
#IdFvPfU8bKHHWwcabumO4iagy1zZZRCJ { color:rgba(var(--color-tertiary-3),1);display:block;width:9.6875rem;position:absolute;font-family:"roboto slab";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.006103515625rem;left:51.25rem;height:;font-style:normal;display:block; }
#hf9Sp2pvm8vvSDZsafnnTqsPwa68ryVS { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:67.5rem;top:32.003662109375rem;left:3.75rem;display:block; }
#gV0B59JlesAf0RrLQT4okB4cdZ9FbCgk { color:rgba(var(--color-tertiary-3),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.486328125rem;left:6.2507820129394rem;height:3.2495125rem;font-style:normal;display:block; }
#dkvbdcToPhxLQ7TgGTvSyruONneh8i2t { color:rgba(var(--color-tertiary-3),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:32.9365234375rem;left:27.498779296875rem;height:1.62475625rem;font-style:normal;display:block; }
#BLh40SLnsmyOLC1MZbTlPPs7o9F0SehU { color:rgba(var(--color-tertiary-3),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:37.000244140625rem;left:27.498779296875rem;height:3.2495125rem;font-style:normal;display:block; }
#nxAvdFRAXpaZz4OREXHxTfew3RBGWhrQ { color:rgba(var(--color-tertiary-3),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:43.2490234375rem;left:27.6220703125rem;height:1.62475625rem;font-style:normal;display:block; }
#rk3lOQ2cwmMtBMhxFAxb32RZ1uBPOaCD { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:47.060546875rem;left:3.75rem;display:block; }
#gZUWqzSgmR73dqxipIbT2MdhPqfbXT2L { color:rgba(var(--color-tertiary-3),1);display:block;width:9.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:48.310791015625rem;left:6.248779296875rem;height:3.2495125rem;font-style:normal;display:block; }
#hzSSNLwgqBsXpRqSlLl601HiThwxFio0 { color:rgba(var(--color-tertiary-3),1);display:block;width:41.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:47.749267578125rem;left:27.498779296875rem;height:1.62475625rem;font-style:normal;display:block; }
#NXggwuaHulmMdxMeaILMhXlqRtX8w2HS { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12421875rem;width:67.5rem;top:51.99853515625rem;left:3.75rem;display:block; }
#t873eIg1d8KkbaH5bZHbVdEtsvP1Lohk { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:53.12451171875rem;left:6.248779296875rem;height:1.62475625rem;font-style:normal;display:block; }
#u1z5EAe2uSDBzJuayloyFe4rJzuwi40V { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:52.810791015625rem;left:27.498779296875rem;height:1.62475625rem;font-style:normal;display:block; }
#yOBDfRtftPZcpHoMNsgehCitpPiuX1Lo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7.3759765625rem;left:3.75rem; }
#sOMKgvHaseBlWNro2ccibtJ3TKwvK62U { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.3125rem;left:7.5rem;height:1.625rem;font-style:normal;display:block; }
#gGm2PwgoUUMpMHTnQ3d5MZ3foqAuzeDT { position:absolute;display:block;z-index:15019;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:10.75rem;width:31.1875rem;top:11.750390052796rem;left:7.5rem;overflow:hidden;display:block; }
#VAQa8w8dgQBcxF1DSbMvQ3lISxTaApXJ { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:55.56103515625rem;left:3.75rem;display:block; }
#CmblxDKkGLb2lwiFTcEmwn1gtiGVICxl { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:56.935546875rem;left:6.248779296875rem;height:1.62475625rem;font-style:normal;display:block; }
#s4q32xzFMTyPUf24TKuFV9ZxzS6XQe77 { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:56.560791015625rem;left:27.498779296875rem;height:1.62475625rem;font-style:normal;display:block; }
#m5iZid4ToTNvT6BQKInaTi9mGkMu2v2H { color:rgba(var(--color-tertiary-3),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:27.4990234375rem;left:18.7490234375rem;height:1.625rem;font-style:normal;display:block; }
#l2oG0mqkAV91xmTaXmm1otRHNTdrwFRB { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:33.2490234375rem;left:18.75rem;height:1.62475625rem;font-style:normal;display:block; }
#pFXoTGIyucwAhrGWRoUpQUUXypeTUs7V { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:37.249267578125rem;left:18.75rem;height:1.62475625rem;font-style:normal;display:block; }
#iS7CNy2u2AKs1QfbU07EvCkVE4zlLLQ1 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:43.43701171875rem;left:18.75rem;height:1.62475625rem;font-style:normal;display:block; }
#yUdbKJIpK0OFttIsMgr2LJTev8EhUESv { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:48.060546875rem;left:18.75rem;height:1.62475625rem;font-style:normal;display:block; }
#qx4DtZayy92B2q38VpyazSNtp5maCDFm { color:rgba(var(--color-tertiary-3),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:53.059814453125rem;left:18.6865234375rem;height:1.62475625rem;font-style:normal;display:block; }
#JhadBxnwBRc1kO9F9sWFqfrH14h3sW5B { color:rgba(var(--color-tertiary-3),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:56.873291015625rem;left:18.75rem;height:1.62475625rem;font-style:normal;display:block; }
#s9gLXBxR31MtHDAkbq4iDKNIW8wQltAH { color:rgba(var(--color-tertiary-3),1);display:block;width:24.625rem;position:absolute;font-family:"roboto slab";font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.46875rem;left:28.75rem;height:2.03125rem;display:block; }
#BsCyn7mELDVpbigNwUUy9EpdlSJWgpri { position:relative;display:none; }#BsCyn7mELDVpbigNwUUy9EpdlSJWgpri { border-width: 0; border-radius: 0; }#BsCyn7mELDVpbigNwUUy9EpdlSJWgpri > .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; }#BsCyn7mELDVpbigNwUUy9EpdlSJWgpri > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:90rem;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:none; }#RJlpSaBefbQSwhJOcHPMoaUR3LtJpaWr { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#IrPbQr7odTqIJ3N23KI7ooUdzQX5fx2i { color:rgba(var(--color-tertiary-3),1);display:block;width:25.375rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1847658157349rem;left:2.396484375rem;height:3.2484375rem;display:none; }
#Flntt26tLN10HE1XQ4pB7yJzRq4I6NMI { color:rgba(var(--color-tertiary-3),1);display:block;width:47.499625rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:27.499217987061rem;height:3.2484375rem;display:none; }
#fcvlVTOTXDIwZMmZLLrcssSSwDTbmhqT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.6886749267575rem;left:3.75rem;display:none; }
#VEBKIP2LAXsKDr6V8L2ncEsnkuqkHvAA { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:67.5rem;top:41.692581176757rem;left:3.75rem;display:none; }
#iHa1KWbDooaMv3TbXM5eX1C7hdgWWH9m { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:47.875779151916rem;left:3.75rem;display:none; }
#q3pAx0NVWbGzLrJuT6zVS0a0DLv4oAcV { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12421875rem;width:67.5rem;top:52.875rem;left:3.75rem;display:none; }
#LxEg44vGcIegTLGeNX2SWE7Z7B47eSaQ { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:59.125779151916rem;left:3.75rem;display:none; }
#nZVG74a6FnSbzq4HTbDSqyco4qbetUpF { color:rgba(var(--color-tertiary-3),1);display:block;width:65.0625rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.4996109008789rem;height:3.250775rem;display:none; }
#fr1nqHPGLo6kKV2XtrCsIyOai8sLzmbp { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.75156211853rem;left:7.5rem;height:1.6253875rem;font-style:normal;display:none; }
#yN5u3HoZUv2rtQbvJhFxg7H0t0fhffTi { position:absolute;display:block;z-index:15017;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:5.625rem;width:44.75rem;top:15.50156211853rem;left:3.75rem;overflow:hidden;display:none; }
#yCMETa2Wm5ecuADavUNiEwBxbQoInDeE { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:13.9375rem;top:12.56406211853rem;left:51.249607086182rem;overflow:hidden;display:none; }
#edZJEUmt9oxLqDIqfQvzZID6le4QMvu8 { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.877732753754rem;left:3.75rem;height:3.25078125rem;font-style:normal;display:none; }
#s5gTmngmzdNTSlgUbWb8DvyJ95MJEdI7 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.31171875rem;width:62.499625rem;top:29.375rem;left:3.75rem;display:none; }
#hINaG38dhSTcGyFdmchnlcVSL2v6im1f { color:rgba(var(--color-tertiary-3),1);display:block;width:13.310125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:30.625rem;left:6.2507820129394rem;height:1.6253875rem;font-style:normal;display:none; }
#pnknG3KqrOnleCAHdJKTSXnHQlmO6osU { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:30.628123283386rem;left:13.748435974121rem;height:1.6253875rem;font-style:normal;display:none; }
#RAbES0hxWmhdzbFoCNhEZMFWxhTFJQyw { color:rgba(var(--color-tertiary-3),1);display:block;width:13.310125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:34.6875rem;left:6.25rem;height:1.6253875rem;font-style:normal;display:none; }
#P6qRJ0RzmmqJKHzJogA30SCcMNppL9wW { color:rgba(var(--color-tertiary-3),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:34.6875rem;left:13.748435974121rem;height:3.25078125rem;font-style:normal;display:none; }
#S9ec7bZUi8zixMFWcsPssRZm4behRXSq { color:rgba(var(--color-tertiary-3),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:40.625rem;left:6.2496109008789rem;height:1.6253875rem;font-style:normal;display:none; }
#ceMe1mR2wfrnkdsqCIvoGwbf70dZfHOG { color:rgba(var(--color-tertiary-3),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:40.627730369568rem;left:13.748435974121rem;height:1.6253875rem;font-style:normal;display:none; }
#yuwGITM74dDRDgFIT5i1s3hpe2iWd509 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:44.6875rem;left:6.2496109008789rem;height:1.6253875rem;font-style:normal;display:none; }
#wfPMK0eeBtJiiWLZD2kDHBHzTtXMdsJT { color:rgba(var(--color-tertiary-3),1);display:block;width:47.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:44.6875rem;left:13.748435974121rem;height:3.25078125rem;font-style:normal;display:none; }
#hXHDDtVUTKGdSRm4rwP8ex86RCwIeJf2 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:50.9375rem;left:6.2496109008789rem;height:1.6253875rem;font-style:normal;display:none; }
#KTxWI9ou64sgzbCITNErGfuHKaZPr2iD { color:rgba(var(--color-tertiary-3),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:50.9375rem;left:13.748435974121rem;height:1.6253875rem;font-style:normal;display:none; }
#Z1LzucuwHv3IddC83bVMRIu4bsHLdJWn { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:62.499625rem;top:49.440230369568rem;left:3.75rem;display:none; }
#xSkGhlKqZP2VWTM4Se7BlNIrilQl5aLO { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:55.626571655274rem;left:6.2496109008789rem;height:1.6253875rem;font-style:normal;display:none; }
#qT7NTNo0EC0K2mLizx2STxkGlo4Wuuef { color:rgba(var(--color-tertiary-3),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:55.625rem;left:13.75rem;height:1.6253875rem;font-style:normal;display:none; }
#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k { position:relative;display:block; }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k { background-color: transparent; background-image: none; }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k > .row .container > .video-iframe-container { display: none; }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k > .row > .video-iframe-container { display: none; }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k > .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); }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k { border-width: 0; border-radius: 0; }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k > .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; }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.25rem;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; }#b8b878P9VNObtWI1uMP60SCCwiquDqdk { position:relative;display:block; }#b8b878P9VNObtWI1uMP60SCCwiquDqdk { background-color: transparent; background-image: none; }#b8b878P9VNObtWI1uMP60SCCwiquDqdk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8b878P9VNObtWI1uMP60SCCwiquDqdk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8b878P9VNObtWI1uMP60SCCwiquDqdk > .row .container > .video-iframe-container { display: none; }#b8b878P9VNObtWI1uMP60SCCwiquDqdk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8b878P9VNObtWI1uMP60SCCwiquDqdk > .row > .video-iframe-container { display: none; }#b8b878P9VNObtWI1uMP60SCCwiquDqdk > .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); }#b8b878P9VNObtWI1uMP60SCCwiquDqdk { border-width: 0; border-radius: 0; }#b8b878P9VNObtWI1uMP60SCCwiquDqdk > .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; }#b8b878P9VNObtWI1uMP60SCCwiquDqdk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:59.625rem;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; }#CZGvF6pkJWt3g7AQIpNhXgETCAXkn2Oh { color:rgba(var(--color-tertiary-3),1);display:block;width:35.625rem;position:absolute;font-family:"roboto slab";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1845703125rem;left:2.396484375rem;height:2.4375rem;display:block; }
#gxWi1oKAsr1KK07Emya2B0rPuiegUIJ7 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#IpGmak9zagfy9y7PBpRy1x69PQFRlwHZ { color:rgba(var(--color-tertiary-3),1);display:block;width:65.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.4996109008789rem;height:1.625rem;display:block; }
#bqPOJZVDNn7DMSblpZp1zXl7uAXQvbO7 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.31171875rem;width:62.499625rem;top:29.375rem;left:3.75rem;display:block; }
#f8FlamUMTi0TOLOt4ak1dBt5eHXzxFdv { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:30.628123283386rem;left:13.748435974121rem;height:1.625rem;font-style:normal;display:block; }
#lQLRNwSXoJn1VWBtXxClhSCzn9VCW1fN { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:62.499625rem;top:39.375rem;left:3.75rem;display:block; }
#VGWnQSCsZic6ohxqFAAxJmT3nvgRVL0k { color:rgba(var(--color-tertiary-3),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:40.625rem;left:6.2496109008789rem;height:1.625rem;font-style:normal;display:block; }
#beaS7KNirPR7xg4pFXZqLDkiddnn4gMe { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12421875rem;width:62.499625rem;top:43.378123283386rem;left:3.75rem;display:block; }
#DidUqRwtrcvofCCRDHC84Qg8mdydTMlk { color:rgba(var(--color-tertiary-3),1);display:block;width:9.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:44.6875rem;left:6.2496109008789rem;height:1.625rem;font-style:normal;display:block; }
#UE90Ulz5oTClsUSOv0ZZPdmr7vq8dS0S { color:rgba(var(--color-tertiary-3),1);display:block;width:13.310125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:34.6875rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#gs6SbmhWQiCKTM4SPun5XLPc700v5WEh { color:rgba(var(--color-tertiary-3),1);display:block;width:9.6875rem;position:absolute;font-family:"roboto slab";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.006103515625rem;left:51.25rem;height:;font-style:normal;display:block; }
#PGic5BQahSADwmouWxedxZRqA7nq6mVB { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12421875rem;width:62.499625rem;top:33.4375rem;left:3.75rem;display:block; }
#Fzsm2WDU9K3TBRBeTxKAKEvwMVeIWdZO { color:rgba(var(--color-tertiary-3),1);display:block;width:13.310125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:30.625rem;left:6.2507820129394rem;height:1.625rem;font-style:normal;display:block; }
#besM0eVegGH34qsZLXPtSpN6778Tsbu7 { color:rgba(var(--color-tertiary-3),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:34.6875rem;left:13.748435974121rem;height:3.2495125rem;font-style:normal;display:block; }
#NkTzm3QB0GBJStNSqXn2lte3dn7a1o2s { color:rgba(var(--color-tertiary-3),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:40.627730369568rem;left:13.748435974121rem;height:1.625rem;font-style:normal;display:block; }
#UlEc7xeTptcrZg8ZETdruXxkxovrQ9pW { color:rgba(var(--color-tertiary-3),1);display:block;width:47.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:44.6875rem;left:13.748435974121rem;height:3.2495125rem;font-style:normal;display:block; }
#tTTdnXvryQUSLMkUF1FiHQo4VnmkxFn8 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:62.499625rem;top:49.440230369568rem;left:3.75rem;display:block; }
#TGaZZoOvT9VEXI8geg5ktsPp9W1iA5qK { color:rgba(var(--color-tertiary-3),1);display:block;width:9.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:50.9375rem;left:6.2496109008789rem;height:1.625rem;font-style:normal;display:block; }
#ZTo5enT6tw6Ju8PayxiGCx6ycmQioSC3 { color:rgba(var(--color-tertiary-3),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:50.9375rem;left:13.748435974121rem;height:1.625rem;font-style:normal;display:block; }
#sluaWxIcV4Q8D6FFyN9QK0QVRQh7guCb { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12421875rem;width:62.499625rem;top:54.628123283386rem;left:3.75rem;display:block; }
#zsFLMFyoiVUbEOGyJzUa75usXpgP4FO7 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:55.626571655274rem;left:6.2496109008789rem;height:1.625rem;font-style:normal;display:block; }
#N5aC88feaS2pTJDkkfn43PL6qr9lSmyU { color:rgba(var(--color-tertiary-3),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:55.625rem;left:13.75rem;height:1.625rem;font-style:normal;display:block; }
#PfyWsagOmExDzooxLmlKQXwDT7kDQILg { position:absolute;display:block;z-index:15017;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:5.625rem;width:44.75rem;top:15.50156211853rem;left:3.75rem;overflow:hidden;display:block; }
#Ai0936zkwJ3AbG1PRDk11Fl5xFufuBou { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.501171112061rem;left:3.75rem; }
#ipMcuwS09rbXwFPn7APMEOTPJ7mQ3TZm { color:rgba(var(--color-tertiary-3),1);display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.25rem;left:7.5rem;height:1.625rem;font-style:normal;display:block; }
#MERECsFb9NC01ncTBkCFh7rhd6JFxDUr { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:13.9375rem;top:15rem;left:50rem;overflow:hidden;display:block; }
#mCfetvXScJfRrFlM1nBA8dBScfKgn7L9 { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.877732753754rem;left:3.75rem;height:3.2495125rem;font-style:normal;display:block; }
#G5x27Jvs1W2dNUP8rVTTKdkt3vsgFK1N { color:rgba(var(--color-tertiary-3),1);display:block;width:36.749125rem;position:absolute;font-family:"roboto slab";font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5976448059082rem;left:26.250003814698rem;height:2.03125rem;display:block; }
#uTD4ubavWJWc5nZirMl2NhHfO2Svm41F { position:relative;display:none; }#uTD4ubavWJWc5nZirMl2NhHfO2Svm41F { border-width: 0; border-radius: 0; }#uTD4ubavWJWc5nZirMl2NhHfO2Svm41F > .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; }#uTD4ubavWJWc5nZirMl2NhHfO2Svm41F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:90rem;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:none; }#dVoW2SvOPzhtG6XEcyqXd2dZNCW627bG { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#yXCuuCTlGoDC5aL2AAacAUIBvR2NZKTo { color:rgba(var(--color-tertiary-3),1);display:block;width:25.375rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1847658157349rem;left:2.396484375rem;height:3.2484375rem;display:none; }
#o3Q30KGB2Fz55e1N3NA565TCdOEd7DDk { color:rgba(var(--color-tertiary-3),1);display:block;width:70.186875rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.7535171508787rem;left:2.4996109008789rem;height:3.25078125rem;display:none; }
#qnfBzRa03UvhMFeZP75LsBPhya2gXrry { color:rgba(var(--color-tertiary-3),1);display:block;width:34.5rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:27.5rem;height:3.2484375rem;display:none; }
#JpX3xckTlPP7UShcFmKib96zqoQ2QM1N { position:absolute;display:block;z-index:15019;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:13.374625rem;width:14.5616875rem;top:16.375780105591rem;left:7.5rem;overflow:hidden;display:none; }
#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { position:relative;display:block; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { background-color: transparent; background-image: none; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container > .video-iframe-container { display: none; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row > .video-iframe-container { display: none; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .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); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { border-width: 0; border-radius: 0; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .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; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.1875rem;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; }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB { position:relative;display:block; }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB { background-color: transparent; background-image: none; }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB > .row .container > .video-iframe-container { display: none; }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB > .row > .video-iframe-container { display: none; }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB > .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); }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB { border-width: 0; border-radius: 0; }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB > .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; }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:30.4375rem;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; }#Q41cIS19le3s9rZshGlpDuIUgR3Rtelf { color:rgba(var(--color-tertiary-3),1);display:block;width:33.25rem;position:absolute;font-family:"roboto slab";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.185546875rem;left:2.396484375rem;height:2.4375rem;display:block; }
#Hf2zrywW78sFppCw064ZE8PNocltVsHi { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#TX1CFVF8lm9TONZf5DuuoErHQJeTWu6u { color:rgba(var(--color-tertiary-3),1);display:block;width:70.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.7535171508787rem;left:2.4996109008789rem;height:3.2495125rem;display:block; }
#CxT8tJ5UJU8cMimHFPakM28Qqdi2GVzA { color:rgba(var(--color-tertiary-3),1);display:block;width:9.6875rem;position:absolute;font-family:"roboto slab";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.006103515625rem;left:51.25rem;height:;font-style:normal;display:block; }
#r0mD9RZCUWnNJBLBCbQxpTtlxbORieDS { position:absolute;display:block;z-index:15019;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:17.625rem;width:19.1875rem;top:11.317274093628rem;left:2.5000019073486rem;overflow:hidden;display:block; }
#h3RPihz0T4reJLmUZ4ayZv4Ay5JSTpKk { color:rgba(var(--color-tertiary-3),1);display:block;width:39.125rem;position:absolute;font-family:"roboto slab";font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4991455078125rem;left:27.562503814698rem;height:2.03125rem;display:block; }
#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q { position:relative;display:block; }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q { background-color: transparent; background-image: none; }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q > .row .container > .video-iframe-container { display: none; }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q > .row > .video-iframe-container { display: none; }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q > .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); }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q { border-width: 0; border-radius: 0; }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q > .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; }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.1875rem;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; }#kApR45rKeUkCWHJ5KLWPgPy8FsV2u9DK { position:relative;display:none; }#kApR45rKeUkCWHJ5KLWPgPy8FsV2u9DK { border-width: 0; border-radius: 0; }#kApR45rKeUkCWHJ5KLWPgPy8FsV2u9DK > .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; }#kApR45rKeUkCWHJ5KLWPgPy8FsV2u9DK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:34.4375rem;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:none; }#IlbJZmHXz5Df3aQreCieqdZTltw8bQF0 { color:rgba(var(--color-tertiary-3),1);display:block;width:23.875rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1847610473632rem;left:2.396484375rem;height:3.2484375rem;display:block; }
#I5OcG4ZqHCvLIPNfoErrI7yW6QJ3e84i { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#cZiNTUPgdu9N2afeGThbyQ0rJpPtQlMI { color:rgba(var(--color-tertiary-3),1);display:block;width:65.0625rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.4996109008789rem;height:1.6253875rem;display:block; }
#CT3Jg8R76H0NeMmvfm1WAnai6wtRGzhI { color:rgba(var(--color-tertiary-3),1);display:block;width:9.6875rem;position:absolute;font-family:"roboto slab";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.006103515625rem;left:51.25rem;height:;font-style:normal;display:block; }
#TByWut6aKdHrlqqShzmiKxTzka3bQ7yh { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.687125rem;width:11.687125rem;top:10.940624237061rem;left:3.75rem;overflow:hidden;display:block; }
#gyIcczn8bRWypBHktho13BkdN3tGbZxP { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.003509521484rem;left:3.7476577758789rem;height:4.3875rem;font-style:normal;display:block; }
#tDnxJbAJ0nJreMWksZmIv1WWbTxQ9KAR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3116875rem;width:12.375rem;top:10.940624237061rem;left:19.999217987061rem;overflow:hidden;display:block; }
#yxbXK4JfLXtgonL2r1BPfsgEFJ6TVp9P { color:rgba(var(--color-tertiary-3),1);display:block;width:11.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.19101524353rem;left:19.999217987061rem;height:2.925rem;font-style:normal;display:block; }
#VVHCMqnuBCPIcIq6LnW1xWbSCzlZizGT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.624625rem;width:12.624625rem;top:10.940624237061rem;left:37.373432159424rem;overflow:hidden;display:block; }
#MtUhbX4UsMRaWS3kSvzsIVefih4wAEs7 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.691404342651rem;left:37.498828887939rem;height:4.3875rem;font-style:normal;display:block; }
#INLB0cVMtlbJnAz8qkI34JNDaKhMC6aq { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:29.6875rem;left:3.6867179870606rem; }
#RtodQWxv0czbEZHFXFq37SK2v5XOhfZ9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:31.065216064453rem;left:3.75rem; }
#NOorZ5L9RziOCeuOE9yeoUC6490ezTEu { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.56210625rem;width:1.56210625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:29.6875rem;left:18.437107086182rem; }
#vmwl0cXgweI59o5Mx1Eseu5TyMhnvJBp { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:29.878514289856rem;left:6.2496109008789rem;height:2.925rem;font-style:normal;display:block; }
#wS9HixgMiR5QUbsrJHZH23qgTCSVRvrv { color:rgba(var(--color-tertiary-3),1);display:block;width:11.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:29.951951026916rem;left:20.561717987061rem;height:2.925rem;font-style:normal;display:block; }
#GUwiyNyW5ItptVWR5gKdsK3SPxzQeUmI { color:rgba(var(--color-tertiary-3),1);display:block;width:11.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:29.6875rem;left:39.999217987061rem;height:2.925rem;font-style:normal;display:block; }
#PyOlwq93MC8JHUOplcryGFmHx6B8LU8U { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5609375rem;width:1.5609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:29.6875rem;left:37.187107086182rem; }
#L8FSNaKVOoKTq15F1SzTzCmFAV6W7Obf { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.56210625rem;width:1.56210625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:31.003514289856rem;left:37.312107086182rem; }
#fsP5icGh4fKxTfN0Z025gbq19ioW4bZR { color:rgba(var(--color-tertiary-3),1);display:block;width:30rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:27.5rem;height:3.2484375rem;display:block; }
#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { position:relative;display:block; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { background-color: transparent; background-image: none; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container > .video-iframe-container { display: none; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row > .video-iframe-container { display: none; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .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); }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { border-width: 0; border-radius: 0; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .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; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g4XyruLleCMTx1XOnrUOp0rBJZ4KA5gc { position:relative;display:block; } #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection *:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="text"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="email"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="tel"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection textarea:focus-visible { outline: none; } #g4XyruLleCMTx1XOnrUOp0rBJZ4KA5gc > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #COOhxStqa5TDS5A0RTAe9Zl32hndhWxa { display:none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HFa3eW1wxKb5AlNEi6G8ScB5CLtsE0Wm { top:1.0625rem;left:0rem;width:17.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { display:block; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { top:1.0625rem;left:0rem;width:17.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niTyO8QZiIuCJ04nXct8Z9ZH3LyCChp6 { width:12.625rem;height:2.5rem;top:2.3125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block; }
 }@media only screen and (max-width: 763px) { #LAms9wbtWAOZX5kkmmFvUGxHfvN02fgF { width:5.75rem;height:1.375rem;top:2.875rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #leVqwA7XmDA9kp5HnPatchfJLKvN4vn5 { display:block; }
 }@media only screen and (max-width: 763px) { #OltrrW4iDCJKC8yWglKdtWAMUuR9TuH4 { display:block; }#OltrrW4iDCJKC8yWglKdtWAMUuR9TuH4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOlQXnaQZLbPasOV1TMd7LrmMxUiDkup { top:2.125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knXktxNhdH26p7sEKN2qTKRDXCFP3TUH { width:13.75rem;height:6.375rem;top:8.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzgJNd15UggTcRvXb2NFypxOp01duVaw { width:13.5625rem;height:2.625rem;top:8.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inTAwAIRTxhDptnTLTgk4Aev5k0HpoEQ { display:block; }
 }@media only screen and (max-width: 763px) { #lbtMas9k3GsasVZUK4EzNmRT4T0GdRVg { width:13.75rem;height:6.375rem;top:8.375rem;left:27.43603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiaKf2dB1RpvaNwDt2sTmlL6z1U9gnZw { width:13.5625rem;height:2.5625rem;top:8.5625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrMBvLTrrnkRMt5ENPurAU5Jonkrm06w { display:block; }
 }@media only screen and (max-width: 763px) { #RLsUX143luzbWZyPNSl7vRdCRNzrQfIW { top:10.875rem;left:32.81201171875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPWWfgFChpvaOVd9c2Xf0bNJPMaJnBxh { top:10rem;left:13.3125rem;width:4.875rem;height:4.875rem;display:block; }
#QPWWfgFChpvaOVd9c2Xf0bNJPMaJnBxh > img { max-width: 100%;max-height:100%; width:4.875rem; height:4.875rem; } }@media only screen and (max-width: 763px) { #g5qeM67uIpVEzGBbHNfa6vqRdNpypSIE { display:none; }#g5qeM67uIpVEzGBbHNfa6vqRdNpypSIE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oygyD29pTCb6D5Ck6PmoWX4nelCQLISe { top:0.625rem;left:0rem;width:20rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcUKgCRX95Rsy2pnozFzL9VZD5it3BaM { width:13.75rem;height:6.375rem;top:8.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8igrRAbvwEQqCBdwpJgZLEdOPaUOg6E { width:13.5625rem;height:2.625rem;top:8.3125rem;left:8.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbZg8TiVDdM3nOHVCCCqV7EiASizKHAs { display:block; }
 }@media only screen and (max-width: 763px) { #yp8W33m8rkuhc4lXKP52ufQUui8UuKgg { top:10.75rem;left:14.06201171875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtIi1hVi6LUBM033ySDDg8COpcUgwFOg { width:13.75rem;height:6.375rem;top:8.375rem;left:27.43603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx0ndrlLirZrbk0qgvLuy33wn03dyDqp { width:13.5625rem;height:2.5625rem;top:8.5625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm58W2Zrv0LexusQ1npSqkKLyx8zuic7 { display:block; }
 }@media only screen and (max-width: 763px) { #snMcAtz5tFEtGM9EZkPVN3FiXTQBtXml { top:10.875rem;left:32.81201171875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxTWJMXmXpEz391hrGXodJ8cFhz2Lp6F { display:block; }#FxTWJMXmXpEz391hrGXodJ8cFhz2Lp6F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9LtFIrFKGeL0Sy2Xis6mG0TpRhXEQPm { top:1.125rem;left:0rem;width:45.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDAmvbaHvuEMgzZS9kufirpWS7b2Rk5Q { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFhOaohzK3o9accvELfIZ1UWRN2sOoKa { top:6.6875rem;left:0rem;width:26.8125rem;height:61.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFcOQDwg0rMeI3HP84PFhr3sTrKUnXP7 { top:9.875rem;left:27.625rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ZuF8TpJsJiqn2ymaO68mopJgkhl78f { top:11.125rem;left:24.3125rem;width:23.4375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwxKZ8HVPnn03dXaiRZdMnhZGMptI9c6 { top:13.625rem;left:27.625rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNtyZdIyrb2HMHJlskcrA2IGn24kMKGV { top:14.875rem;left:25.75rem;width:22rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeCqTBi9mopNL1Mhk2zwhiJb1iwUAEoQ { top:18.625rem;left:27.625rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl6t0vfoex0B2aTqRKMXAVp3fz9bqFyf { top:19.9375rem;left:25.8125rem;width:21.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVUaZLHVmVAr2ysa3oVvM5RRLhzapsTW { top:22.375rem;left:27.625rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ6D8CFatUoNdSOGeUb2CPLaQvp1GDax { top:23.625rem;left:19.25rem;width:28.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAMQsKLSEhhnnANabh8hlvv7fuWR7toL { top:36.125rem;left:27.625rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9PCZtyiWfQ3M9L7VNosN7xdZSAIC9ng { top:37.4375rem;left:19.3125rem;width:28.4375rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1TJ3v4R6gVp1d8QkfhQbSTKckkabDzI { top:28.625rem;left:27.625rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbp5h5GEmTDVTK0VQKhTt8hepgoxWzAa { top:29.9375rem;left:19.3125rem;width:28.4375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CakzqNoA7TctT5xtSF0N7pJrZnpAQkHA { top:41.5625rem;left:27.624996185302rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga6AG3BaWy8sFdNlFehCmRyBpgXZ84Ra { top:43.3125rem;left:19.3125rem;width:28.4375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SApZlSMXsGroqCmVMMrGvuHF3XSedDQ8 { top:47.9375rem;left:27.624996185302rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTwlUorrHDqM1hKATok9eb49lIEOJVIP { top:49.4375rem;left:19.3125rem;width:28.4375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTueqD9Ei746F4qP3xh498R2FX6TQiHh { top:53.625rem;left:27.624996185302rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPJn2oFF8VIMzXuFtDDPMeSAN24xNIdX { top:55.3125rem;left:16.1875rem;width:31.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgDDNprJQ8X4DTE0ZNcot6LTu7T6Nl6x { display:none; }#bgDDNprJQ8X4DTE0ZNcot6LTu7T6Nl6x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zyKvfxOW6qwWX2P3WiryeBlAV59hyuJF { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETJmQ3c5BhALG3SsI4BX4r9DnlEGFwU { top:0.875rem;left:0rem;width:20rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uT1RtIfPKM0sP6tDEJ1y9rExpGWPTWrf { top:3.8125rem;left:0rem;width:19.9375rem;height:1.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qv2U7wrzLEJ6W3gi6HgwNAw58fLl6uXu { top:8.6875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRw6CNeoA92EF9MRQcBpU1pJ42FzmLt6 { top:5.625rem;left:0rem;width:18.3125rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #moBTdXm2Oa0ynTvXbix5o7Hw59C0AFwR { top:11.75rem;left:0rem;width:31.1875rem;height:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptnXuZ0g2LqcQ4D6NiD7DTLnJGUiD3QV { top:26.375rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oau6p97c9C09Zw3DtrfaRchfLCba1uH3 { top:27.4375rem;left:0rem;width:8.5625rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbWgvk10sNmMz8y4Mvi6s4Civbt8ea6x { top:26.8125rem;left:0rem;width:5.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pee7599QCvu03S2oaZfvJUPwnQmCmcrt { top:25.0625rem;left:0rem;width:9.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIzwXSl9EHJcTnn2VxcvID5K4bylfWPU { top:36.75rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpT8LlMTcWctgAVpQqdKIzlQ4r0GUxO5 { top:32.4375rem;left:0rem;width:13.25rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZRSBtrMyGnkP5xTJrHagxqidVQ6wyw10 { top:32.625rem;left:0rem;width:5.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPEz6ZgbnyJLWIrlJPTS3QJLnIUbAsLT { top:31.25rem;left:0rem;width:10rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9zozdIW1SO1UQRmyPp31gtWgJMI6z3c { top:30.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F9nZw1lR5w8WbqfJc7Ia5flDsGEtV5uz { top:37.5625rem;left:0rem;width:11.625rem;height:3.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSFK3VTOobJBfoHHIVgsvcToz6tWuIFy { top:40.125rem;left:0rem;width:5.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #REwfVA1wf7QoMiDkyqdkr4GvQwVykP66 { top:37.5rem;left:0rem;width:10rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2F8TlMEgLyDaG1800qDkCssVif0I5r3 { top:43.75rem;left:0rem;width:9.75rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndnDwcpgmSVvguF6bTc8HCoTSZ0ePnWM { top:41.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aExmfN2RJwJDH1rhWAJ3hAGeIQtC4MJ4 { top:46.375rem;left:0rem;width:5.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b97oUG5x7I1ftb3wzzDnxolPTwrAEAL2 { top:45.5625rem;left:0rem;width:10.125rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fB4btX11CkZ5VgAZK8plipWCZmigsXba { top:47.875rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNCQUG5Q6DonJ3zMDbHH8w1iVZuTgI4h { top:49.375rem;left:0rem;width:9.75rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPTJuqXbJ4EQBWfKVd3cwxDo5hRZTr3B { top:41.25rem;left:0rem;width:5.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a51IPWR23PbliE71QNQ4SrsTQuN5Ib5I { top:40.25rem;left:0rem;width:10.1875rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #glUZO1SlukaQnh3Z15nSGd1FepdMIfrN { top:52.875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezx4h4KZv5AB3swhmHM1BK7g9niWGly6 { top:54.0625rem;left:0rem;width:8.625rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCEtRicZ4aeHAV5SrfNKo1Py6ycs07rH { top:61.375rem;left:0rem;width:5.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d82CxLyTScS19ZJl290CNyagTBqzshvS { top:46.1875rem;left:0rem;width:10rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gl07nW6VgW6gs2JdH6HFVgizzxEZza9E { top:59.125rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4ew2UHnBayHWCtoHwl0uLk0hscRT0QW { top:60.4375rem;left:0rem;width:8.625rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Th5G64PQZMldZK2E9s3H7hBPtrGNenBp { top:68.875rem;left:0rem;width:5.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e31JenTO7ZT0VB6xXsd5UFQhbOMvlD7g { top:67.5rem;left:0rem;width:9.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3vmCCWyZmA0PueB4mDksZUpe41SGHow { display:block; }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E50XNywQmnGzDKi4hMRhLGoghUL37W85 { display:block; }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGhdDIZ60o5zIIL5dflKQGx3RBmBW1gH { top:1.125rem;left:0rem;width:33.9375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLBgt5yhK0wCWIdx01yglL02WA0R81To { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6NPKw5Z1FnTmlrOB6dSLQ7iCAlcA3pb { top:26.375rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi7ez0yO56buZVRlyih5cLbVk8m7AlfX { top:27.625rem;left:7.4375rem;width:40.3125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9JN0Q2aRFwA2239dIoAKFKsQbUT8Tox { top:36rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzCqqzGQlcolnpAvaRtTdZFKrg6bOkBS { top:37.1875rem;left:0rem;width:11.625rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9MJHm2MnzB5zKX3x3Z0dINENWkBtXQ4 { top:42.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMcqNufugcTMV6IkDxw6LkNmqTptGAa2 { top:43.4375rem;left:0rem;width:9.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5VvJ0OFZ8QF5WNUeuSGP4L3Z8HDrCeE { top:33.125rem;left:0rem;width:13.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdFvPfU8bKHHWwcabumO4iagy1zZZRCJ { top:30rem;left:37.625rem;width:9.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf9Sp2pvm8vvSDZsafnnTqsPwa68ryVS { top:32rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV0B59JlesAf0RrLQT4okB4cdZ9FbCgk { top:27.4375rem;left:0rem;width:8.5625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkvbdcToPhxLQ7TgGTvSyruONneh8i2t { top:32.875rem;left:5.25rem;width:42.5rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLh40SLnsmyOLC1MZbTlPPs7o9F0SehU { top:37rem;left:7.4375rem;width:40.3125rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxAvdFRAXpaZz4OREXHxTfew3RBGWhrQ { top:43.1875rem;left:5.4375rem;width:42.3125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk3lOQ2cwmMtBMhxFAxb32RZ1uBPOaCD { top:47rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZUWqzSgmR73dqxipIbT2MdhPqfbXT2L { top:48.25rem;left:0rem;width:9.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzSSNLwgqBsXpRqSlLl601HiThwxFio0 { top:47.6875rem;left:6.6875rem;width:41.0625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXggwuaHulmMdxMeaILMhXlqRtX8w2HS { top:51.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t873eIg1d8KkbaH5bZHbVdEtsvP1Lohk { top:53.0625rem;left:0rem;width:8.625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1z5EAe2uSDBzJuayloyFe4rJzuwi40V { top:52.75rem;left:8.75rem;width:39rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOBDfRtftPZcpHoMNsgehCitpPiuX1Lo { top:7.375rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOMKgvHaseBlWNro2ccibtJ3TKwvK62U { top:8.25rem;left:0rem;width:45.1875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGm2PwgoUUMpMHTnQ3d5MZ3foqAuzeDT { top:11.75rem;left:0rem;width:31.1875rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAQa8w8dgQBcxF1DSbMvQ3lISxTaApXJ { top:55.5rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmblxDKkGLb2lwiFTcEmwn1gtiGVICxl { top:56.875rem;left:0rem;width:8.625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4q32xzFMTyPUf24TKuFV9ZxzS6XQe77 { top:56.5rem;left:8.75rem;width:39rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5iZid4ToTNvT6BQKInaTi9mGkMu2v2H { top:27.4375rem;left:5.1240234375rem;width:6.5625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2oG0mqkAV91xmTaXmm1otRHNTdrwFRB { top:33.1875rem;left:5.125rem;width:5.875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFXoTGIyucwAhrGWRoUpQUUXypeTUs7V { top:37.1875rem;left:5.125rem;width:5.875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS7CNy2u2AKs1QfbU07EvCkVE4zlLLQ1 { top:43.375rem;left:5.125rem;width:5.875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUdbKJIpK0OFttIsMgr2LJTev8EhUESv { top:48rem;left:5.125rem;width:5.875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx4DtZayy92B2q38VpyazSNtp5maCDFm { top:53rem;left:5.0615234375rem;width:6.5625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhadBxnwBRc1kO9F9sWFqfrH14h3sW5B { top:56.8125rem;left:5.125rem;width:6.5rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9gLXBxR31MtHDAkbq4iDKNIW8wQltAH { top:1.4375rem;left:15.125rem;width:24.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsCyn7mELDVpbigNwUUy9EpdlSJWgpri { display:none; }#BsCyn7mELDVpbigNwUUy9EpdlSJWgpri > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RJlpSaBefbQSwhJOcHPMoaUR3LtJpaWr { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrPbQr7odTqIJ3N23KI7ooUdzQX5fx2i { top:1rem;left:0rem;width:19.3125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Flntt26tLN10HE1XQ4pB7yJzRq4I6NMI { top:3.8125rem;left:0rem;width:19.9375rem;height:1.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fcvlVTOTXDIwZMmZLLrcssSSwDTbmhqT { top:8.6875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VEBKIP2LAXsKDr6V8L2ncEsnkuqkHvAA { top:41.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHa1KWbDooaMv3TbXM5eX1C7hdgWWH9m { top:47.875rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q3pAx0NVWbGzLrJuT6zVS0a0DLv4oAcV { top:52.875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LxEg44vGcIegTLGeNX2SWE7Z7B47eSaQ { top:59.125rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZVG74a6FnSbzq4HTbDSqyco4qbetUpF { top:5.9375rem;left:0rem;width:19.9375rem;height:2.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fr1nqHPGLo6kKV2XtrCsIyOai8sLzmbp { top:9.25rem;left:0rem;width:17.5rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yN5u3HoZUv2rtQbvJhFxg7H0t0fhffTi { top:15.5rem;left:0rem;width:44.75rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCMETa2Wm5ecuADavUNiEwBxbQoInDeE { top:12.5625rem;left:33.6875rem;width:13.9375rem;height:12.187827923621rem;display:none; }
 }@media only screen and (max-width: 763px) { #edZJEUmt9oxLqDIqfQvzZID6le4QMvu8 { top:27.1875rem;left:0rem;width:19.9375rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s5gTmngmzdNTSlgUbWb8DvyJ95MJEdI7 { top:29.375rem;left:0rem;width:47.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hINaG38dhSTcGyFdmchnlcVSL2v6im1f { top:30.625rem;left:0rem;width:13.25rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnknG3KqrOnleCAHdJKTSXnHQlmO6osU { top:30.625rem;left:0.12343597412109rem;width:45.1875rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAbES0hxWmhdzbFoCNhEZMFWxhTFJQyw { top:34.6875rem;left:0rem;width:13.25rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6qRJ0RzmmqJKHzJogA30SCcMNppL9wW { top:34.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9ec7bZUi8zixMFWcsPssRZm4behRXSq { top:40.625rem;left:0rem;width:10.25rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ceMe1mR2wfrnkdsqCIvoGwbf70dZfHOG { top:40.625rem;left:0.12343597412109rem;width:47.625rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuwGITM74dDRDgFIT5i1s3hpe2iWd509 { top:44.6875rem;left:0rem;width:9.75rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfPMK0eeBtJiiWLZD2kDHBHzTtXMdsJT { top:44.6875rem;left:0.0625rem;width:47.6875rem;height:3.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hXHDDtVUTKGdSRm4rwP8ex86RCwIeJf2 { top:50.9375rem;left:0rem;width:9.75rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTxWI9ou64sgzbCITNErGfuHKaZPr2iD { top:50.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1LzucuwHv3IddC83bVMRIu4bsHLdJWn { top:49.4375rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSkGhlKqZP2VWTM4Se7BlNIrilQl5aLO { top:55.625rem;left:0rem;width:8.625rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qT7NTNo0EC0K2mLizx2STxkGlo4Wuuef { top:55.625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnERaRf0osdQOVfa2kvwsS3LMbogLp3k { display:block; }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8b878P9VNObtWI1uMP60SCCwiquDqdk { display:block; }#b8b878P9VNObtWI1uMP60SCCwiquDqdk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZGvF6pkJWt3g7AQIpNhXgETCAXkn2Oh { top:1.125rem;left:0rem;width:35.625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxWi1oKAsr1KK07Emya2B0rPuiegUIJ7 { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpGmak9zagfy9y7PBpRy1x69PQFRlwHZ { top:6.6875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqPOJZVDNn7DMSblpZp1zXl7uAXQvbO7 { top:29.375rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8FlamUMTi0TOLOt4ak1dBt5eHXzxFdv { top:30.625rem;left:0.12343597412109rem;width:45.1875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQLRNwSXoJn1VWBtXxClhSCzn9VCW1fN { top:39.375rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGWnQSCsZic6ohxqFAAxJmT3nvgRVL0k { top:40.625rem;left:0rem;width:10.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beaS7KNirPR7xg4pFXZqLDkiddnn4gMe { top:43.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DidUqRwtrcvofCCRDHC84Qg8mdydTMlk { top:44.6875rem;left:0rem;width:9.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE90Ulz5oTClsUSOv0ZZPdmr7vq8dS0S { top:34.6875rem;left:0rem;width:13.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs6SbmhWQiCKTM4SPun5XLPc700v5WEh { top:30rem;left:37.625rem;width:9.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGic5BQahSADwmouWxedxZRqA7nq6mVB { top:33.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsm2WDU9K3TBRBeTxKAKEvwMVeIWdZO { top:30.625rem;left:0rem;width:13.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #besM0eVegGH34qsZLXPtSpN6778Tsbu7 { top:34.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkTzm3QB0GBJStNSqXn2lte3dn7a1o2s { top:40.625rem;left:0.12343597412109rem;width:47.625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlEc7xeTptcrZg8ZETdruXxkxovrQ9pW { top:44.6875rem;left:0.0625rem;width:47.6875rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTdnXvryQUSLMkUF1FiHQo4VnmkxFn8 { top:49.4375rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGaZZoOvT9VEXI8geg5ktsPp9W1iA5qK { top:50.9375rem;left:0rem;width:9.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTo5enT6tw6Ju8PayxiGCx6ycmQioSC3 { top:50.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sluaWxIcV4Q8D6FFyN9QK0QVRQh7guCb { top:54.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsFLMFyoiVUbEOGyJzUa75usXpgP4FO7 { top:55.625rem;left:0rem;width:8.625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5aC88feaS2pTJDkkfn43PL6qr9lSmyU { top:55.625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfyWsagOmExDzooxLmlKQXwDT7kDQILg { top:15.5rem;left:0rem;width:44.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai0936zkwJ3AbG1PRDk11Fl5xFufuBou { top:10.5rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipMcuwS09rbXwFPn7APMEOTPJ7mQ3TZm { top:11.25rem;left:0rem;width:47rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MERECsFb9NC01ncTBkCFh7rhd6JFxDUr { top:15rem;left:33.6875rem;width:13.9375rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCfetvXScJfRrFlM1nBA8dBScfKgn7L9 { top:21.875rem;left:0rem;width:45.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5x27Jvs1W2dNUP8rVTTKdkt3vsgFK1N { top:1.5625rem;left:11.0625rem;width:36.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTD4ubavWJWc5nZirMl2NhHfO2Svm41F { display:none; }#uTD4ubavWJWc5nZirMl2NhHfO2Svm41F > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dVoW2SvOPzhtG6XEcyqXd2dZNCW627bG { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXCuuCTlGoDC5aL2AAacAUIBvR2NZKTo { top:1.125rem;left:0rem;width:19.3125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3Q30KGB2Fz55e1N3NA565TCdOEd7DDk { top:6.5rem;left:0rem;width:19.9375rem;height:4.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnfBzRa03UvhMFeZP75LsBPhya2gXrry { top:3.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpX3xckTlPP7UShcFmKib96zqoQ2QM1N { top:16.375rem;left:0rem;width:14.5rem;height:13.317966238459rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { display:block; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB { display:block; }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q41cIS19le3s9rZshGlpDuIUgR3Rtelf { top:1.125rem;left:0rem;width:33.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf2zrywW78sFppCw064ZE8PNocltVsHi { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX1CFVF8lm9TONZf5DuuoErHQJeTWu6u { top:6.75rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxT8tJ5UJU8cMimHFPakM28Qqdi2GVzA { top:30rem;left:37.625rem;width:9.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0mD9RZCUWnNJBLBCbQxpTtlxbORieDS { top:11.3125rem;left:0rem;width:19.1875rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3RPihz0T4reJLmUZ4ayZv4Ay5JSTpKk { top:1.4375rem;left:8.6875rem;width:39.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q { display:block; }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kApR45rKeUkCWHJ5KLWPgPy8FsV2u9DK { display:block; }#kApR45rKeUkCWHJ5KLWPgPy8FsV2u9DK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlbJZmHXz5Df3aQreCieqdZTltw8bQF0 { top:1.125rem;left:0rem;width:23.875rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5OcG4ZqHCvLIPNfoErrI7yW6QJ3e84i { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZiNTUPgdu9N2afeGThbyQ0rJpPtQlMI { top:6.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT3Jg8R76H0NeMmvfm1WAnai6wtRGzhI { top:30rem;left:37.625rem;width:9.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TByWut6aKdHrlqqShzmiKxTzka3bQ7yh { top:10.9375rem;left:0rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyIcczn8bRWypBHktho13BkdN3tGbZxP { top:24rem;left:0rem;width:9.1875rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDnxJbAJ0nJreMWksZmIv1WWbTxQ9KAR { top:10.9375rem;left:6.3742179870606rem;width:12.375rem;height:12.3116875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxbXK4JfLXtgonL2r1BPfsgEFJ6TVp9P { top:24.1875rem;left:6.3742179870606rem;width:11.3125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVHCMqnuBCPIcIq6LnW1xWbSCzlZizGT { top:10.9375rem;left:23.748432159424rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtUhbX4UsMRaWS3kSvzsIVefih4wAEs7 { top:24.6875rem;left:23.873828887939rem;width:11.3125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INLB0cVMtlbJnAz8qkI34JNDaKhMC6aq { top:29.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtodQWxv0czbEZHFXFq37SK2v5XOhfZ9 { top:31.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOorZ5L9RziOCeuOE9yeoUC6490ezTEu { top:29.6875rem;left:4.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmwl0cXgweI59o5Mx1Eseu5TyMhnvJBp { top:29.875rem;left:0rem;width:9.1875rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS9HixgMiR5QUbsrJHZH23qgTCSVRvrv { top:29.9375rem;left:6.9367179870606rem;width:11.3125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUwiyNyW5ItptVWR5gKdsK3SPxzQeUmI { top:29.6875rem;left:26.374217987061rem;width:11.3125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyOlwq93MC8JHUOplcryGFmHx6B8LU8U { top:29.6875rem;left:23.5625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8FSNaKVOoKTq15F1SzTzCmFAV6W7Obf { top:31rem;left:23.687107086182rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsP5icGh4fKxTfN0Z025gbq19ioW4bZR { top:1.1875rem;left:13.875rem;width:30rem;height:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { display:block; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4XyruLleCMTx1XOnrUOp0rBJZ4KA5gc { display:block; } #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection *:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="text"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="email"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="tel"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection textarea:focus-visible { outline: none; } #g4XyruLleCMTx1XOnrUOp0rBJZ4KA5gc > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #COOhxStqa5TDS5A0RTAe9Zl32hndhWxa { position:relative;z-index:auto;background-color:#0076bf;background-image:none;display:block; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { background-color: transparent; background-image: none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container > .video-iframe-container { display: none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row > .video-iframe-container { display: none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .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); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFa3eW1wxKb5AlNEi6G8ScB5CLtsE0Wm { width:7.2485rem;height:1.448975rem;top:0.56210327148438rem;left:1.3124999105931rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { position:relative;z-index:auto;background-color:#0076bf;background-image:none;display:none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { width:7.2485rem;height:1.448975rem;top:1.1875rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #niTyO8QZiIuCJ04nXct8Z9ZH3LyCChp6 { width:5.0625rem;height:1.25rem;top:6.25rem;left:14.9375rem;font-size:0.6875rem;font-weight:700;font-style:normal;z-index:14999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block; }
 }@media only screen and (max-width: 763px) { #LAms9wbtWAOZX5kkmmFvUGxHfvN02fgF { width:5.6875rem;height:1.25rem;top:0rem;left:14.312500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #leVqwA7XmDA9kp5HnPatchfJLKvN4vn5 { display:block; }
 }@media only screen and (max-width: 763px) { #OltrrW4iDCJKC8yWglKdtWAMUuR9TuH4 { background-color:#005b94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OltrrW4iDCJKC8yWglKdtWAMUuR9TuH4 > .row .container { border-width: 0; border-radius: 0; }#OltrrW4iDCJKC8yWglKdtWAMUuR9TuH4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OltrrW4iDCJKC8yWglKdtWAMUuR9TuH4 > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xOlQXnaQZLbPasOV1TMd7LrmMxUiDkup { width:20rem;height:1.3808625rem;top:0.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knXktxNhdH26p7sEKN2qTKRDXCFP3TUH { width:13.6875rem;height:6.375rem;top:26.875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzgJNd15UggTcRvXb2NFypxOp01duVaw { width:10.5595625rem;height:2.624025rem;top:2.6875rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inTAwAIRTxhDptnTLTgk4Aev5k0HpoEQ { display:block; }
 }@media only screen and (max-width: 763px) { #lbtMas9k3GsasVZUK4EzNmRT4T0GdRVg { width:13.6853125rem;height:6.3733125rem;top:9.250244140625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hiaKf2dB1RpvaNwDt2sTmlL6z1U9gnZw { width:12.3730625rem;height:2.68676875rem;top:5.8115234375rem;left:6.25rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrMBvLTrrnkRMt5ENPurAU5Jonkrm06w { display:block; }
 }@media only screen and (max-width: 763px) { #RLsUX143luzbWZyPNSl7vRdCRNzrQfIW { width:2.8125rem;height:2.8125rem;top:5.439453125rem;left:1.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPWWfgFChpvaOVd9c2Xf0bNJPMaJnBxh { display:flex;width:4.875rem;height:4.875rem;top:9.7481546875rem;left:7.5625rem; }
#QPWWfgFChpvaOVd9c2Xf0bNJPMaJnBxh > img { max-width: 100%;max-height:100%; width:4.875rem; height:4.875rem; } }@media only screen and (max-width: 763px) { #g5qeM67uIpVEzGBbHNfa6vqRdNpypSIE { background-color:#005b94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g5qeM67uIpVEzGBbHNfa6vqRdNpypSIE > .row .container { background-color: transparent; background-image: none; }#g5qeM67uIpVEzGBbHNfa6vqRdNpypSIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5qeM67uIpVEzGBbHNfa6vqRdNpypSIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5qeM67uIpVEzGBbHNfa6vqRdNpypSIE > .row .container > .video-iframe-container { display: none; }#g5qeM67uIpVEzGBbHNfa6vqRdNpypSIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5qeM67uIpVEzGBbHNfa6vqRdNpypSIE > .row > .video-iframe-container { display: none; }#g5qeM67uIpVEzGBbHNfa6vqRdNpypSIE > .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); }#g5qeM67uIpVEzGBbHNfa6vqRdNpypSIE > .row .container { border-width: 0; border-radius: 0; }#g5qeM67uIpVEzGBbHNfa6vqRdNpypSIE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g5qeM67uIpVEzGBbHNfa6vqRdNpypSIE > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oygyD29pTCb6D5Ck6PmoWX4nelCQLISe { width:20rem;height:1.2182625rem;top:0.625rem;left:0rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rcUKgCRX95Rsy2pnozFzL9VZD5it3BaM { width:13.6875rem;height:6.375rem;top:26.875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8igrRAbvwEQqCBdwpJgZLEdOPaUOg6E { width:10.5595625rem;height:2.624025rem;top:2.6875rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbZg8TiVDdM3nOHVCCCqV7EiASizKHAs { display:block; }
 }@media only screen and (max-width: 763px) { #yp8W33m8rkuhc4lXKP52ufQUui8UuKgg { width:2.8125rem;height:2.8125rem;top:2.5625rem;left:1.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtIi1hVi6LUBM033ySDDg8COpcUgwFOg { width:13.6853125rem;height:6.3733125rem;top:9.250244140625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sx0ndrlLirZrbk0qgvLuy33wn03dyDqp { width:12.3730625rem;height:2.68676875rem;top:5.623046875rem;left:6.2500000596044rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm58W2Zrv0LexusQ1npSqkKLyx8zuic7 { display:block; }
 }@media only screen and (max-width: 763px) { #snMcAtz5tFEtGM9EZkPVN3FiXTQBtXml { width:2.8125rem;height:2.8125rem;top:5.439453125rem;left:1.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxTWJMXmXpEz391hrGXodJ8cFhz2Lp6F { display:block; }#FxTWJMXmXpEz391hrGXodJ8cFhz2Lp6F > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9LtFIrFKGeL0Sy2Xis6mG0TpRhXEQPm { width:20rem;height:1.381075rem;top:1rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDAmvbaHvuEMgzZS9kufirpWS7b2Rk5Q { width:8.125rem;height:0.625rem;top:2.75rem;left:5.9999998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFhOaohzK3o9accvELfIZ1UWRN2sOoKa { width:16.125rem;height:36.9375rem;top:3.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFcOQDwg0rMeI3HP84PFhr3sTrKUnXP7 { width:12.5rem;height:1.2999125rem;top:41.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ZuF8TpJsJiqn2ymaO68mopJgkhl78f { width:20rem;height:1.13769375rem;top:42.5390625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwxKZ8HVPnn03dXaiRZdMnhZGMptI9c6 { width:12.5rem;height:1.2999125rem;top:44.6005859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNtyZdIyrb2HMHJlskcrA2IGn24kMKGV { width:20rem;height:2.2753875rem;top:46.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeCqTBi9mopNL1Mhk2zwhiJb1iwUAEoQ { width:12.5rem;height:1.2999125rem;top:49.6005859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl6t0vfoex0B2aTqRKMXAVp3fz9bqFyf { width:17.125rem;height:1.13769375rem;top:51.17578125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVUaZLHVmVAr2ysa3oVvM5RRLhzapsTW { width:12.5rem;height:1.2999125rem;top:53.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ6D8CFatUoNdSOGeUb2CPLaQvp1GDax { width:20rem;height:2.2753875rem;top:55.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAMQsKLSEhhnnANabh8hlvv7fuWR7toL { width:12.5rem;height:1.2999125rem;top:65.8505859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9PCZtyiWfQ3M9L7VNosN7xdZSAIC9ng { width:20rem;height:2.11181875rem;top:67.7021484375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1TJ3v4R6gVp1d8QkfhQbSTKckkabDzI { width:12.5rem;height:1.2999125rem;top:58.3505859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbp5h5GEmTDVTK0VQKhTt8hepgoxWzAa { width:20rem;height:4.55078125rem;top:59.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CakzqNoA7TctT5xtSF0N7pJrZnpAQkHA { width:12.499rem;height:1.2999125rem;top:70.8505859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga6AG3BaWy8sFdNlFehCmRyBpgXZ84Ra { width:20rem;height:2.2753875rem;top:72.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SApZlSMXsGroqCmVMMrGvuHF3XSedDQ8 { width:12.499rem;height:1.2999125rem;top:75.8505859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTwlUorrHDqM1hKATok9eb49lIEOJVIP { width:20rem;height:2.2753875rem;top:77.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTueqD9Ei746F4qP3xh498R2FX6TQiHh { width:12.499rem;height:1.2999125rem;top:80.8505859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPJn2oFF8VIMzXuFtDDPMeSAN24xNIdX { width:20rem;height:4.55078125rem;top:82.765625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgDDNprJQ8X4DTE0ZNcot6LTu7T6Nl6x { display:block; }#bgDDNprJQ8X4DTE0ZNcot6LTu7T6Nl6x > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyKvfxOW6qwWX2P3WiryeBlAV59hyuJF { width:8.125rem;height:0.625rem;top:4.162109375rem;left:5.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETJmQ3c5BhALG3SsI4BX4r9DnlEGFwU { width:20rem;height:1.381075rem;top:0.93685150146487rem;left:0.060763895511628rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #uT1RtIfPKM0sP6tDEJ1y9rExpGWPTWrf { width:19.9980625rem;height:1.21875rem;top:2.625rem;left:0.0009765625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Qv2U7wrzLEJ6W3gi6HgwNAw58fLl6uXu { width:1.24921875rem;height:1.24921875rem;top:5.6234817504883rem;left:0rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #DRw6CNeoA92EF9MRQcBpU1pJ42FzmLt6 { width:18.375rem;height:2.2753875rem;top:5.625rem;left:1.6240234375rem;font-size:0.875rem;font-family:arial;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #moBTdXm2Oa0ynTvXbix5o7Hw59C0AFwR { width:19.9980625rem;height:6.891625rem;top:8.044921875rem;left:0.0009765625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ptnXuZ0g2LqcQ4D6NiD7DTLnJGUiD3QV { width:19.9980625rem;height:0.31171875rem;top:15.9990234375rem;left:0.0009765625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Oau6p97c9C09Zw3DtrfaRchfLCba1uH3 { width:6.875rem;height:1.13769375rem;top:17.4853515625rem;left:1.2490234375rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #RbWgvk10sNmMz8y4Mvi6s4Civbt8ea6x { width:5.8734375rem;height:1.13769375rem;top:18.798828125rem;left:1.2490234375rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #pee7599QCvu03S2oaZfvJUPwnQmCmcrt { width:9.8730625rem;height:1.13769375rem;top:17.5625rem;left:8.7470703125rem;font-size:0.875rem;font-family:arial;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #UIzwXSl9EHJcTnn2VxcvID5K4bylfWPU { width:19.9991875rem;height:0.12421875rem;top:21.1240234375rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #TpT8LlMTcWctgAVpQqdKIzlQ4r0GUxO5 { width:5.25rem;height:2.2753875rem;top:22.3623046875rem;left:1.2490234375rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ZRSBtrMyGnkP5xTJrHagxqidVQ6wyw10 { width:5.8734375rem;height:1.13769375rem;top:25.111328125rem;left:1.248779296875rem;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #wPEz6ZgbnyJLWIrlJPTS3QJLnIUbAsLT { width:10.0605625rem;height:3.4130875rem;top:22.3115234375rem;left:8.7470703125rem;font-size:0.875rem;font-family:arial;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #E9zozdIW1SO1UQRmyPp31gtWgJMI6z3c { width:19.9980625rem;height:0.3125rem;top:27.562255859375rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #F9nZw1lR5w8WbqfJc7Ia5flDsGEtV5uz { width:6.375rem;height:2.2753875rem;top:28.74755859375rem;left:1.248779296875rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #fSFK3VTOobJBfoHHIVgsvcToz6tWuIFy { width:5.8734375rem;height:1.13769375rem;top:31.42333984375rem;left:1.248779296875rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #REwfVA1wf7QoMiDkyqdkr4GvQwVykP66 { width:10.0605625rem;height:4.55078125rem;top:28.623046875rem;left:8.746337890625rem;font-size:0.875rem;font-family:arial;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #U2F8TlMEgLyDaG1800qDkCssVif0I5r3 { width:6.4980625rem;height:2.2753875rem;top:35.174560546875rem;left:1.25rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ndnDwcpgmSVvguF6bTc8HCoTSZ0ePnWM { width:19.9980625rem;height:0.12421875rem;top:34.06005859375rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #aExmfN2RJwJDH1rhWAJ3hAGeIQtC4MJ4 { width:5.8734375rem;height:1.13769375rem;top:37.674560546875rem;left:1.248779296875rem;font-size:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #b97oUG5x7I1ftb3wzzDnxolPTwrAEAL2 { width:10.187125rem;height:4.55078125rem;top:34.873046875rem;left:8.746337890625rem;font-size:0.875rem;font-family:arial;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #fB4btX11CkZ5VgAZK8plipWCZmigsXba { width:19.9980625rem;height:0.3125rem;top:40.435791015625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #GNCQUG5Q6DonJ3zMDbHH8w1iVZuTgI4h { width:5.375rem;height:2.2753875rem;top:41.612548828125rem;left:1.25rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #RPTJuqXbJ4EQBWfKVd3cwxDo5hRZTr3B { width:5.87305rem;height:1.13769375rem;top:44.2373046875rem;left:1.25rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #a51IPWR23PbliE71QNQ4SrsTQuN5Ib5I { width:10.2480625rem;height:3.4130875rem;top:41.527099609375rem;left:8.75rem;font-size:0.875rem;font-family:arial;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #glUZO1SlukaQnh3Z15nSGd1FepdMIfrN { width:19.9980625rem;height:0.12421875rem;top:46.56201171875rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ezx4h4KZv5AB3swhmHM1BK7g9niWGly6 { width:6.3115rem;height:1.13769375rem;top:47.425048828125rem;left:1.25rem;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #QCEtRicZ4aeHAV5SrfNKo1Py6ycs07rH { width:5.87305rem;height:1.13769375rem;top:48.487060546875rem;left:1.25rem;font-size:0.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #d82CxLyTScS19ZJl290CNyagTBqzshvS { width:10.0605625rem;height:3.4130875rem;top:47.464111328125rem;left:8.75rem;font-size:0.875rem;font-family:arial;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Gl07nW6VgW6gs2JdH6HFVgizzxEZza9E { width:19.9980625rem;height:0.3125rem;top:51.87451171875rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #X4ew2UHnBayHWCtoHwl0uLk0hscRT0QW { width:6.4365rem;height:1.13769375rem;top:53.487060546875rem;left:1.25rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Th5G64PQZMldZK2E9s3H7hBPtrGNenBp { width:5.87305rem;height:1.13769375rem;top:54.737060546875rem;left:1.25rem;font-size:0.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #e31JenTO7ZT0VB6xXsd5UFQhbOMvlD7g { width:9.9375rem;height:1.13769375rem;top:53.487060546875rem;left:8.75rem;font-size:0.875rem;font-family:arial;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #E3vmCCWyZmA0PueB4mDksZUpe41SGHow { display:block; }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E50XNywQmnGzDKi4hMRhLGoghUL37W85 { display:none; }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 > .row .container { width:20rem;height:98.035539209844rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vGhdDIZ60o5zIIL5dflKQGx3RBmBW1gH { width:19.374625rem;height:2.4375rem;top:0.12539291381836rem;left:0.62343743443489rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLBgt5yhK0wCWIdx01yglL02WA0R81To { width:8.124625rem;height:0.624609375rem;top:4.5621092319489rem;left:6.2496090233326rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6NPKw5Z1FnTmlrOB6dSLQ7iCAlcA3pb { width:19.9991875rem;height:0.31171875rem;top:26.187498092651rem;left:0.0011718869209289rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi7ez0yO56buZVRlyih5cLbVk8m7AlfX { width:9.8730625rem;height:3.41366875rem;top:27.686716079712rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #o9JN0Q2aRFwA2239dIoAKFKsQbUT8Tox { width:20rem;height:0.125rem;top:32.561717987061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzCqqzGQlcolnpAvaRtTdZFKrg6bOkBS { width:6.375rem;height:2.27578125rem;top:40.543355941772rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9MJHm2MnzB5zKX3x3Z0dINENWkBtXQ4 { width:19.9991875rem;height:0.12421875rem;top:46.312503814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMcqNufugcTMV6IkDxw6LkNmqTptGAa2 { width:6.4991875rem;height:1.1378875rem;top:48.043355941772rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5VvJ0OFZ8QF5WNUeuSGP4L3Z8HDrCeE { width:5.25rem;height:1.1378875rem;top:34.049998283386rem;left:1.3742187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdFvPfU8bKHHWwcabumO4iagy1zZZRCJ { width:9.6875rem;height:0;top:98.0361328125rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf9Sp2pvm8vvSDZsafnnTqsPwa68ryVS { width:19.9980625rem;height:0.12421875rem;top:38.812498092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV0B59JlesAf0RrLQT4okB4cdZ9FbCgk { width:5.6859375rem;height:1.1378875rem;top:27.799216508866rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkvbdcToPhxLQ7TgGTvSyruONneh8i2t { width:10.0616875rem;height:3.41366875rem;top:33.937498092651rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #BLh40SLnsmyOLC1MZbTlPPs7o9F0SehU { width:10.0616875rem;height:4.5515625rem;top:40.187108516693rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #nxAvdFRAXpaZz4OREXHxTfew3RBGWhrQ { width:10.187125rem;height:5.68945rem;top:47.687107086182rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #rk3lOQ2cwmMtBMhxFAxb32RZ1uBPOaCD { width:19.9980625rem;height:0.12421875rem;top:53.93670463562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZUWqzSgmR73dqxipIbT2MdhPqfbXT2L { width:9.75rem;height:1.1378875rem;top:55.299606323243rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzSSNLwgqBsXpRqSlLl601HiThwxFio0 { width:10.2491875rem;height:3.41366875rem;top:55.187107086182rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #NXggwuaHulmMdxMeaILMhXlqRtX8w2HS { width:19.9980625rem;height:0.12421875rem;top:60.062107086182rem;left:0.0011718869209289rem;display:block; }
 }@media only screen and (max-width: 763px) { #t873eIg1d8KkbaH5bZHbVdEtsvP1Lohk { width:6.3125rem;height:1.1378875rem;top:61.792964935302rem;left:1.3722654879093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1z5EAe2uSDBzJuayloyFe4rJzuwi40V { width:10.0616875rem;height:4.5515625rem;top:61.435541152954rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #yOBDfRtftPZcpHoMNsgehCitpPiuX1Lo { width:1.24921875rem;height:1.24921875rem;top:11.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOMKgvHaseBlWNro2ccibtJ3TKwvK62U { width:18.375rem;height:2.27578125rem;top:11.4375rem;left:1.6230466663837rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #gGm2PwgoUUMpMHTnQ3d5MZ3foqAuzeDT { width:19.9980625rem;height:6.8918125rem;top:14.54296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAQa8w8dgQBcxF1DSbMvQ3lISxTaApXJ { width:19.9980625rem;height:0.12421875rem;top:66.936323165894rem;left:0.0011718869209289rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmblxDKkGLb2lwiFTcEmwn1gtiGVICxl { width:6.4375rem;height:1.1378875rem;top:68.916791915894rem;left:1.1867187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4q32xzFMTyPUf24TKuFV9ZxzS6XQe77 { width:9.9375rem;height:4.5515625rem;top:68.9367233254rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #m5iZid4ToTNvT6BQKInaTi9mGkMu2v2H { width:5.8734375rem;height:1.1378875rem;top:29.402733325958rem;left:1.3734374344349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2oG0mqkAV91xmTaXmm1otRHNTdrwFRB { width:5.8734375rem;height:1.1378875rem;top:35.249607086182rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFXoTGIyucwAhrGWRoUpQUUXypeTUs7V { width:5.8734375rem;height:1.1378875rem;top:42.874607086182rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS7CNy2u2AKs1QfbU07EvCkVE4zlLLQ1 { width:5.8734375rem;height:1.1378875rem;top:49.049997329712rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUdbKJIpK0OFttIsMgr2LJTev8EhUESv { width:5.8734375rem;height:1.1378875rem;top:56.549997329712rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx4DtZayy92B2q38VpyazSNtp5maCDFm { width:5.8734375rem;height:1.1378875rem;top:62.863666534425rem;left:1.3742187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhadBxnwBRc1kO9F9sWFqfrH14h3sW5B { width:5.8734375rem;height:1.1378875rem;top:70.311323165894rem;left:1.3117187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9gLXBxR31MtHDAkbq4iDKNIW8wQltAH { width:19.9991875rem;height:1.6253875rem;top:2.6858973503112rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BsCyn7mELDVpbigNwUUy9EpdlSJWgpri { display:block; }#BsCyn7mELDVpbigNwUUy9EpdlSJWgpri > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJlpSaBefbQSwhJOcHPMoaUR3LtJpaWr { width:8.125rem;height:0.625rem;top:4.412109375rem;left:5.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrPbQr7odTqIJ3N23KI7ooUdzQX5fx2i { width:19.374625rem;height:1.381075rem;top:1.0618476867676rem;left:0.62391489744186rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Flntt26tLN10HE1XQ4pB7yJzRq4I6NMI { width:19.9980625rem;height:1.381075rem;top:2.625rem;left:0.0009765625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #fcvlVTOTXDIwZMmZLLrcssSSwDTbmhqT { width:1.249025rem;height:1.249025rem;top:9.33984375rem;left:0rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #VEBKIP2LAXsKDr6V8L2ncEsnkuqkHvAA { width:19.9980625rem;height:0.12421875rem;top:38.310546875rem;left:0.0009765625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #iHa1KWbDooaMv3TbXM5eX1C7hdgWWH9m { width:19.9980625rem;height:0.3125rem;top:48.748046875rem;left:0.0009765625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #q3pAx0NVWbGzLrJuT6zVS0a0DLv4oAcV { width:19.9980625rem;height:0.12421875rem;top:52.6875rem;left:0.0009765625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #LxEg44vGcIegTLGeNX2SWE7Z7B47eSaQ { width:19.9980625rem;height:0.3125rem;top:60.123046875rem;left:0.0009765625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #nZVG74a6FnSbzq4HTbDSqyco4qbetUpF { width:19.9980625rem;height:2.436525rem;top:5.96484375rem;left:0.0009765625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15003;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #fr1nqHPGLo6kKV2XtrCsIyOai8sLzmbp { width:17.5605625rem;height:2.2753875rem;top:9.3046875rem;left:2.4384765625rem;font-size:0.875rem;font-family:arial;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #yN5u3HoZUv2rtQbvJhFxg7H0t0fhffTi { width:19.9980625rem;height:2.51171875rem;top:12.402126312256rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #yCMETa2Wm5ecuADavUNiEwBxbQoInDeE { width:10.875rem;height:9.4980625rem;top:15.715061187744rem;left:5.0000000596046rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #edZJEUmt9oxLqDIqfQvzZID6le4QMvu8 { width:19.9980625rem;height:3.41308125rem;top:27.21484375rem;left:0rem;font-size:0.875rem;font-family:arial;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #s5gTmngmzdNTSlgUbWb8DvyJ95MJEdI7 { width:19.9980625rem;height:0.31171875rem;top:32.0634765625rem;left:0.0009765625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #hINaG38dhSTcGyFdmchnlcVSL2v6im1f { width:5.0625rem;height:1.13769375rem;top:33.4990234375rem;left:1.2490234375rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #pnknG3KqrOnleCAHdJKTSXnHQlmO6osU { width:11.1865rem;height:3.4130875rem;top:33.5546875rem;left:7.5rem;font-size:0.875rem;font-family:arial;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #RAbES0hxWmhdzbFoCNhEZMFWxhTFJQyw { width:6.3105625rem;height:1.13769375rem;top:39.828125rem;left:1.25rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #P6qRJ0RzmmqJKHzJogA30SCcMNppL9wW { width:11.124rem;height:7.963875rem;top:39.71484375rem;left:7.5rem;font-size:0.875rem;font-family:arial;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #S9ec7bZUi8zixMFWcsPssRZm4behRXSq { width:6.375rem;height:1.13769375rem;top:49.828125rem;left:1.25rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ceMe1mR2wfrnkdsqCIvoGwbf70dZfHOG { width:11.499rem;height:2.2753875rem;top:49.71484375rem;left:7.5rem;font-size:0.875rem;font-family:arial;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #yuwGITM74dDRDgFIT5i1s3hpe2iWd509 { width:6.4980625rem;height:1.13769375rem;top:53.578125rem;left:1.25rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #wfPMK0eeBtJiiWLZD2kDHBHzTtXMdsJT { width:11.3730625rem;height:5.688475rem;top:53.46484375rem;left:7.5rem;font-size:0.875rem;font-family:arial;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #hXHDDtVUTKGdSRm4rwP8ex86RCwIeJf2 { width:4.93555rem;height:1.13769375rem;top:61.6123046875rem;left:1.25rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #KTxWI9ou64sgzbCITNErGfuHKaZPr2iD { width:11.3730625rem;height:4.55078125rem;top:61.41796875rem;left:7.5rem;font-size:0.875rem;font-family:arial;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Z1LzucuwHv3IddC83bVMRIu4bsHLdJWn { width:19.9980625rem;height:0.062109375rem;top:67.1240234375rem;left:0.0009765625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #xSkGhlKqZP2VWTM4Se7BlNIrilQl5aLO { width:5.186525rem;height:1.13769375rem;top:68.578125rem;left:1.25rem;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #qT7NTNo0EC0K2mLizx2STxkGlo4Wuuef { width:12.3105625rem;height:3.4130875rem;top:68.46484375rem;left:7.5rem;font-size:0.875rem;font-family:arial;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #HnERaRf0osdQOVfa2kvwsS3LMbogLp3k { display:block; }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8b878P9VNObtWI1uMP60SCCwiquDqdk { display:none; }#b8b878P9VNObtWI1uMP60SCCwiquDqdk > .row .container { width:20rem;height:101.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CZGvF6pkJWt3g7AQIpNhXgETCAXkn2Oh { width:19.75rem;height:2.4375rem;top:0.31092834472656rem;left:0.31171873211861rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxWi1oKAsr1KK07Emya2B0rPuiegUIJ7 { width:8.125rem;height:0.625rem;top:5.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpGmak9zagfy9y7PBpRy1x69PQFRlwHZ { width:19.9991875rem;height:4.875rem;top:6.3738269805906rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bqPOJZVDNn7DMSblpZp1zXl7uAXQvbO7 { width:19.9991875rem;height:0.31171875rem;top:35.937888145447rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8FlamUMTi0TOLOt4ak1dBt5eHXzxFdv { width:11.1875rem;height:3.41366875rem;top:37.499999046326rem;left:7.5605459511281rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #lQLRNwSXoJn1VWBtXxClhSCzn9VCW1fN { width:19.9991875rem;height:0.0625rem;top:52.499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGWnQSCsZic6ohxqFAAxJmT3nvgRVL0k { width:6.375rem;height:1.1378875rem;top:54.230855941772rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beaS7KNirPR7xg4pFXZqLDkiddnn4gMe { width:20rem;height:0.0625rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DidUqRwtrcvofCCRDHC84Qg8mdydTMlk { width:6.4991875rem;height:1.1378875rem;top:58.987495422363rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE90Ulz5oTClsUSOv0ZZPdmr7vq8dS0S { width:6.3116875rem;height:1.1378875rem;top:43.050388336182rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs6SbmhWQiCKTM4SPun5XLPc700v5WEh { width:9.6875rem;height:0;top:98.0361328125rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGic5BQahSADwmouWxedxZRqA7nq6mVB { width:19.9991875rem;height:0.062109375rem;top:57.561324119568rem;left:0.0011718869209289rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsm2WDU9K3TBRBeTxKAKEvwMVeIWdZO { width:5.0625rem;height:1.1378875rem;top:37.674606323243rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #besM0eVegGH34qsZLXPtSpN6778Tsbu7 { width:11.125rem;height:7.96525rem;top:43.233981132508rem;left:7.499999552965rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #NkTzm3QB0GBJStNSqXn2lte3dn7a1o2s { width:11.5rem;height:2.27578125rem;top:54.230855941772rem;left:7.3734369575975rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #UlEc7xeTptcrZg8ZETdruXxkxovrQ9pW { width:11.3741875rem;height:5.68945rem;top:58.87499666214rem;left:7.499999552965rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #tTTdnXvryQUSLMkUF1FiHQo4VnmkxFn8 { width:19.9991875rem;height:0.062109375rem;top:73.811714172362rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGaZZoOvT9VEXI8geg5ktsPp9W1iA5qK { width:4.93710625rem;height:1.1378875rem;top:67.736715316775rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTo5enT6tw6Ju8PayxiGCx6ycmQioSC3 { width:11.3741875rem;height:4.5515625rem;top:67.624214172362rem;left:7.499999552965rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #sluaWxIcV4Q8D6FFyN9QK0QVRQh7guCb { width:19.9991875rem;height:0.062109375rem;top:65.562105178831rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsFLMFyoiVUbEOGyJzUa75usXpgP4FO7 { width:5.1875rem;height:1.1378875rem;top:75.4804649353rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5aC88feaS2pTJDkkfn43PL6qr9lSmyU { width:12.3116875rem;height:3.41366875rem;top:75.124214172362rem;left:7.499999552965rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #PfyWsagOmExDzooxLmlKQXwDT7kDQILg { width:19.9991875rem;height:2.51366875rem;top:14.999999046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai0936zkwJ3AbG1PRDk11Fl5xFufuBou { width:1.25rem;height:1.25rem;top:12.500389575958rem;left:0.56015625596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipMcuwS09rbXwFPn7APMEOTPJ7mQ3TZm { width:17.5616875rem;height:2.27578125rem;top:12.500389575958rem;left:2.4374997913837rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #MERECsFb9NC01ncTBkCFh7rhd6JFxDUr { width:10.875rem;height:9.4991875rem;top:18.099997520447rem;left:4.1601558029652rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCfetvXScJfRrFlM1nBA8dBScfKgn7L9 { width:19.9980625rem;height:1.78828125rem;top:28.750781059265rem;left:0.0011718869209289rem;font-size:0.6875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #G5x27Jvs1W2dNUP8rVTTKdkt3vsgFK1N { width:19.9991875rem;height:1.6253875rem;top:2.5007820129394rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTD4ubavWJWc5nZirMl2NhHfO2Svm41F { display:block; }#uTD4ubavWJWc5nZirMl2NhHfO2Svm41F > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVoW2SvOPzhtG6XEcyqXd2dZNCW627bG { width:8.125rem;height:0.625rem;top:4.65234375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXCuuCTlGoDC5aL2AAacAUIBvR2NZKTo { width:19.374625rem;height:1.381075rem;top:1.1868438720703rem;left:0.62391489744186rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #o3Q30KGB2Fz55e1N3NA565TCdOEd7DDk { width:19.999rem;height:4.87305rem;top:6.52734375rem;left:0.0009765625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15003;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #qnfBzRa03UvhMFeZP75LsBPhya2gXrry { width:19.9980625rem;height:1.381075rem;top:2.6455078125rem;left:0.0009765625rem;font-size:1.0625rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JpX3xckTlPP7UShcFmKib96zqoQ2QM1N { width:16.62325rem;height:15.2485rem;top:12.591146469116rem;left:1.6250000596046rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { display:block; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB { display:none; }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB > .row .container { width:20rem;height:101.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q41cIS19le3s9rZshGlpDuIUgR3Rtelf { width:20rem;height:2.4375rem;top:0.74999618530275rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hf2zrywW78sFppCw064ZE8PNocltVsHi { width:8.125rem;height:0.625rem;top:5.8742065429688rem;left:5.6249995529652rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX1CFVF8lm9TONZf5DuuoErHQJeTWu6u { width:20rem;height:7.3125rem;top:8.2499995231631rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CxT8tJ5UJU8cMimHFPakM28Qqdi2GVzA { width:9.6875rem;height:0;top:98.0361328125rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0mD9RZCUWnNJBLBCbQxpTtlxbORieDS { width:14.499625rem;height:13.3171875rem;top:21.999617576599rem;left:2.9976561367512rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3RPihz0T4reJLmUZ4ayZv4Ay5JSTpKk { width:19.9991875rem;height:2.2734375rem;top:3.2496209144592rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q { display:block; }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kApR45rKeUkCWHJ5KLWPgPy8FsV2u9DK { display:none; }#kApR45rKeUkCWHJ5KLWPgPy8FsV2u9DK > .row .container { width:20rem;height:98.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IlbJZmHXz5Df3aQreCieqdZTltw8bQF0 { width:20rem;height:2.4375rem;top:0.9374895095825rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5OcG4ZqHCvLIPNfoErrI7yW6QJ3e84i { width:8.124625rem;height:0.624609375rem;top:6.62460899353rem;left:5.6226558983326rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZiNTUPgdu9N2afeGThbyQ0rJpPtQlMI { width:19.5rem;height:3.65625rem;top:8.3120727539062rem;left:0.31171873211861rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CT3Jg8R76H0NeMmvfm1WAnai6wtRGzhI { width:9.6875rem;height:0;top:98.0361328125rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TByWut6aKdHrlqqShzmiKxTzka3bQ7yh { width:11.625rem;height:11.625rem;top:14.374235391617rem;left:4.6230464279652rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyIcczn8bRWypBHktho13BkdN3tGbZxP { width:9.1875rem;height:3.65625rem;top:26.748019218445rem;left:4.9992184937rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDnxJbAJ0nJreMWksZmIv1WWbTxQ9KAR { width:12.375rem;height:12.3105625rem;top:35.999999046326rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxbXK4JfLXtgonL2r1BPfsgEFJ6TVp9P { width:11.312125rem;height:2.4375rem;top:49.123808503151rem;left:3.7488279640674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVHCMqnuBCPIcIq6LnW1xWbSCzlZizGT { width:12.5625rem;height:12.5625rem;top:56.062496185302rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtUhbX4UsMRaWS3kSvzsIVefih4wAEs7 { width:11.312125rem;height:3.65625rem;top:69.812105178831rem;left:3.7488279640674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INLB0cVMtlbJnAz8qkI34JNDaKhMC6aq { width:1.56210625rem;height:1.56210625rem;top:30.999608039856rem;left:4.6874995529652rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtodQWxv0czbEZHFXFq37SK2v5XOhfZ9 { width:1.56210625rem;height:1.56210625rem;top:32.374998092651rem;left:4.8117184937rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOorZ5L9RziOCeuOE9yeoUC6490ezTEu { width:1.5rem;height:1.5rem;top:52.061716079712rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmwl0cXgweI59o5Mx1Eseu5TyMhnvJBp { width:9.1875rem;height:2.4375rem;top:31.312108516693rem;left:6.3121090233325rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS9HixgMiR5QUbsrJHZH23qgTCSVRvrv { width:11.312125rem;height:2.4375rem;top:52.312508106232rem;left:5.6226558983326rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUwiyNyW5ItptVWR5gKdsK3SPxzQeUmI { width:11.312125rem;height:2.4375rem;top:74.811321258544rem;left:5.6238279640674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyOlwq93MC8JHUOplcryGFmHx6B8LU8U { width:1.5rem;height:1.5rem;top:74.560527801513rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8FSNaKVOoKTq15F1SzTzCmFAV6W7Obf { width:1.5rem;height:1.5rem;top:75.873432159425rem;left:3.7480466663837rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsP5icGh4fKxTfN0Z025gbq19ioW4bZR { width:19.9991875rem;height:2.2734375rem;top:2.9835920333863rem;left:0.0011718869209289rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { display:block; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4XyruLleCMTx1XOnrUOp0rBJZ4KA5gc { position:relative;z-index:auto;display:block; } #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection *:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="text"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="email"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="tel"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection textarea:focus-visible { outline: none; } #g4XyruLleCMTx1XOnrUOp0rBJZ4KA5gc > .row .container { position:relative;display:block; } }