.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:225,249,249;--color-primary-1:157,235,235;--color-primary-2:58,214,214;--color-primary-3:29,107,107;--color-primary-4:9,32,32;--color-secondary-0:252,207,207;--color-secondary-1:237,185,141;--color-secondary-2:239,15,15;--color-secondary-3:143,9,9;--color-secondary-4:48,3,3;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row .container { background-color: transparent; background-image: none; }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row .container > .video-iframe-container { display: none; }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row > .video-iframe-container { display: none; }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .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); }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row .container { border-width: 0; border-radius: 0; }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#M46fS93hq28InQpQwRwGHPuJdQ1FtLJp { color:rgba(var(--color-tertiary-4),1);display:block;width:19.249769210816rem;position:absolute;font-family:"russo one";font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0018382072449rem;left:27.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(58,107,214,0.59);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { background-color: transparent; background-image: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container > .video-iframe-container { display: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container { display: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .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); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { border-width: 0; border-radius: 0; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#RvvnBGdOdwGv1EmVW42Exi11P7zCpd1t { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:12.75rem;top:3.9928765296936rem;left:30.4375rem;overflow:hidden;display:block; }
#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { background-color: transparent; background-image: none; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container > .video-iframe-container { display: none; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row > .video-iframe-container { display: none; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .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); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { border-width: 0; border-radius: 0; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#nBrLlyp7MkiPTg4llBLTHvD2k9toTvZW { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.314453125rem;left:33.65625rem;height:7.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FRJTP0HeXyVS9Ddb3IT0HxGldgwLPaci { background-color:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:34.1875rem;left:40.8125rem;display:block; }
#rM477CUvDmKWRChSASlUhXoFMKgVhXBI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XV97um6XcALTAVExPtXDDxkSuk3Quf8W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-primary-2),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-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.1875rem;left:54.125rem;display:block; }
#frKNp3GoUEyoVNONHG5HoE1yibtD28Jn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NbvfqTvWQA1xCG9L2vJrZMcK5C5sromz { position:absolute;display:block;z-index:15003;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:26.125rem;width:26.125rem;top:3.501953125rem;left:4.7177734375rem;overflow:hidden;display:block; }
#LnyZNTz1ibXaLmsnMkwQLRovatTEOlQ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.876953125rem;left:37.5625rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AKBOQ1ImKPcd2qGXn6zMLBKP1rnmGur3 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:35.125rem;left:7.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PDzXHyKUloGapi6GiQo5TaxdkbbiLXK9 { background-color:rgba(var(--color-tertiary-4),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: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:2.0625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:34.875rem;left:18.25rem;display:block; }
#KWGTdhaHxA0RrgNatWQkxFdhLGvBpH4u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTH68cvV8m9GJ8BQhuX4gpFW2eKdrDxT { background-color:rgba(var(--color-secondary-1),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: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-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0622701644898rem;height:2.0622701644898rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:34.875rem;left:23.25rem;display:block; }
#HqPwacCUbznedT3yzqUHcsor8yqe59J5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FP2UNZQWQOg5CcN9T2hGhAwrB0J4zJWy { background-color:#777d84;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:#6688b4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0622701644898rem;height:2.0622701644898rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:34.875rem;left:25.75rem;display:block; }
#kCQFdfaL1S5TOW4S9s261uxZw6i5nmoX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RHZWvRkqJiaslwL10rxfz46z6RpIUTEm { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:"russo one";font-size:2.8125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:21.875rem;left:39.875rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#TmkdDfQV1py5TMwKThfflBKBwGUeWiKA { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:"russo one";font-size:2.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:18.625rem;left:42.3125rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#KUPyLbBXH4v5mv43X4BUsAxi2o04Cex7 { box-sizing:content-box;height:0.25rem;width:21.875rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:19.9375rem;left:42.125rem;display:block; }
#MsHaD5AT0O6UIhWH3zPnSITERDp255rF { background-color:#895129;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:2.0625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:34.875rem;left:20.75rem;display:block; }
#FpRRXUAAG5Aum7MQMgvvh5A8K6FZEdds { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gM8HkWC8rf7vt8xKJSMHHXLBgrVFmoDd { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:26.251953125rem;left:37.5625rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(58,107,214,0.59);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container { background-color: transparent; background-image: none; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container > .video-iframe-container { display: none; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row > .video-iframe-container { display: none; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .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); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container { border-width: 0; border-radius: 0; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container { font-size:0.875rem;font-family:arial;height:61.8125rem;width:75rem;position:relative;display:block; }#ppD1IlmcqOuS6oxdn5oA9rAS02dBLNoZ { position:absolute;display:block;z-index:15001;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:5.625rem;top:8.75rem;left:68.375rem;overflow:hidden;display:block; }
#cdEnEX6eypFWpEhlzCZfJn7mwCJ4xrnX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.2490234375rem;width:3.75rem;top:8.75rem;left:2.0625rem;overflow:hidden;display:block; }
#xymT64IyONgQOiFwkqli2Cp6uAAADw68 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:5rem;top:22.6875rem;left:1.4375rem;overflow:hidden;display:block; }
#eBMMnNE7VyzE6aTPRk4ravxZ6fNNUToX { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),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.18727020919323rem;width:13.125rem;top:25.3125rem;left:53.125rem;display:block; }
#CJHCykZavaCNlFMQMzffiM9uo2Sb3bPt { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),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.18727020919323rem;width:14.375rem;top:11.9375rem;left:52.9375rem;display:block; }
#xbNI0y7NmrtX7QsbVXZoEVrcIW2nfwuJ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),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.18727020919323rem;width:13.125rem;top:25.4375rem;left:7rem;display:block; }
#NWTpXHTQ3BA0wLoyDOZgXTp3LDNLdIb9 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),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.1875rem;width:14.375rem;top:11.9375rem;left:7.5625rem;display:block; }
#Ml2uWTDNLw4ONDxUwuWvzEStQ916qs7r { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;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:10.0625rem;left:6.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fNXZocl1FhMN9zuReoP9alLh9axq3xtq { color:rgba(var(--color-tertiary-4),1);display:block;width:13.999310493469rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.125rem;left:6.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SzKaFkBdTpPT3wa9KH3yu9PTZIsyvCkT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.56227016449rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.6875rem;left:52.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZiLlQfaaWU5ZIVQnOT2VtUPGn9mB5oD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.1875rem;left:51.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PK3KTraUl4c9JsTQkhBl0Tfasp9ApfNr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:12.875rem;left:7.4375rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#azv9eTxIUmc1sxTl0T9vEoGBP7Nm0grO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:26.5rem;left:6.625rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#nunt5RtVz7RNxqrwXzu4Pb7TF9AU4IfD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:12.9990234375rem;left:53.125rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#xUnzwn3Cvry0knBJIMXTzTB1JhNbLVpE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:26.4375rem;left:53.125rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#tdeG9hZRzmXN0KuV7iqTu6Ah8OvfpaSA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:22.59375rem;left:68.84375rem;overflow:hidden;display:block; }
#SZXdD7HiC6LHiSBug0lXUStTUEd9UAfy { background-color:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:56.25rem;left:31.25rem;display:block; }
#C63U1DnnTZTgCSbTwA3RR9RGtvMl62NJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q3i3GgR5Bvwf3zhexBiRc3XHQnEHTQ2n { color:rgba(var(--color-tertiary-4),1);display:block;width:37.624080657959rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6681976318359rem;left:18.625rem;height:3.6875rem;font-style:normal;display:block; }
#KszLAvp9oPTwRWeZuXHnWdgz79keJ9UB { position:absolute;display:block;z-index:15001;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:21.125rem;width:20.125rem;top:9.6875rem;left:28.65625rem;overflow:hidden;display:block; }
#cgXTArcqfGLcA7v692tElPRzcXGECMy1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:38rem;left:29.53125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTnK8oIeQxMShTMlweRWa1oW9m4nnxrL { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:"russo one";font-size:2.1875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:41.5625rem;left:26.8125rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#VJFL7Wcl414V92fh10QavSEc1aAzTf2I { box-sizing:content-box;height:0.25rem;width:21.875rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:42.875rem;left:26.625rem;display:block; }
#sHv3SmRKQD2iZFutX52TmfgHq2kHHiWk { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:"russo one";font-size:2.8125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:44.8125rem;left:24.3125rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#cJGLnG7ymbdNETNMz0Mverp7DDmfOuTc { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:33.3125rem;left:27.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kJv0di3Vv6HtoAeoZMdsNVzI0KHRx3Ql { background-color:rgba(var(--color-tertiary-4),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: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:2.0625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:33.125rem;left:37.875rem;display:block; }
#Cf24286OhSEdqfNzLD0NtChGt4cpXg3Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#voTUQrcJRgvyB3JXzK34aysdiehFRg9c { background-color:#895129;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:2.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:33.125rem;left:40.375rem;display:block; }
#qQKrZoeiQi4hcTfgJSWfh8AfpMxc0SPu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kiOT9QWyh2RvGthsC4FEqPfmn3gzBeaX { background-color:rgba(var(--color-secondary-1),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: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-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0622701644898rem;height:2.0622701644898rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:33.125rem;left:42.875rem;display:block; }
#ubaenJXyMG0MxMGRN9u4EE00eML0IRoi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hK5ypqfN4TZTuUUJQHSJD7iCAd1mqBmz { background-color:#777d84;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:#6688b4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0622701644898rem;height:2.0622701644898rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:33.125rem;left:45.375rem;display:block; }
#dl6uBKRp9mL3GMGsrP2bCwWMCu3bNSZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i4NFASsd9zsvT2pU31IBlRoSXHBRiWGz { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:36.3125rem;display:none; }
#iupSyukbNdAEQ5GvoJpC3lHNRoTltyDJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.625rem;width:37.5rem;display:none; }
#JQOigV9A8dlOlddTlM2zl18bdOcain2C { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:49.8125rem;left:22.03125rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row .container { background-color: transparent; background-image: none; }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row .container > .video-iframe-container { display: none; }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row > .video-iframe-container { display: none; }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .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); }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row .container { border-width: 0; border-radius: 0; }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#FcOnND3CZzbodTMKfMkzQTLTbQ7P7nU2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:22.5625rem;left:27.6875rem;height:0;text-align:center;text-align-last:center;display:none; }
#bSkMNJICwdrT4tKJvnzxGUXbBR3x86Qn { 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.1875rem;width:10.9375rem;top:20.562255859375rem;left:32rem;display:none; }
#Ea4r3EMk5nrriGGikpFUQ1beI5W2bOiz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.562026977539rem;left:28.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dcnpRhBtMJyy4M20NdyTiTqry4nbBsGH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:6.875rem;width:6.875rem;top:8.8706359863281rem;left:34rem;overflow:hidden;display:none; }
#ndwuKBluMoF4eF3PkA4JeggPp10z5T65 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.1870384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1971435546875rem;left:15.905330657959rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DcB3cgp624EyRyovb4PTkTL2KpKq2KAm { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:18.25rem;top:9.4072265625rem;left:38.0068359375rem;overflow:hidden;display:block; }
#ywxFfk9ZcU1ahP2uQkWOcXtSBDKHTutT { background-color:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.625rem;left:31.25rem;display:block; }
#yTrwphLZxTklBl5qgMTHZlWgvGcqRqTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ta76FbBp7moGQRbAaRBMgUGacWAq65k0 { 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:4rem;width:18.125rem;top:9.4697265625rem;left:56.875rem;overflow:hidden;display:block; }
#VyNpFqdpGOJyh5KRtQv7iCLQkV3X0Cxd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:18.125rem;top:9.0947265625rem;left:19.078125rem;overflow:hidden;display:block; }
#Fe8KtfuwtZ6uSVQyhoZMhN0WLO6ifl8E { 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:9.375rem;width:18.125rem;top:6.7830886840819rem;left:0rem;overflow:hidden;display:block; }
#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(58,107,214,0.59);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container { background-color: transparent; background-image: none; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container > .video-iframe-container { display: none; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row > .video-iframe-container { display: none; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .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); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container { border-width: 0; border-radius: 0; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container { font-size:0.875rem;font-family:arial;height:66.0625rem;width:75rem;position:relative;display:block; }#iuz92HRvyeKpFL4dUWfhTASu2bMMOQ61 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:33.875rem;left:3.0625rem;overflow:hidden;display:block; }
#MogRWTtm5k40g4tN1oTNAoXB0uqtAnHs { color:rgba(var(--color-tertiary-4),1);display:block;width:57.749309539795rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0197601318359rem;left:8.5625rem;height:3.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MFnfTuQrlTGmFsKAGsTAG5WW2BtcdUGu { background-color:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:59.875rem;left:31.25rem;display:block; }
#Ze2JzR25cUMprO6w2Iu1Iq3TIiFyDwT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kygyQJ8k8oPwzl2Onn7FAemTpaGRHTwh { position:absolute;display:block;z-index:15001;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.0625rem;width:19.0625rem;top:8.75rem;left:44rem;overflow:hidden;display:block; }
#LtxJtwZNDSLVVxuSKUi205HFsbvc9KIG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4990234375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:54.6875rem;left:8.65625rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EZrmyTwnaCpzUmJZHeltTecAW0kCqMx3 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4970703125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:54.6875rem;left:33.2509765625rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UGrh58rLNfaS8biSuPRGpX3nM4Q877z1 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4995403289794rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.6875rem;left:49.25rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LrzSa1solW81N7hcZKn9gPol3ltVEZPf { position:absolute;display:block;z-index:15009;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.0625rem;width:15.25rem;top:8.8125rem;left:11.71875rem;overflow:hidden;display:block; }
#kfzVT1aS5wcv4r4UvCTLqvnQvscF4odL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.62477016449rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.0625rem;left:12.9375rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fH5FAARTxtze0iEU2KaAcrTTXdpWSZIK { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:33.875rem;left:27.65625rem;overflow:hidden;display:block; }
#ZHSvfss6tW2IuBrE462R6ChZcmRATc3p { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:33.875rem;left:52.4375rem;overflow:hidden;display:block; }
#hPw1ZyuDkrF4qm3sG0pLO5whTiW7r5BT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4970703125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:54.6875rem;left:58.0322265625rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container { background-color: transparent; background-image: none; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container > .video-iframe-container { display: none; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row > .video-iframe-container { display: none; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .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); }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container { border-width: 0; border-radius: 0; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container { font-size:0.875rem;font-family:arial;height:97rem;width:75rem;position:relative;display:block; }#txTAm9Br0MVSOz6OnyzU8RelfQlptDQZ { color:rgba(var(--color-tertiary-4),1);display:block;width:48.999309539795rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3200836181641rem;left:12.998620986939rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q6c0I7eE2Cub4iUIkTytrvm02aeak5pB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:14.8125rem;top:12.3125rem;left:1.8427734375rem;overflow:hidden;display:block; }
#reV2lHdua4l7geMmiByxFtciu9ZDcCBL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.75rem;left:2.9990234375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#DeV1Ac8w9LSWLWOVkJitJAWWt0ll5dnT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.75rem;left:19.3427734375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#dXuIhzTMqm5ahXsJsFws6A02f5ma7ASu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.75rem;left:38.4345703125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#QBei2iGr2r75Am2ZTKKTqvldRTbZcPXd { color:rgba(var(--color-tertiary-4),1);display:block;width:8.2490234375rem;position:absolute;font-family:"russo one";font-size:2.8125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:42.3125rem;left:4.8115234375rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SMDatVkOngGRL6wsaWMM92bbc0xhO3DT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:"russo one";font-size:2.8125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:42.3125rem;left:23.7177734375rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mOyMhzsrITTs9OrtdKO4oKV6w2fOcRrb { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9990234375rem;position:absolute;font-family:"russo one";font-size:2.8125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:42.375rem;left:42.560546875rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#acoFeTmZFSa3NLUoQGzTaguy86rhFU9E { background-color:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:90.1875rem;left:32.1552734375rem;display:block; }
#TnLyWMcGcToAgpfTHpGtC3D69sMUpdiF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N4LRGuA2PsvaNbiJk2Ik2v8mRn8IrXQw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:9.4375rem;left:38.9365234375rem;overflow:hidden;display:block; }
#NFnwWIcr3aS5M52qhEaLArD0mxbvlE5l { position:absolute;display:block;z-index:15007;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:16.25rem;width:16.25rem;top:9.4375rem;left:20.125rem;overflow:hidden;display:block; }
#ZWWXwycGWCdJs5eEoATrC6i5rfllpUTf { position:absolute;display:block;z-index:15002;background-color:rgba(58,107,214,0.59);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:38.875rem;width:18.125rem;top:6.6875rem;left:0rem;display:block; }
#XqxfTmQ64mZy8qu50PnmcCZnIg6G0ukv { position:absolute;display:block;z-index:15001;background-color:rgba(58,107,214,0.59);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:38.875rem;width:18.125rem;top:6.625rem;left:19rem;display:block; }
#OKR4Nq5tZgvOZf4p8Tyc3sWLKocKaUva { position:absolute;display:block;z-index:15000;background-color:rgba(58,107,214,0.59);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:38.875rem;width:18.125rem;top:6.8447265625rem;left:37.9375rem;display:block; }
#D9MCPc9qEhc22naAwz71tCaNTSq6Ude2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.2490234375rem;position:absolute;font-family:"russo one";font-size:2.1875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:7.0625rem;left:3.125rem;height:2.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XDfeRXCBx6v1bcQy0KcqBHG44G23azo2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.2490234375rem;position:absolute;font-family:"russo one";font-size:2.1875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:6.625rem;left:21.8125rem;height:2.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MP68gHxgNo6toPth85HUMng7f4amRZqI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.2490234375rem;position:absolute;font-family:"russo one";font-size:2.1875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:6.8447265625rem;left:41.0625rem;height:2.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BChgiOoPDBbOtgiU5qW7QNOJadoD2x4H { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-4),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.5rem;width:3.125rem;top:49.3125rem;left:35.9375rem;display:block; }
#fFW0swz6dENAQhdnMFNHRSOkiO4T7cpv { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-4),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:3.125rem;width:0.5rem;top:48rem;left:37.25rem;display:block; }
#RCeVnePPcaoA7NBnpmJKeMa8LNCTbLu9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:40.125rem;left:20.0615234375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#S4tNp3QHTrtAWR7ivEf4cvcNoxizrTTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:40.125rem;left:39.185546875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#Q1B9HTZVDeJVFnVDgPszeCTgHOSCkF2P { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:"russo one";font-size:2rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:35.875rem;left:0.3427734375rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#SNdZa5CVNIZWUwoFKFihD9PZScZ7SLHK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:"russo one";font-size:2rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:35.875rem;left:19.0302734375rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#HfdlhebITZpnyzTc61V5UuPXez05T0TF { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:"russo one";font-size:2rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:35.875rem;left:38.154296875rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#ZMEb4Q3gfPIBzE8T4z13oSQc8fdSfGHb { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:"russo one";font-size:1.6875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:33.125rem;left:1.25rem;height:2.1875rem;text-align:center;text-align-last:center;display:block; }
#mPU9lHHXpa2wDg8Q5tsT10iXIuzSiOU7 { box-sizing:content-box;height:0.25rem;width:16.875rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:34.1875rem;left:0.8125rem;display:block; }
#axOV87SwVo17D7XHw0TSFQDtiGdq50Tz { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:"russo one";font-size:1.6875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:33.125rem;left:20.1875rem;height:2.1875rem;text-align:center;text-align-last:center;display:block; }
#BKstqIuZT7Iw9lAcwHrlqGBi0dufrgde { box-sizing:content-box;height:0.25rem;width:16.875rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:34.125rem;left:19.75rem;display:block; }
#vMJNKNtWQBQNECSsRxNn7aMAMhzc436k { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:"russo one";font-size:1.6875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:33.1875rem;left:39.3125rem;height:2.1875rem;text-align:center;text-align-last:center;display:block; }
#HTkaSE02refAQ2vcRxPTciSMFCAVPW1r { box-sizing:content-box;height:0.25rem;width:16.875rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:34.1875rem;left:38.875rem;display:block; }
#f7deCdM7quUHgEf9BOIFbCFtFglVWJTT { position:absolute;display:block;z-index:15009;background-color:rgba(58,107,214,0.59);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:38.875rem;width:18.125rem;top:6.9375rem;left:56.875rem;display:block; }
#V6osfoZTr3TrwrFV4vesPq3NkOiKKFa4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.2490234375rem;position:absolute;font-family:"russo one";font-size:2.1875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:6.9375rem;left:60rem;height:2.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MIUU0T0yU1yeG3stbGcrbEiwTza3ZuyT { position:absolute;display:block;z-index:15015;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:16.25rem;width:16.25rem;top:10.0625rem;left:57.875rem;overflow:hidden;display:block; }
#VcE6rc8oGiameqIFPc9FnM1DNHODqRq8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:26.75rem;left:57.3125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#IizF9mpmXgZUEZFFW2FMRCHabDh0M2Jm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:"russo one";font-size:1.6875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:33.125rem;left:57.75rem;height:2.1875rem;text-align:center;text-align-last:center;display:block; }
#s7ahUg5ryzFNUCIEXTTsUnXVTeUn8sI5 { box-sizing:content-box;height:0.25rem;width:16.875rem;position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:34.125rem;left:57.6875rem;display:block; }
#TdJkZFCymmHBXk9mJ3QTIF6fUC9AiiPa { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:"russo one";font-size:2rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:35.875rem;left:57.1875rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#FyTCCcNV13qhO69uNIX5rbfsluscu7xJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:40.125rem;left:58.25rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#DshJG7uIdXZQ8T9UXgFXzTVPJz6MmQRa { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9990234375rem;position:absolute;font-family:"russo one";font-size:2.8125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:42.5625rem;left:61.625rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LwDgNUO9pVWxZT865zkdTRlVGunJrM0K { position:absolute;display:block;z-index:15052;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:52.6875rem;left:6.5rem;overflow:hidden;display:block; }
#xnQtOLSTPRIsu6G9yIE18vDbVmpwFZJI { position:absolute;display:block;z-index:15058;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.375rem;width:15.375rem;top:52.6875rem;left:29.8125rem;overflow:hidden;display:block; }
#Ed1f7TxshesfgePBElKLNkV3XHDAit8P { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:70rem;left:5.4375rem;height:7.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kGQPPTAZWrw8Gvq1vslTWfq8zmBM6zuK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:70rem;left:29.3125rem;height:5.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gk5cBizDPpvHyFEwIs1NR16Jla47H2wM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:"russo one";font-size:1rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:79.125rem;left:5.4375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ROo0yqITWar83ClkSz1Xgren2cdPspPf { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:"russo one";font-size:1rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:78.875rem;left:28rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ankSrPOP0Rue5h7oT5tsgNyQx9q7vhGP { position:absolute;display:block;z-index:15063;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:52.6875rem;left:52.4375rem;overflow:hidden;display:block; }
#ZbiuClSTIGxivDI79N9QhyvQtequZTAa { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:70.4375rem;left:52.6875rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#szxxqiTDkw4lm5qOlXw9TpkWbfuaHRIT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:"russo one";font-size:1rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:78.875rem;left:53.9375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lDTuins9kynEV0Iu7HoqB6dMAERl8AtO { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-4),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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.1875rem;width:16.25rem;top:82.25rem;left:30.3125rem;display:block; }
#mK3WU4z4UZ6WRJVrRc1VSaJ3RXeoFVSn { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.1875rem;width:16.25rem;top:82.375rem;left:6.25rem;display:block; }
#hyU6Ls3hJO5sgknhbUfqPcsILoC2TqvC { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4365234375rem;position:absolute;font-family:"russo one";font-size:1.4375rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:82.5625rem;left:31.1875rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpkZkJFbpLLBHccPss8vwgRPxNJIuv9I { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-4),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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.1875rem;width:16.25rem;top:82.3125rem;left:53.0625rem;display:block; }
#gMXNVmDliqtyUEKSE3xwfgfTEnzXDdLx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4365234375rem;position:absolute;font-family:"russo one";font-size:1.4375rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:82.6875rem;left:7.3125rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bg1cMk70kfpAOCGRwaXVFOfqC2PsDSTh { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4365234375rem;position:absolute;font-family:"russo one";font-size:1.4375rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:82.625rem;left:54rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WtedSph5SkdFHtLbLuVy6wcCNtHtfSbC { background-color:rgba(var(--color-secondary-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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6240234375rem;height:1.5625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:30.3125rem;left:57.8125rem;display:block; }
#ogJaaqua4bffGBhRemfkv2PEzmKKv6c2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(58,107,214,0.59);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 > .row .container { background-color: transparent; background-image: none; }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 > .row .container > .video-iframe-container { display: none; }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 > .row > .video-iframe-container { display: none; }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 > .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); }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 > .row .container { border-width: 0; border-radius: 0; }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 > .row .container { font-size:0.875rem;font-family:arial;height:80.5625rem;width:75rem;position:relative;display:block; }#ZGfbQZ3QivWBrBtEavSss4OJGiCP4gwS { color:rgba(var(--color-tertiary-4),1);display:block;width:43rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.35546875rem;left:16rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-form-header {  }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-input-text {padding-top: 0; padding-bottom: 0;}#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:raleway;font-size:0.875rem;overflow:hidden; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-input-select {padding-top: 0; padding-bottom: 0;}#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:raleway;font-size:0.875rem; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:raleway;font-size:0.875rem; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:raleway;font-size:0.875rem; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:raleway;font-size:0.875rem; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.125rem;overflow:hidden;font-style:normal;text-align:left;text-align-last:left; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-container:first-of-type{padding-top:0;}#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-container:last-of-type{padding-bottom:0;}#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx  { background-color:#000000;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:absolute;top:7.5419921875rem;left:27.43359375rem; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx {display:block;}#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx { background-color:#000000;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:absolute;top:7.5419921875rem;left:27.43359375rem; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #CP3d3wpr4g8F0svwPxzUJJeocWFkzqGD { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #T9sSTbQ57PBFsLVOJqbcuSXQ66FlXbGV { position:relative;display:block; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #cZ8zpQZdVMiWqcVcRuBNXsHnREq0vIt7 { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #LPy1X50KZTpfbm6WzinXElHnPKmupgNF { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #pEaduWm9XFEVNZDpF3Km5kCJbFAmGTME { position:relative;display:block; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #gfS8LptHsyLktgp4NPbNPGwTwpkfQOCI { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #pLQvBVdI6TdTpfXBVgwvqJgHksRxb1zN { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #Frshq3NDLexEC9a97gqU6o9TErrhTgsQ { position:relative;display:block; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #l384E26FPXxx6UEpKl1eOyLCEH3dC9Ds { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #RGb8PKs0bRsMPngP0fcwwZS3GEX0PDEl { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #WGRnH7EkPRSME4S13Lla6miibEZHSFVP { position:relative;display:block; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #IC0EQ4LQGuJ0nz0veDTnxNtD0iGkAeCs { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #Iu44mWdEzIb2DsZCALm4baQWrLwWxKaz { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #aW8UovBVBHAU4WWdI4nLxMTkFbuXzl0s { position:relative;display:block; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #Lgd3bmfBRuzOMGu04Nc2J4Z7p20AVHyK { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #UANHHUGkEWTusNwyKu4Un9zeHh18E9Bu { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #yDJS43G3mdb9CXLKw9LVd7rVwpxfsIUD { position:relative;display:block; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #voheZSeGqfe639IkL5I5qfxdhRxIDguc { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #HXBMhElxy6pFP69Ad8adTOROcQg3GWKP { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #zZqVPTLUXmKgCXeafXWLHTr3gvMfSDvR { position:relative;display:block; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #Z2JL4OlnRbtkToU0ieUvq5MZxRrJKozZ { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #MkG4srF9tg5S0S1hnFl6y7qqr3gpDV8V { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #v0fNDma55FgDt0yTGgn37RyRPELpwCFb { position:relative;display:block; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #sFeFMhib8yBusTZNsVZXB1CUytlSUT7q { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #QDJQwDHdfZDHdhUab3InlLV0Kv9sOCRr { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #FA79cS8Dpga0JB19tpQKQocWvWA9FNPQ { position:relative;display:block; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #uxuAUel59GsXRJdhaShlJzTZUVoOHewi { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #QAiIaBDbqyVNThCGfxBRTvPl80wIvJ2y { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #EMVh2MD9i1ip67Sh0D2iCTFc88BhlVNL { position:relative;display:block; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #e5Q1GL04JztyvHpISJkveRMRgyrgo1VK { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #AHGCuEUEeFGec8em6kMso1wUIlWFGTXa { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #uHc1TS80oR9G9S7EiHWigwmzZQOs8cSC { position:relative;display:block; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #t6HfdUKAOZh60oWevCqpamINXHD54sL3 { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #NAbRxMoTJQ4k4p86974BbDvfoy8le3NR { position:relative; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #Guvz22tT7coksCIBqFqugm7uMTdCZro1 { position:relative; }
#DRb18yJhBoqRbAgA33OZn1BLVVlWd2Te { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:72.8125rem;left:22.625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#Gdo3vK3f9mcXZWzkwDNo24Ectn6VZlGW { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8104305rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:74.5625rem;left:22.6875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#iZTU02SVUE3iTIwIPNN5pdmGzn05ibct { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:76.3125rem;left:28.625rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#KNq5ldOizUJILusdrbbB77wtnUoVb6dT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container { background-color: transparent; background-image: none; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container > .video-iframe-container { display: none; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row > .video-iframe-container { display: none; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .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); }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container { border-width: 0; border-radius: 0; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#ZPwxOATxn2dVDTeV0EBQ8U4J5u4053z9 { color:rgba(var(--color-tertiary-4),1);display:block;width:71.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:7.810546875rem;left:1.8125rem;height:33.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZGMTLsyxNTcr7d47bgN4xutcnNz8Qskl { color:rgba(var(--color-tertiary-4),1);display:block;width:68.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.7490234375rem;left:3.25rem;height:3.25rem;font-style:normal;display:block; }
#fqCVncTTOMWf3ksKm3IBSFqV4uK13558 { background-color:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:44.0458984375rem;left:31.25rem;display:block; }
#kBPIWS5v6BvOF0HLFa97fHtpN3uAzvyv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WttgpAhVJ4pthBl8aFePsrStA0P07aiD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(58,107,214,0.59);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .row .container { background-color: transparent; background-image: none; }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .row .container > .video-iframe-container { display: none; }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .row > .video-iframe-container { display: none; }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .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); }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .row .container { border-width: 0; border-radius: 0; }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#CJIy3Kay7MgCNML9ikJyh29ZK9UhOxEu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.0177154541016rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUEpVVm6h72ASGIgGpdSK4mt1hRhTpMT { color:rgba(var(--color-tertiary-4),1);display:block;width:71.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.875rem;left:2.0625rem;height:2.5rem;display:block; }
#E3wXG5DzdlrpIQqEVoRk7aqcKw8eqBVu { color:rgba(var(--color-tertiary-4),1);display:block;width:71.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.9375rem;left:1.875rem;height:2.5rem;display:block; }
#CQa9eIUnXQ3V5Z9TWHq3N4XhLpDK2WBp { color:rgba(var(--color-tertiary-4),1);display:block;width:32.2490234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.9375rem;left:2.0625rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#fVqXrHV6pOHwtIFr69ssmEZ7AFQkXkOR { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:3.375rem;width:3.375rem;top:29.8125rem;left:29.375rem;overflow:hidden;display:block; }
#Qp3OZr7rD1B3oCzpg9g49Xx3sQcAmk6D { 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:3.75rem;width:3.75rem;top:29.625rem;left:35.125rem;overflow:hidden;display:block; }
#VDcCxvyD77ITRaZIZHhTcqWQhbOJF37q { color:rgba(var(--color-tertiary-4),1);display:block;width:71.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.9375rem;left:1.875rem;height:1.25rem;display:block; }
#a9LemXkR8P90AH7gtiTx9fzS0ew8LRUC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:29.3125rem;left:41.3125rem;overflow:hidden;display:block; }
#f1pbrtbyyAWw67Rx4GxfsBLSROzrsx01 { color:rgba(var(--color-tertiary-4),1);display:block;width:71.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16rem;left:1.875rem;height:2.5rem;display:block; }
#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row .container { background-color: transparent; background-image: none; }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row .container > .video-iframe-container { display: none; }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row > .video-iframe-container { display: none; }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .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); }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row .container { border-width: 0; border-radius: 0; }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#vkagqhxzQZ49qQZaZLFlTwQv8PiUJtrp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3743104934694rem;height:2.5620403289795rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.6394958496094rem;left:8.75rem;display:block; }
#bNe1pyAqHG5iytXRFVlcMwoPUM2GTNsq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IcGq55xlfVqNLGg0d9y2v2BRsrPyPLrC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:1.6865807771682rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2.0760569572449rem;left:34.8125rem;display:block; }
#w9DnhKFyZPhTDRfT9E6n68r88TvBA6dw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kA6zTlE3ZMHyBDy8x7BH4e1HV7V5k5yG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4993104934694rem;height:1.6865807771682rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.0760569572449rem;left:52.5625rem;display:block; }
#VBOI0bCSOaLAW3PkOGNgcalKmTyRhqJJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NPlq889IMGELOP2VVscyAORAzwiPV9pf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.499310493469rem;height:2.2495403289795rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.7945771217346rem;left:19.9375rem;display:block; }
#ODHlTy9lSem8otnb7xXypwpVABDgxk8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CzIqQaKyhMnPhv4ObkDpwCpO6cp1RbKc { color:rgba(var(--color-tertiary-4),1);display:block;width:21.312040328979rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:6.2778015136719rem;left:26.8125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#VaAv14QNHIuUCQQh4ll7wkoUMKnrOr38 { color:rgba(var(--color-tertiary-4),1);display:block;width:3rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.0597534179688rem;left:9.1875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#NcNS5t7w9bmOx8HPs29qg9mTWsceDWxx { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.40234375rem;left:13.6875rem;height:0.9375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL { display:block; }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M46fS93hq28InQpQwRwGHPuJdQ1FtLJp { top:1rem;left:14.1875rem;width:19.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 { display:block; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvvnBGdOdwGv1EmVW42Exi11P7zCpd1t { top:3.9375rem;left:16.8125rem;width:12.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM { display:block; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBrLlyp7MkiPTg4llBLTHvD2k9toTvZW { top:2.3125rem;left:9rem;width:38.75rem;height:10.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRJTP0HeXyVS9Ddb3IT0HxGldgwLPaci { width:12.5rem;height:3.4375rem;top:34.1875rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM477CUvDmKWRChSASlUhXoFMKgVhXBI { display:block; }
 }@media only screen and (max-width: 763px) { #XV97um6XcALTAVExPtXDDxkSuk3Quf8W { width:11.5625rem;height:3.4375rem;top:34.1875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frKNp3GoUEyoVNONHG5HoE1yibtD28Jn { display:block; }
 }@media only screen and (max-width: 763px) { #NbvfqTvWQA1xCG9L2vJrZMcK5C5sromz { top:3.5rem;left:0rem;width:26.125rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnyZNTz1ibXaLmsnMkwQLRovatTEOlQ5 { top:15.875rem;left:16.8125rem;width:30.9375rem;height:0;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKBOQ1ImKPcd2qGXn6zMLBKP1rnmGur3 { top:35.125rem;left:0rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDzXHyKUloGapi6GiQo5TaxdkbbiLXK9 { width:2.0625rem;height:2.0625rem;top:34.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWGTdhaHxA0RrgNatWQkxFdhLGvBpH4u { display:block; }
 }@media only screen and (max-width: 763px) { #vTH68cvV8m9GJ8BQhuX4gpFW2eKdrDxT { width:2rem;height:2rem;top:34.875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqPwacCUbznedT3yzqUHcsor8yqe59J5 { display:block; }
 }@media only screen and (max-width: 763px) { #FP2UNZQWQOg5CcN9T2hGhAwrB0J4zJWy { width:2rem;height:2rem;top:34.875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCQFdfaL1S5TOW4S9s261uxZw6i5nmoX { display:block; }
 }@media only screen and (max-width: 763px) { #RHZWvRkqJiaslwL10rxfz46z6RpIUTEm { top:21.875rem;left:21.375rem;width:26.375rem;height:3.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmkdDfQV1py5TMwKThfflBKBwGUeWiKA { top:18.625rem;left:26.3125rem;width:21.4375rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUPyLbBXH4v5mv43X4BUsAxi2o04Cex7 { top:19.9375rem;left:25.875rem;width:21.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsHaD5AT0O6UIhWH3zPnSITERDp255rF { width:2.0625rem;height:2.0625rem;top:34.875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpRRXUAAG5Aum7MQMgvvh5A8K6FZEdds { display:block; }
 }@media only screen and (max-width: 763px) { #gM8HkWC8rf7vt8xKJSMHHXLBgrVFmoDd { top:26.25rem;left:16.8125rem;width:30.9375rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzBPn4ryzgqgP2yyv7aelUFxtklzBImy { display:block; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppD1IlmcqOuS6oxdn5oA9rAS02dBLNoZ { top:8.75rem;left:42.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdEnEX6eypFWpEhlzCZfJn7mwCJ4xrnX { top:8.75rem;left:0rem;width:3.75rem;height:4.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xymT64IyONgQOiFwkqli2Cp6uAAADw68 { top:22.6875rem;left:0rem;width:5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBMMnNE7VyzE6aTPRk4ravxZ6fNNUToX { top:25.3125rem;left:34.625rem;width:13.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJHCykZavaCNlFMQMzffiM9uo2Sb3bPt { top:11.9375rem;left:33.375rem;width:14.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbNI0y7NmrtX7QsbVXZoEVrcIW2nfwuJ { top:25.4375rem;left:0rem;width:13.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWTpXHTQ3BA0wLoyDOZgXTp3LDNLdIb9 { top:11.9375rem;left:0rem;width:14.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml2uWTDNLw4ONDxUwuWvzEStQ916qs7r { top:10.0625rem;left:0rem;width:16.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNXZocl1FhMN9zuReoP9alLh9axq3xtq { top:23.125rem;left:0rem;width:13.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzKaFkBdTpPT3wa9KH3yu9PTZIsyvCkT { top:9.6875rem;left:33.25rem;width:14.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZiLlQfaaWU5ZIVQnOT2VtUPGn9mB5oD { top:23.1875rem;left:30.9375rem;width:16.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK3KTraUl4c9JsTQkhBl0Tfasp9ApfNr { top:12.875rem;left:0rem;width:15.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azv9eTxIUmc1sxTl0T9vEoGBP7Nm0grO { top:26.5rem;left:0rem;width:18.9375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nunt5RtVz7RNxqrwXzu4Pb7TF9AU4IfD { top:12.9375rem;left:31.4375rem;width:16.3125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUnzwn3Cvry0knBJIMXTzTB1JhNbLVpE { top:26.4375rem;left:30.25rem;width:17.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdeG9hZRzmXN0KuV7iqTu6Ah8OvfpaSA { top:22.5625rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZXdD7HiC6LHiSBug0lXUStTUEd9UAfy { width:12.5rem;height:3.4375rem;top:56.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C63U1DnnTZTgCSbTwA3RR9RGtvMl62NJ { display:block; }
 }@media only screen and (max-width: 763px) { #Q3i3GgR5Bvwf3zhexBiRc3XHQnEHTQ2n { top:1.625rem;left:5rem;width:37.5625rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KszLAvp9oPTwRWeZuXHnWdgz79keJ9UB { top:9.6875rem;left:15.03125rem;width:20.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgXTArcqfGLcA7v692tElPRzcXGECMy1 { top:38rem;left:15.90625rem;width:15.9375rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTnK8oIeQxMShTMlweRWa1oW9m4nnxrL { top:41.5625rem;left:13.1875rem;width:21.4375rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJFL7Wcl414V92fh10QavSEc1aAzTf2I { top:42.875rem;left:13rem;width:21.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHv3SmRKQD2iZFutX52TmfgHq2kHHiWk { top:44.8125rem;left:10.6875rem;width:26.375rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJGLnG7ymbdNETNMz0Mverp7DDmfOuTc { top:33.3125rem;left:13.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJv0di3Vv6HtoAeoZMdsNVzI0KHRx3Ql { width:2.0625rem;height:2.0625rem;top:33.125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf24286OhSEdqfNzLD0NtChGt4cpXg3Q { display:block; }
 }@media only screen and (max-width: 763px) { #voTUQrcJRgvyB3JXzK34aysdiehFRg9c { width:2.0625rem;height:2.0625rem;top:33.125rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQKrZoeiQi4hcTfgJSWfh8AfpMxc0SPu { display:block; }
 }@media only screen and (max-width: 763px) { #kiOT9QWyh2RvGthsC4FEqPfmn3gzBeaX { width:2rem;height:2rem;top:33.125rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubaenJXyMG0MxMGRN9u4EE00eML0IRoi { display:block; }
 }@media only screen and (max-width: 763px) { #hK5ypqfN4TZTuUUJQHSJD7iCAd1mqBmz { width:2rem;height:2rem;top:33.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl6uBKRp9mL3GMGsrP2bCwWMCu3bNSZG { display:block; }
 }@media only screen and (max-width: 763px) { #i4NFASsd9zsvT2pU31IBlRoSXHBRiWGz { width:36.3125rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iupSyukbNdAEQ5GvoJpC3lHNRoTltyDJ { width:37.5rem;height:39.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQOigV9A8dlOlddTlM2zl18bdOcain2C { top:49.8125rem;left:8.40625rem;width:30.9375rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b { display:block; }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcOnND3CZzbodTMKfMkzQTLTbQ7P7nU2 { top:22.5rem;left:12.25rem;width:19.5rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSkMNJICwdrT4tKJvnzxGUXbBR3x86Qn { top:20.5rem;left:18.3125rem;width:10.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea4r3EMk5nrriGGikpFUQ1beI5W2bOiz { top:18.5rem;left:13.5rem;width:18.25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcnpRhBtMJyy4M20NdyTiTqry4nbBsGH { top:8.8125rem;left:20.3125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndwuKBluMoF4eF3PkA4JeggPp10z5T65 { top:1.1875rem;left:0rem;width:43.125rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcB3cgp624EyRyovb4PTkTL2KpKq2KAm { top:9.375rem;left:13.5rem;width:18.25rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywxFfk9ZcU1ahP2uQkWOcXtSBDKHTutT { width:12.5rem;height:3.4375rem;top:19.625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTrwphLZxTklBl5qgMTHZlWgvGcqRqTe { display:block; }
 }@media only screen and (max-width: 763px) { #ta76FbBp7moGQRbAaRBMgUGacWAq65k0 { top:9.4375rem;left:29.5rem;width:18.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyNpFqdpGOJyh5KRtQv7iCLQkV3X0Cxd { top:9.0625rem;left:0rem;width:18.125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe8KtfuwtZ6uSVQyhoZMhN0WLO6ifl8E { top:6.75rem;left:0rem;width:18.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq { display:block; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuz92HRvyeKpFL4dUWfhTASu2bMMOQ61 { top:33.875rem;left:0rem;width:19.6875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MogRWTtm5k40g4tN1oTNAoXB0uqtAnHs { top:2rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFnfTuQrlTGmFsKAGsTAG5WW2BtcdUGu { width:12.5rem;height:3.4375rem;top:59.875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze2JzR25cUMprO6w2Iu1Iq3TIiFyDwT2 { display:block; }
 }@media only screen and (max-width: 763px) { #kygyQJ8k8oPwzl2Onn7FAemTpaGRHTwh { top:8.75rem;left:28.6875rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtxJtwZNDSLVVxuSKUi205HFsbvc9KIG { top:54.6875rem;left:0rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZrmyTwnaCpzUmJZHeltTecAW0kCqMx3 { top:54.6875rem;left:19.6259765625rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGrh58rLNfaS8biSuPRGpX3nM4Q877z1 { top:28.6875rem;left:35.625rem;width:8.4375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrzSa1solW81N7hcZKn9gPol3ltVEZPf { top:8.8125rem;left:0rem;width:15.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfzVT1aS5wcv4r4UvCTLqvnQvscF4odL { top:29.0625rem;left:0rem;width:13.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH5FAARTxtze0iEU2KaAcrTTXdpWSZIK { top:33.875rem;left:14.03125rem;width:19.6875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHSvfss6tW2IuBrE462R6ChZcmRATc3p { top:33.875rem;left:28.0625rem;width:19.6875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPw1ZyuDkrF4qm3sG0pLO5whTiW7r5BT { top:54.6875rem;left:39.3125rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T { display:block; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txTAm9Br0MVSOz6OnyzU8RelfQlptDQZ { top:1.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6c0I7eE2Cub4iUIkTytrvm02aeak5pB { top:12.3125rem;left:0rem;width:14.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #reV2lHdua4l7geMmiByxFtciu9ZDcCBL { top:26.75rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeV1Ac8w9LSWLWOVkJitJAWWt0ll5dnT { top:26.75rem;left:0rem;width:17.1875rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXuIhzTMqm5ahXsJsFws6A02f5ma7ASu { top:26.75rem;left:14.5rem;width:17.25rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBei2iGr2r75Am2ZTKKTqvldRTbZcPXd { top:42.3125rem;left:0.2490234375rem;width:8.1875rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMDatVkOngGRL6wsaWMM92bbc0xhO3DT { top:42.3125rem;left:7.4375rem;width:8.4375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOyMhzsrITTs9OrtdKO4oKV6w2fOcRrb { top:42.375rem;left:22.8125rem;width:8.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acoFeTmZFSa3NLUoQGzTaguy86rhFU9E { width:12.5rem;height:3.4375rem;top:90.1875rem;left:18.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnLyWMcGcToAgpfTHpGtC3D69sMUpdiF { display:block; }
 }@media only screen and (max-width: 763px) { #N4LRGuA2PsvaNbiJk2Ik2v8mRn8IrXQw { top:9.4375rem;left:15.5rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFnwWIcr3aS5M52qhEaLArD0mxbvlE5l { top:9.4375rem;left:0rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWWXwycGWCdJs5eEoATrC6i5rfllpUTf { top:6.6875rem;left:0rem;width:18.125rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqxfTmQ64mZy8qu50PnmcCZnIg6G0ukv { top:6.625rem;left:0rem;width:18.125rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKR4Nq5tZgvOZf4p8Tyc3sWLKocKaUva { top:6.8125rem;left:13.25rem;width:18.125rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9MCPc9qEhc22naAwz71tCaNTSq6Ude2 { top:7.0625rem;left:0rem;width:12.1875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDfeRXCBx6v1bcQy0KcqBHG44G23azo2 { top:6.625rem;left:3.6875rem;width:12.1875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP68gHxgNo6toPth85HUMng7f4amRZqI { top:6.8125rem;left:19.5625rem;width:12.1875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BChgiOoPDBbOtgiU5qW7QNOJadoD2x4H { top:49.3125rem;left:22.25rem;width:3.125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFW0swz6dENAQhdnMFNHRSOkiO4T7cpv { top:48rem;left:23.5625rem;width:0.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCeVnePPcaoA7NBnpmJKeMa8LNCTbLu9 { top:40.125rem;left:0.125rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4tNp3QHTrtAWR7ivEf4cvcNoxizrTTQ { top:40.125rem;left:16rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1B9HTZVDeJVFnVDgPszeCTgHOSCkF2P { top:35.875rem;left:0rem;width:17.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdZa5CVNIZWUwoFKFihD9PZScZ7SLHK { top:35.875rem;left:0rem;width:17.8125rem;height:2.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfdlhebITZpnyzTc61V5UuPXez05T0TF { top:35.875rem;left:13.9375rem;width:17.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMEb4Q3gfPIBzE8T4z13oSQc8fdSfGHb { top:33.125rem;left:0rem;width:16rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPU9lHHXpa2wDg8Q5tsT10iXIuzSiOU7 { top:34.1875rem;left:0rem;width:16.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #axOV87SwVo17D7XHw0TSFQDtiGdq50Tz { top:33.125rem;left:0rem;width:16rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKstqIuZT7Iw9lAcwHrlqGBi0dufrgde { top:34.125rem;left:0rem;width:16.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMJNKNtWQBQNECSsRxNn7aMAMhzc436k { top:33.1875rem;left:15.75rem;width:16rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTkaSE02refAQ2vcRxPTciSMFCAVPW1r { top:34.1875rem;left:14.875rem;width:16.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7deCdM7quUHgEf9BOIFbCFtFglVWJTT { top:6.9375rem;left:29.125rem;width:18.125rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6osfoZTr3TrwrFV4vesPq3NkOiKKFa4 { top:6.9375rem;left:35.4375rem;width:12.1875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIUU0T0yU1yeG3stbGcrbEiwTza3ZuyT { top:10.0625rem;left:31.375rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcE6rc8oGiameqIFPc9FnM1DNHODqRq8 { top:26.75rem;left:30.125rem;width:17.5rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IizF9mpmXgZUEZFFW2FMRCHabDh0M2Jm { top:33.125rem;left:30.8125rem;width:16.8125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7ahUg5ryzFNUCIEXTTsUnXVTeUn8sI5 { top:34.125rem;left:30.75rem;width:16.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdJkZFCymmHBXk9mJ3QTIF6fUC9AiiPa { top:35.875rem;left:29.8125rem;width:17.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyTCCcNV13qhO69uNIX5rbfsluscu7xJ { top:40.125rem;left:31.875rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DshJG7uIdXZQ8T9UXgFXzTVPJz6MmQRa { top:42.5625rem;left:38.6875rem;width:8.9375rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwDgNUO9pVWxZT865zkdTRlVGunJrM0K { top:52.6875rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnQtOLSTPRIsu6G9yIE18vDbVmpwFZJI { top:52.6875rem;left:16rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed1f7TxshesfgePBElKLNkV3XHDAit8P { top:70rem;left:0rem;width:16.875rem;height:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGQPPTAZWrw8Gvq1vslTWfq8zmBM6zuK { top:70rem;left:14rem;width:17.75rem;height:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk5cBizDPpvHyFEwIs1NR16Jla47H2wM { top:79.125rem;left:0rem;width:18.5625rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROo0yqITWar83ClkSz1Xgren2cdPspPf { top:78.875rem;left:13.1875rem;width:18.5625rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ankSrPOP0Rue5h7oT5tsgNyQx9q7vhGP { top:52.6875rem;left:31.625rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbiuClSTIGxivDI79N9QhyvQtequZTAa { top:70.4375rem;left:30.75rem;width:16.875rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szxxqiTDkw4lm5qOlXw9TpkWbfuaHRIT { top:78.875rem;left:31.75rem;width:14.5625rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDTuins9kynEV0Iu7HoqB6dMAERl8AtO { top:82.25rem;left:15.5rem;width:16.25rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK3WU4z4UZ6WRJVrRc1VSaJ3RXeoFVSn { top:82.375rem;left:0rem;width:16.25rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyU6Ls3hJO5sgknhbUfqPcsILoC2TqvC { top:82.5625rem;left:17.375rem;width:14.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpkZkJFbpLLBHccPss8vwgRPxNJIuv9I { top:82.3125rem;left:31.375rem;width:16.25rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMXNVmDliqtyUEKSE3xwfgfTEnzXDdLx { top:82.6875rem;left:1.5rem;width:14.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg1cMk70kfpAOCGRwaXVFOfqC2PsDSTh { top:82.625rem;left:31.75rem;width:14.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtedSph5SkdFHtLbLuVy6wcCNtHtfSbC { width:16.5625rem;height:1.5625rem;top:30.3125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogJaaqua4bffGBhRemfkv2PEzmKKv6c2 { display:block; }
 }@media only screen and (max-width: 763px) { #sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 { display:block; }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGfbQZ3QivWBrBtEavSss4OJGiCP4gwS { top:1.3125rem;left:2.375rem;width:43rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-input-text {padding-top: 0; padding-bottom: 0;}#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-input-select {padding-top: 0; padding-bottom: 0;}#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx  { width:17.5rem;height:auto;top:7.5rem;left:13.80859375rem; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx {display:block;}#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx { width:17.5rem;height:auto;top:7.5rem;left:13.80859375rem; }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #CP3d3wpr4g8F0svwPxzUJJeocWFkzqGD {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #T9sSTbQ57PBFsLVOJqbcuSXQ66FlXbGV { display:block; }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #cZ8zpQZdVMiWqcVcRuBNXsHnREq0vIt7 {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #LPy1X50KZTpfbm6WzinXElHnPKmupgNF {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #pEaduWm9XFEVNZDpF3Km5kCJbFAmGTME { display:block; }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #gfS8LptHsyLktgp4NPbNPGwTwpkfQOCI {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #pLQvBVdI6TdTpfXBVgwvqJgHksRxb1zN {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #Frshq3NDLexEC9a97gqU6o9TErrhTgsQ {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #l384E26FPXxx6UEpKl1eOyLCEH3dC9Ds {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #RGb8PKs0bRsMPngP0fcwwZS3GEX0PDEl {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #WGRnH7EkPRSME4S13Lla6miibEZHSFVP { display:block; }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #IC0EQ4LQGuJ0nz0veDTnxNtD0iGkAeCs {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #Iu44mWdEzIb2DsZCALm4baQWrLwWxKaz {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #aW8UovBVBHAU4WWdI4nLxMTkFbuXzl0s {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #Lgd3bmfBRuzOMGu04Nc2J4Z7p20AVHyK {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #UANHHUGkEWTusNwyKu4Un9zeHh18E9Bu {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #yDJS43G3mdb9CXLKw9LVd7rVwpxfsIUD { display:block; }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #voheZSeGqfe639IkL5I5qfxdhRxIDguc {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #HXBMhElxy6pFP69Ad8adTOROcQg3GWKP {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #zZqVPTLUXmKgCXeafXWLHTr3gvMfSDvR { display:block; }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #Z2JL4OlnRbtkToU0ieUvq5MZxRrJKozZ {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #MkG4srF9tg5S0S1hnFl6y7qqr3gpDV8V {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #v0fNDma55FgDt0yTGgn37RyRPELpwCFb {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #sFeFMhib8yBusTZNsVZXB1CUytlSUT7q {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #QDJQwDHdfZDHdhUab3InlLV0Kv9sOCRr {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #FA79cS8Dpga0JB19tpQKQocWvWA9FNPQ { display:block; }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #uxuAUel59GsXRJdhaShlJzTZUVoOHewi {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #QAiIaBDbqyVNThCGfxBRTvPl80wIvJ2y {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #EMVh2MD9i1ip67Sh0D2iCTFc88BhlVNL {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #e5Q1GL04JztyvHpISJkveRMRgyrgo1VK {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #AHGCuEUEeFGec8em6kMso1wUIlWFGTXa {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #uHc1TS80oR9G9S7EiHWigwmzZQOs8cSC {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #t6HfdUKAOZh60oWevCqpamINXHD54sL3 {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #NAbRxMoTJQ4k4p86974BbDvfoy8le3NR {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #Guvz22tT7coksCIBqFqugm7uMTdCZro1 {  }
 }@media only screen and (max-width: 763px) { #DRb18yJhBoqRbAgA33OZn1BLVVlWd2Te { top:72.8125rem;left:9rem;width:29.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdo3vK3f9mcXZWzkwDNo24Ectn6VZlGW { top:74.5625rem;left:9.0625rem;width:29.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTU02SVUE3iTIwIPNN5pdmGzn05ibct { top:76.3125rem;left:15rem;width:17.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNq5ldOizUJILusdrbbB77wtnUoVb6dT { display:block; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPwxOATxn2dVDTeV0EBQ8U4J5u4053z9 { top:7.75rem;left:0rem;width:47.75rem;height:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGMTLsyxNTcr7d47bgN4xutcnNz8Qskl { top:1.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqCVncTTOMWf3ksKm3IBSFqV4uK13558 { width:12.5rem;height:3.4375rem;top:44rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBPIWS5v6BvOF0HLFa97fHtpN3uAzvyv { display:block; }
 }@media only screen and (max-width: 763px) { #WttgpAhVJ4pthBl8aFePsrStA0P07aiD { display:block; }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJIy3Kay7MgCNML9ikJyh29ZK9UhOxEu { top:1rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUEpVVm6h72ASGIgGpdSK4mt1hRhTpMT { top:6.875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3wXG5DzdlrpIQqEVoRk7aqcKw8eqBVu { top:20.9375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQa9eIUnXQ3V5Z9TWHq3N4XhLpDK2WBp { top:25.9375rem;left:0rem;width:32.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVqXrHV6pOHwtIFr69ssmEZ7AFQkXkOR { top:29.8125rem;left:15.75rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp3OZr7rD1B3oCzpg9g49Xx3sQcAmk6D { top:29.625rem;left:21.5rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDcCxvyD77ITRaZIZHhTcqWQhbOJF37q { top:11.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9LemXkR8P90AH7gtiTx9fzS0ew8LRUC { top:29.3125rem;left:27.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1pbrtbyyAWw67Rx4GxfsBLSROzrsx01 { top:16rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK54iTu0uVEQJrxgfI9WQphxbuom0DLa { display:block; }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkagqhxzQZ49qQZaZLFlTwQv8PiUJtrp { width:8.3125rem;height:2.5rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNe1pyAqHG5iytXRFVlcMwoPUM2GTNsq { display:block; }
 }@media only screen and (max-width: 763px) { #IcGq55xlfVqNLGg0d9y2v2BRsrPyPLrC { width:14.6875rem;height:1.625rem;top:2.0625rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9DnhKFyZPhTDRfT9E6n68r88TvBA6dw { display:block; }
 }@media only screen and (max-width: 763px) { #kA6zTlE3ZMHyBDy8x7BH4e1HV7V5k5yG { width:6.4375rem;height:1.625rem;top:2.0625rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBOI0bCSOaLAW3PkOGNgcalKmTyRhqJJ { display:block; }
 }@media only screen and (max-width: 763px) { #NPlq889IMGELOP2VVscyAORAzwiPV9pf { width:11.4375rem;height:2.1875rem;top:1.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODHlTy9lSem8otnb7xXypwpVABDgxk8T { display:block; }
 }@media only screen and (max-width: 763px) { #CzIqQaKyhMnPhv4ObkDpwCpO6cp1RbKc { top:6.25rem;left:13.1875rem;width:21.25rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaAv14QNHIuUCQQh4ll7wkoUMKnrOr38 { top:5rem;left:0rem;width:3rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcNS5t7w9bmOx8HPs29qg9mTWsceDWxx { top:5.375rem;left:0.0625rem;width:5.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#UfZxqVXdkEBfgkbfn5uAEHT5qTlS6DyL > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M46fS93hq28InQpQwRwGHPuJdQ1FtLJp { width:19.186580657959rem;height:1.625rem;top:1.0661764144898rem;left:0.40556073188782rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 { display:block; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvvnBGdOdwGv1EmVW42Exi11P7zCpd1t { width:12.6875rem;height:4.0625rem;top:4.1819849014283rem;left:3.4030328989029rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM { display:block; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBrLlyp7MkiPTg4llBLTHvD2k9toTvZW { width:20rem;height:6rem;top:0.8701171875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FRJTP0HeXyVS9Ddb3IT0HxGldgwLPaci { width:8.2490806579587rem;height:2.5rem;top:30.375rem;left:0.25rem;background-color:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rM477CUvDmKWRChSASlUhXoFMKgVhXBI { display:block; }
 }@media only screen and (max-width: 763px) { #XV97um6XcALTAVExPtXDDxkSuk3Quf8W { width:10.249310493469rem;height:2.1964612603187rem;top:30.5rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frKNp3GoUEyoVNONHG5HoE1yibtD28Jn { display:block; }
 }@media only screen and (max-width: 763px) { #NbvfqTvWQA1xCG9L2vJrZMcK5C5sromz { width:19.625rem;height:19.625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnyZNTz1ibXaLmsnMkwQLRovatTEOlQ5 { width:19.5615234375rem;height:1.75rem;top:34.4375rem;left:0.25rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AKBOQ1ImKPcd2qGXn6zMLBKP1rnmGur3 { width:9.6875rem;height:1.625rem;top:49.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDzXHyKUloGapi6GiQo5TaxdkbbiLXK9 { width:2rem;height:2rem;top:49.4375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWGTdhaHxA0RrgNatWQkxFdhLGvBpH4u { display:block; }
 }@media only screen and (max-width: 763px) { #vTH68cvV8m9GJ8BQhuX4gpFW2eKdrDxT { width:2rem;height:2rem;top:49.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqPwacCUbznedT3yzqUHcsor8yqe59J5 { display:block; }
 }@media only screen and (max-width: 763px) { #FP2UNZQWQOg5CcN9T2hGhAwrB0J4zJWy { width:2rem;height:2rem;top:49.4375rem;left:17.75rem;color:rgba(219,229,241,0.83);background-color:rgba(119,125,132,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kCQFdfaL1S5TOW4S9s261uxZw6i5nmoX { display:block; }
 }@media only screen and (max-width: 763px) { #RHZWvRkqJiaslwL10rxfz46z6RpIUTEm { width:20rem;height:2.875rem;top:39.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmkdDfQV1py5TMwKThfflBKBwGUeWiKA { width:17.0625rem;height:2.25rem;top:36.9375rem;left:1.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUPyLbBXH4v5mv43X4BUsAxi2o04Cex7 { width:17.5rem;height:0.25rem;top:38rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsHaD5AT0O6UIhWH3zPnSITERDp255rF { width:2.0625rem;height:2.0625rem;top:49.4375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpRRXUAAG5Aum7MQMgvvh5A8K6FZEdds { display:block; }
 }@media only screen and (max-width: 763px) { #gM8HkWC8rf7vt8xKJSMHHXLBgrVFmoDd { width:20rem;height:2.875rem;top:43.46875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BzBPn4ryzgqgP2yyv7aelUFxtklzBImy { background-color:rgba(58,107,214,0.59);background-image:none;display:block; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container { background-color: transparent; background-image: none; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container > .video-iframe-container { display: none; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row > .video-iframe-container { display: none; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .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); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container { width:20rem;height:145.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppD1IlmcqOuS6oxdn5oA9rAS02dBLNoZ { width:4.5rem;height:4.5rem;top:61.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdEnEX6eypFWpEhlzCZfJn7mwCJ4xrnX { width:2.9997701644898rem;height:3.4375rem;top:29.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xymT64IyONgQOiFwkqli2Cp6uAAADw68 { width:3.9375rem;height:3.5625rem;top:43.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBMMnNE7VyzE6aTPRk4ravxZ6fNNUToX { width:13.75rem;height:0.18727020919323rem;top:96.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJHCykZavaCNlFMQMzffiM9uo2Sb3bPt { width:13.75rem;height:0.18727020919323rem;top:68.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbNI0y7NmrtX7QsbVXZoEVrcIW2nfwuJ { width:13.75rem;height:0.18727020919323rem;top:49.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWTpXHTQ3BA0wLoyDOZgXTp3LDNLdIb9 { width:13.75rem;height:0.18727020919323rem;top:35.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml2uWTDNLw4ONDxUwuWvzEStQ916qs7r { width:16.625rem;height:1.625rem;top:32.9375rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNXZocl1FhMN9zuReoP9alLh9axq3xtq { width:16.25rem;height:1.625rem;top:46.9375rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzKaFkBdTpPT3wa9KH3yu9PTZIsyvCkT { width:16.937040328979rem;height:1.625rem;top:66.3125rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZiLlQfaaWU5ZIVQnOT2VtUPGn9mB5oD { width:16.186809539795rem;height:1.625rem;top:94.4375rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PK3KTraUl4c9JsTQkhBl0Tfasp9ApfNr { width:17.5rem;height:4.5rem;top:36.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azv9eTxIUmc1sxTl0T9vEoGBP7Nm0grO { width:17.5rem;height:9rem;top:50.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nunt5RtVz7RNxqrwXzu4Pb7TF9AU4IfD { width:17.5rem;height:4.5rem;top:69.125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xUnzwn3Cvry0knBJIMXTzTB1JhNbLVpE { width:17.5rem;height:4.5rem;top:97.6875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tdeG9hZRzmXN0KuV7iqTu6Ah8OvfpaSA { width:3.9375rem;height:3.9375rem;top:89.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZXdD7HiC6LHiSBug0lXUStTUEd9UAfy { width:12.5rem;height:3.4375rem;top:140.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C63U1DnnTZTgCSbTwA3RR9RGtvMl62NJ { display:block; }
 }@media only screen and (max-width: 763px) { #Q3i3GgR5Bvwf3zhexBiRc3XHQnEHTQ2n { width:20rem;height:4rem;top:1.6513671875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KszLAvp9oPTwRWeZuXHnWdgz79keJ9UB { width:18.5625rem;height:19.4375rem;top:7.1435546875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgXTArcqfGLcA7v692tElPRzcXGECMy1 { width:20rem;height:1.75rem;top:124.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BTnK8oIeQxMShTMlweRWa1oW9m4nnxrL { width:17.0625rem;height:2.25rem;top:127.4375rem;left:1.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJFL7Wcl414V92fh10QavSEc1aAzTf2I { width:17.5rem;height:0.25rem;top:128.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHv3SmRKQD2iZFutX52TmfgHq2kHHiWk { width:20rem;height:3rem;top:130.5rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJGLnG7ymbdNETNMz0Mverp7DDmfOuTc { width:9.75rem;height:1.625rem;top:120.0625rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJv0di3Vv6HtoAeoZMdsNVzI0KHRx3Ql { width:2.0625rem;height:2.0625rem;top:119.875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf24286OhSEdqfNzLD0NtChGt4cpXg3Q { display:block; }
 }@media only screen and (max-width: 763px) { #voTUQrcJRgvyB3JXzK34aysdiehFRg9c { width:2.0625rem;height:2.0625rem;top:119.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQKrZoeiQi4hcTfgJSWfh8AfpMxc0SPu { display:block; }
 }@media only screen and (max-width: 763px) { #kiOT9QWyh2RvGthsC4FEqPfmn3gzBeaX { width:2rem;height:2rem;top:119.875rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubaenJXyMG0MxMGRN9u4EE00eML0IRoi { display:block; }
 }@media only screen and (max-width: 763px) { #hK5ypqfN4TZTuUUJQHSJD7iCAd1mqBmz { width:2rem;height:2rem;top:119.875rem;left:17.8125rem;color:rgba(219,229,241,0.83);background-color:rgba(119,125,132,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dl6uBKRp9mL3GMGsrP2bCwWMCu3bNSZG { display:block; }
 }@media only screen and (max-width: 763px) { #i4NFASsd9zsvT2pU31IBlRoSXHBRiWGz { top:74.5625rem;left:2.90625rem;width:14.1875rem;height:12.1875rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iupSyukbNdAEQ5GvoJpC3lHNRoTltyDJ { top:103.375rem;left:3.1875rem;width:14.1875rem;height:15rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JQOigV9A8dlOlddTlM2zl18bdOcain2C { width:20rem;height:2.875rem;top:134.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b { display:block; }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcOnND3CZzbodTMKfMkzQTLTbQ7P7nU2 { width:17.5rem;height:0;top:40.5rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSkMNJICwdrT4tKJvnzxGUXbBR3x86Qn { width:10.9375rem;height:0.18727020919323rem;top:39rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ea4r3EMk5nrriGGikpFUQ1beI5W2bOiz { width:12.5rem;height:0;top:36.875rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcnpRhBtMJyy4M20NdyTiTqry4nbBsGH { width:5.9375rem;height:5.9375rem;top:29.748382568359rem;left:7.0301009416581rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndwuKBluMoF4eF3PkA4JeggPp10z5T65 { width:16.624540328979rem;height:4.125rem;top:1.1235961914062rem;left:1.6865807771682rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcB3cgp624EyRyovb4PTkTL2KpKq2KAm { width:20rem;height:4.4375rem;top:25.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywxFfk9ZcU1ahP2uQkWOcXtSBDKHTutT { width:12.5rem;height:3.4375rem;top:37.9443359375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTrwphLZxTklBl5qgMTHZlWgvGcqRqTe { display:block; }
 }@media only screen and (max-width: 763px) { #ta76FbBp7moGQRbAaRBMgUGacWAq65k0 { width:20rem;height:4.3125rem;top:31.1337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyNpFqdpGOJyh5KRtQv7iCLQkV3X0Cxd { width:20rem;height:5.125rem;top:18.0732421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe8KtfuwtZ6uSVQyhoZMhN0WLO6ifl8E { width:18.125rem;height:9.375rem;top:7.5322265625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq { background-color:rgba(58,107,214,0.59);background-image:none;display:block; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container { background-color: transparent; background-image: none; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container > .video-iframe-container { display: none; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row > .video-iframe-container { display: none; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .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); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container { width:20rem;height:135.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuz92HRvyeKpFL4dUWfhTASu2bMMOQ61 { width:19.0625rem;height:19.0625rem;top:55.125rem;left:0.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #MogRWTtm5k40g4tN1oTNAoXB0uqtAnHs { width:18.061809539795rem;height:2.4375rem;top:2.4678344726562rem;left:0.96622240543363rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFnfTuQrlTGmFsKAGsTAG5WW2BtcdUGu { width:12.5rem;height:3.4375rem;top:129.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze2JzR25cUMprO6w2Iu1Iq3TIiFyDwT2 { display:block; }
 }@media only screen and (max-width: 763px) { #kygyQJ8k8oPwzl2Onn7FAemTpaGRHTwh { width:19.0625rem;height:19.0625rem;top:31.125rem;left:0.3125rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #LtxJtwZNDSLVVxuSKUi205HFsbvc9KIG { width:8.4375rem;height:1.4375rem;top:74.875rem;left:5.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZrmyTwnaCpzUmJZHeltTecAW0kCqMx3 { width:8.4375rem;height:1.4375rem;top:99.5rem;left:5.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGrh58rLNfaS8biSuPRGpX3nM4Q877z1 { width:8.4375rem;height:1.4375rem;top:51.3125rem;left:5.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LrzSa1solW81N7hcZKn9gPol3ltVEZPf { width:15.25rem;height:19.0625rem;top:7.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfzVT1aS5wcv4r4UvCTLqvnQvscF4odL { width:14.0625rem;height:1.4375rem;top:27.6865234375rem;left:2.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fH5FAARTxtze0iEU2KaAcrTTXdpWSZIK { width:19.6875rem;height:19.6875rem;top:79.0625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHSvfss6tW2IuBrE462R6ChZcmRATc3p { width:19.6875rem;height:19.6875rem;top:103.7861328125rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPw1ZyuDkrF4qm3sG0pLO5whTiW7r5BT { width:8.4375rem;height:1.4375rem;top:124.5361328125rem;left:5.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T { background-color:transparent;background-image:none;display:block; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container { background-color: transparent; background-image: none; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container > .video-iframe-container { display: none; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row > .video-iframe-container { display: none; }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .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); }#pnmgXRGT6Bcz7KeHRSCbAfvCH5tIDP9T > .row .container { width:20rem;height:200.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txTAm9Br0MVSOz6OnyzU8RelfQlptDQZ { width:19.0625rem;height:4.875rem;top:0.6859130859375rem;left:0.46645224094391rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6c0I7eE2Cub4iUIkTytrvm02aeak5pB { width:14.4375rem;height:10.25rem;top:13.4326171875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reV2lHdua4l7geMmiByxFtciu9ZDcCBL { width:11.7490234375rem;height:1.25rem;top:24.5576171875rem;left:4.125rem;font-size:1rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #DeV1Ac8w9LSWLWOVkJitJAWWt0ll5dnT { width:19.1240234375rem;height:1.25rem;top:59.3828125rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXuIhzTMqm5ahXsJsFws6A02f5ma7ASu { width:18.9990234375rem;height:1.25rem;top:94rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QBei2iGr2r75Am2ZTKKTqvldRTbZcPXd { width:8.0618105rem;height:2.8125rem;top:37.217620849609rem;left:5.9673711061478rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMDatVkOngGRL6wsaWMM92bbc0xhO3DT { width:6.5625rem;height:2.8125rem;top:71.35525512695rem;left:6.7176009416581rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOyMhzsrITTs9OrtdKO4oKV6w2fOcRrb { width:7.2495403289794rem;height:2.8125rem;top:105.70794677734rem;left:6.3740807771681rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acoFeTmZFSa3NLUoQGzTaguy86rhFU9E { width:12.5rem;height:3.4375rem;top:194.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnLyWMcGcToAgpfTHpGtC3D69sMUpdiF { display:block; }
 }@media only screen and (max-width: 763px) { #N4LRGuA2PsvaNbiJk2Ik2v8mRn8IrXQw { width:14.4375rem;height:14.4375rem;top:79.9375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFnwWIcr3aS5M52qhEaLArD0mxbvlE5l { width:14.4375rem;height:14.4375rem;top:44.9453125rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWWXwycGWCdJs5eEoATrC6i5rfllpUTf { width:19.6875rem;height:30.625rem;top:9.0613708496094rem;left:0rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XqxfTmQ64mZy8qu50PnmcCZnIg6G0ukv { width:19.6875rem;height:30.625rem;top:43.186584472656rem;left:0rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #OKR4Nq5tZgvOZf4p8Tyc3sWLKocKaUva { width:19.6875rem;height:30.625rem;top:77.6240234375rem;left:0rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #D9MCPc9qEhc22naAwz71tCaNTSq6Ude2 { width:12.1875rem;height:2.5625rem;top:9.4993286132812rem;left:4.0624996423721rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDfeRXCBx6v1bcQy0KcqBHG44G23azo2 { width:12.1875rem;height:2.5625rem;top:43.499084472656rem;left:3.9361211061478rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP68gHxgNo6toPth85HUMng7f4amRZqI { width:12.1875rem;height:2.5625rem;top:77.936828613281rem;left:3.8120404481888rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BChgiOoPDBbOtgiU5qW7QNOJadoD2x4H { width:3.125rem;height:0.5rem;top:148.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFW0swz6dENAQhdnMFNHRSOkiO4T7cpv { width:0.5rem;height:3.125rem;top:146.9375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCeVnePPcaoA7NBnpmJKeMa8LNCTbLu9 { width:15.3125rem;height:1.25rem;top:68.751953125rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4tNp3QHTrtAWR7ivEf4cvcNoxizrTTQ { width:15.5625rem;height:1.25rem;top:103.43359375rem;left:2.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1B9HTZVDeJVFnVDgPszeCTgHOSCkF2P { width:18.75rem;height:2.875rem;top:31.908203125rem;left:0.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdZa5CVNIZWUwoFKFihD9PZScZ7SLHK { width:19.125rem;height:2.75rem;top:65.0634765625rem;left:0.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfdlhebITZpnyzTc61V5UuPXez05T0TF { width:19.375rem;height:2.8125rem;top:99.068359375rem;left:0.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMEb4Q3gfPIBzE8T4z13oSQc8fdSfGHb { width:16rem;height:2.1875rem;top:28.125rem;left:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPU9lHHXpa2wDg8Q5tsT10iXIuzSiOU7 { width:16.25rem;height:0.25rem;top:29.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axOV87SwVo17D7XHw0TSFQDtiGdq50Tz { width:16rem;height:2.1875rem;top:62.375rem;left:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKstqIuZT7Iw9lAcwHrlqGBi0dufrgde { width:16.25rem;height:0.25rem;top:63.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMJNKNtWQBQNECSsRxNn7aMAMhzc436k { width:16rem;height:2.1875rem;top:96.375rem;left:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTkaSE02refAQ2vcRxPTciSMFCAVPW1r { width:16.875rem;height:0.25rem;top:97.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7deCdM7quUHgEf9BOIFbCFtFglVWJTT { width:19.6875rem;height:32.625rem;top:112.25rem;left:0rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #V6osfoZTr3TrwrFV4vesPq3NkOiKKFa4 { width:12.1875rem;height:2.5625rem;top:112.25rem;left:4.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIUU0T0yU1yeG3stbGcrbEiwTza3ZuyT { width:14.4375rem;height:14.4375rem;top:114.9375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcE6rc8oGiameqIFPc9FnM1DNHODqRq8 { width:18.6875rem;height:1.25rem;top:129.6875rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IizF9mpmXgZUEZFFW2FMRCHabDh0M2Jm { width:17.4375rem;height:2.1875rem;top:133.6875rem;left:1.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7ahUg5ryzFNUCIEXTTsUnXVTeUn8sI5 { width:16.875rem;height:0.25rem;top:134.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdJkZFCymmHBXk9mJ3QTIF6fUC9AiiPa { width:17.8125rem;height:2.5625rem;top:136.375rem;left:1.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyTCCcNV13qhO69uNIX5rbfsluscu7xJ { width:15.75rem;height:1.25rem;top:140.4375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DshJG7uIdXZQ8T9UXgFXzTVPJz6MmQRa { width:8.9375rem;height:2.8125rem;top:142.5rem;left:5.53125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwDgNUO9pVWxZT865zkdTRlVGunJrM0K { width:9.375rem;height:9.375rem;top:151.3125rem;left:0rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #xnQtOLSTPRIsu6G9yIE18vDbVmpwFZJI { width:9.375rem;height:9.375rem;top:151.3125rem;left:10.25rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ed1f7TxshesfgePBElKLNkV3XHDAit8P { width:9.375rem;height:6.75rem;top:162.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kGQPPTAZWrw8Gvq1vslTWfq8zmBM6zuK { width:9.375rem;height:6.75rem;top:162.0625rem;left:10.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gk5cBizDPpvHyFEwIs1NR16Jla47H2wM { width:9.375rem;height:3.375rem;top:169.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ROo0yqITWar83ClkSz1Xgren2cdPspPf { width:9.375rem;height:3.375rem;top:169.5625rem;left:10.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ankSrPOP0Rue5h7oT5tsgNyQx9q7vhGP { width:9.375rem;height:9.375rem;top:180.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbiuClSTIGxivDI79N9QhyvQtequZTAa { width:9.375rem;height:4.5rem;top:179rem;left:10.625rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #szxxqiTDkw4lm5qOlXw9TpkWbfuaHRIT { width:9.375rem;height:3.375rem;top:184.3125rem;left:10.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lDTuins9kynEV0Iu7HoqB6dMAERl8AtO { width:9.5625rem;height:2.9375rem;top:173.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK3WU4z4UZ6WRJVrRc1VSaJ3RXeoFVSn { width:9.5625rem;height:2.9375rem;top:173.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyU6Ls3hJO5sgknhbUfqPcsILoC2TqvC { width:9.375rem;height:2.375rem;top:173.875rem;left:10.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpkZkJFbpLLBHccPss8vwgRPxNJIuv9I { width:9.5625rem;height:2.9375rem;top:188.125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMXNVmDliqtyUEKSE3xwfgfTEnzXDdLx { width:9.375rem;height:2.375rem;top:173.875rem;left:0.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg1cMk70kfpAOCGRwaXVFOfqC2PsDSTh { width:9.375rem;height:2.375rem;top:188.4375rem;left:10.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtedSph5SkdFHtLbLuVy6wcCNtHtfSbC { width:16.5625rem;height:1.25rem;top:131.5rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogJaaqua4bffGBhRemfkv2PEzmKKv6c2 { display:block; }
 }@media only screen and (max-width: 763px) { #sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 { background-color:rgba(58,107,214,0.59);background-image:none;display:block; }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 > .row .container { background-color: transparent; background-image: none; }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 > .row .container > .video-iframe-container { display: none; }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 > .row > .video-iframe-container { display: none; }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 > .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); }#sVHaWrCODRTRAWukSURTpxOfIoI2yLK6 > .row .container { width:20rem;height:86.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGfbQZ3QivWBrBtEavSss4OJGiCP4gwS { width:19.186580657959rem;height:2.4375rem;top:1.8083801269531rem;left:0.40556073188782rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;color:#ffffff; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-input-text {padding-top: 0; padding-bottom: 0;}#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-input-select {padding-top: 0; padding-bottom: 0;}#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:rubik;font-weight:700;font-style:normal; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx  { width:17.5rem;height:auto;top:7.2495727539062rem;left:0rem;background-color:#000000;background-image:none; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx {display:block;}#L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx { width:17.5rem;height:auto;top:7.2495727539062rem;left:0rem;background-color:#000000;background-image:none; }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #CP3d3wpr4g8F0svwPxzUJJeocWFkzqGD {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #T9sSTbQ57PBFsLVOJqbcuSXQ66FlXbGV { display:block; }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #cZ8zpQZdVMiWqcVcRuBNXsHnREq0vIt7 {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #LPy1X50KZTpfbm6WzinXElHnPKmupgNF {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #pEaduWm9XFEVNZDpF3Km5kCJbFAmGTME { display:block; }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #gfS8LptHsyLktgp4NPbNPGwTwpkfQOCI {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #pLQvBVdI6TdTpfXBVgwvqJgHksRxb1zN {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #Frshq3NDLexEC9a97gqU6o9TErrhTgsQ {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #l384E26FPXxx6UEpKl1eOyLCEH3dC9Ds {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #RGb8PKs0bRsMPngP0fcwwZS3GEX0PDEl {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #WGRnH7EkPRSME4S13Lla6miibEZHSFVP { display:block; }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #IC0EQ4LQGuJ0nz0veDTnxNtD0iGkAeCs {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #Iu44mWdEzIb2DsZCALm4baQWrLwWxKaz {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #aW8UovBVBHAU4WWdI4nLxMTkFbuXzl0s {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #Lgd3bmfBRuzOMGu04Nc2J4Z7p20AVHyK {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #UANHHUGkEWTusNwyKu4Un9zeHh18E9Bu {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #yDJS43G3mdb9CXLKw9LVd7rVwpxfsIUD { display:block; }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #voheZSeGqfe639IkL5I5qfxdhRxIDguc {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #HXBMhElxy6pFP69Ad8adTOROcQg3GWKP {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #zZqVPTLUXmKgCXeafXWLHTr3gvMfSDvR { display:block; }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #Z2JL4OlnRbtkToU0ieUvq5MZxRrJKozZ {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #MkG4srF9tg5S0S1hnFl6y7qqr3gpDV8V {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #v0fNDma55FgDt0yTGgn37RyRPELpwCFb {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #sFeFMhib8yBusTZNsVZXB1CUytlSUT7q {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #QDJQwDHdfZDHdhUab3InlLV0Kv9sOCRr {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #FA79cS8Dpga0JB19tpQKQocWvWA9FNPQ { display:block; }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #uxuAUel59GsXRJdhaShlJzTZUVoOHewi {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #QAiIaBDbqyVNThCGfxBRTvPl80wIvJ2y {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #EMVh2MD9i1ip67Sh0D2iCTFc88BhlVNL {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #e5Q1GL04JztyvHpISJkveRMRgyrgo1VK {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #AHGCuEUEeFGec8em6kMso1wUIlWFGTXa {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #uHc1TS80oR9G9S7EiHWigwmzZQOs8cSC {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #t6HfdUKAOZh60oWevCqpamINXHD54sL3 {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #NAbRxMoTJQ4k4p86974BbDvfoy8le3NR {  }
 }@media only screen and (max-width: 763px) { #L1CoeWhP4sd79ZiRnFckZQlQd9mHTaMx #Guvz22tT7coksCIBqFqugm7uMTdCZro1 {  }
 }@media only screen and (max-width: 763px) { #DRb18yJhBoqRbAgA33OZn1BLVVlWd2Te { width:20rem;height:2.25rem;top:77.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gdo3vK3f9mcXZWzkwDNo24Ectn6VZlGW { width:20rem;height:2.25rem;top:80.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iZTU02SVUE3iTIwIPNN5pdmGzn05ibct { width:17.8125rem;height:1.4375rem;top:83.75rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #KNq5ldOizUJILusdrbbB77wtnUoVb6dT { background-color:transparent;background-image:none;display:block; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container { background-color: transparent; background-image: none; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container > .video-iframe-container { display: none; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row > .video-iframe-container { display: none; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .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); }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container { width:20rem;height:74rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPwxOATxn2dVDTeV0EBQ8U4J5u4053z9 { width:19.4990234375rem;height:54rem;top:9.5595703125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGMTLsyxNTcr7d47bgN4xutcnNz8Qskl { width:17.624080657959rem;height:6rem;top:1.7360229492188rem;left:1.1868106126785rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqCVncTTOMWf3ksKm3IBSFqV4uK13558 { width:12.5rem;height:3.4375rem;top:67.392578125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBPIWS5v6BvOF0HLFa97fHtpN3uAzvyv { display:block; }
 }@media only screen and (max-width: 763px) { #WttgpAhVJ4pthBl8aFePsrStA0P07aiD { background-color:rgba(58,107,214,0.59);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; }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .row .container { background-color: transparent; background-image: none; }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .row .container > .video-iframe-container { display: none; }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .row > .video-iframe-container { display: none; }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .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); }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .row .container { border-width: 0; border-radius: 0; }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WttgpAhVJ4pthBl8aFePsrStA0P07aiD > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJIy3Kay7MgCNML9ikJyh29ZK9UhOxEu { width:17.124309539795rem;height:4.125rem;top:1.9370727539062rem;left:1.4349724054336rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUEpVVm6h72ASGIgGpdSK4mt1hRhTpMT { width:19.437040328979rem;height:7.5rem;top:8.9280395507812rem;left:0.28033089637756rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E3wXG5DzdlrpIQqEVoRk7aqcKw8eqBVu { width:19.5615234375rem;height:6.25rem;top:36.7744140625rem;left:0.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CQa9eIUnXQ3V5Z9TWHq3N4XhLpDK2WBp { width:19.3115234375rem;height:2.5rem;top:45.375rem;left:0.34375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fVqXrHV6pOHwtIFr69ssmEZ7AFQkXkOR { width:3.375rem;height:3.375rem;top:50.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp3OZr7rD1B3oCzpg9g49Xx3sQcAmk6D { width:3.75rem;height:3.75rem;top:50.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDcCxvyD77ITRaZIZHhTcqWQhbOJF37q { width:19.5615234375rem;height:5rem;top:19.376953125rem;left:0.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a9LemXkR8P90AH7gtiTx9fzS0ew8LRUC { width:4.375rem;height:4.375rem;top:50.1875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1pbrtbyyAWw67Rx4GxfsBLSROzrsx01 { width:20rem;height:6.25rem;top:27.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MK54iTu0uVEQJrxgfI9WQphxbuom0DLa { display:block; }#MK54iTu0uVEQJrxgfI9WQphxbuom0DLa > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkagqhxzQZ49qQZaZLFlTwQv8PiUJtrp { width:7.25rem;height:2.375rem;top:1.0730698108673rem;left:1.2444852590561rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bNe1pyAqHG5iytXRFVlcMwoPUM2GTNsq { display:block; }
 }@media only screen and (max-width: 763px) { #IcGq55xlfVqNLGg0d9y2v2BRsrPyPLrC { width:13.499540328979rem;height:2.2495403289795rem;top:3.3754594326019rem;left:1.1831341981888rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w9DnhKFyZPhTDRfT9E6n68r88TvBA6dw { display:block; }
 }@media only screen and (max-width: 763px) { #kA6zTlE3ZMHyBDy8x7BH4e1HV7V5k5yG { width:6rem;height:2.25rem;top:8.0606689453125rem;left:1.2456341981888rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VBOI0bCSOaLAW3PkOGNgcalKmTyRhqJJ { display:block; }
 }@media only screen and (max-width: 763px) { #NPlq889IMGELOP2VVscyAORAzwiPV9pf { width:10.49977016449rem;height:2.2495403289795rem;top:5.6239013671875rem;left:1.1803768873215rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ODHlTy9lSem8otnb7xXypwpVABDgxk8T { display:block; }
 }@media only screen and (max-width: 763px) { #CzIqQaKyhMnPhv4ObkDpwCpO6cp1RbKc { width:19.7490234375rem;height:1rem;top:13.30859375rem;left:0.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VaAv14QNHIuUCQQh4ll7wkoUMKnrOr38 { width:3.4375rem;height:1.25rem;top:10.93359375rem;left:11.306640625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcNS5t7w9bmOx8HPs29qg9mTWsceDWxx { width:5.625rem;height:0.9375rem;top:11.08984375rem;left:2.931640625rem;font-size:0.75rem;display:block; }
 }