.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afo4LhQOOKhz575VPJftE9bQogQShpTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#afo4LhQOOKhz575VPJftE9bQogQShpTk > .row .container { background-color: transparent; background-image: none; }#afo4LhQOOKhz575VPJftE9bQogQShpTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afo4LhQOOKhz575VPJftE9bQogQShpTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afo4LhQOOKhz575VPJftE9bQogQShpTk > .row .container > .video-iframe-container { display: none; }#afo4LhQOOKhz575VPJftE9bQogQShpTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afo4LhQOOKhz575VPJftE9bQogQShpTk > .row > .video-iframe-container { display: none; }#afo4LhQOOKhz575VPJftE9bQogQShpTk > .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); }#afo4LhQOOKhz575VPJftE9bQogQShpTk > .row .container { border-width: 0; border-radius: 0; }#afo4LhQOOKhz575VPJftE9bQogQShpTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#afo4LhQOOKhz575VPJftE9bQogQShpTk > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:60rem;position:relative;display:block; }#JUERKrXCpCF0nZyb8za6ybJdNzGKNtyO { color:#272c71;display:block;width:49.8125rem;position:absolute;font-family:"bree serif";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:6.8125rem;left:5.09375rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#y47HSAnz64NGCimrDUkctu9ELX1QK1EE { color:#6a6a6a;display:block;width:52.0625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:9.875rem;left:3.96875rem;height:3.1493rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X2FFzPARDhw2Dc4xlqpmkIaQlNu5S0zm { 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:2.875rem;width:3.3125rem;top:6.8125rem;left:4.25rem;overflow:hidden;display:block; }
#TNTcXTIs7qUrrtS4QCBTOoTghJAWM14G { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:18.75rem;top:2.1875rem;left:0.65625rem;overflow:hidden;display:block; }
#CHnkiSQktE71OmbDmJvt9BhgMhAusVQW { 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:2.4375rem;width:12.5625rem;top:2.53125rem;left:46.125rem;overflow:hidden;display:block; }
#ViD7nwhqTUwMRTbP5Z6FpH7tuIBRXBn4 { 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:3.3125rem;width:3.5rem;top:29.0625rem;left:3.53125rem;overflow:hidden;display:none; }
#o0BfAWxTmorVZvTi21pBGXGT1d7mE2MP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.625rem 0.3125rem rgba(0,0,0,0.5) ;height:31.5625rem;width:47.75rem;top:14.624999523163rem;left:2.46875rem;overflow:hidden;display:block; }
#shnU3XQiEP3Zae3tcID8mFvQhJ6x1b4T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:89.625rem;width:59.9375rem;display:none; }
#VqBqTfplS9xS6qaRZWKezhGeGPRaTOUQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VqBqTfplS9xS6qaRZWKezhGeGPRaTOUQ > .row .container { background-color: transparent; background-image: none; }#VqBqTfplS9xS6qaRZWKezhGeGPRaTOUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqBqTfplS9xS6qaRZWKezhGeGPRaTOUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqBqTfplS9xS6qaRZWKezhGeGPRaTOUQ > .row .container > .video-iframe-container { display: none; }#VqBqTfplS9xS6qaRZWKezhGeGPRaTOUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqBqTfplS9xS6qaRZWKezhGeGPRaTOUQ > .row > .video-iframe-container { display: none; }#VqBqTfplS9xS6qaRZWKezhGeGPRaTOUQ > .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); }#VqBqTfplS9xS6qaRZWKezhGeGPRaTOUQ > .row .container { border-width: 0; border-radius: 0; }#VqBqTfplS9xS6qaRZWKezhGeGPRaTOUQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VqBqTfplS9xS6qaRZWKezhGeGPRaTOUQ > .row .container { font-size:0.875rem;font-family:arial;height:78.625rem;width:60rem;position:relative;display:block; }#mUdg5BoIp62cx9AVTTcpFi1kd850CExS { color:#272c71;display:block;width:49.8125rem;position:absolute;font-family:"bree serif";font-size:2rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:1.4375rem;left:5.09375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#Lqs7hyPkB8mP9iTwpKvB7lhunRNeZWwD { color:#6a6a6a;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:3.9156532287598rem;left:0.0091152191162112rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-form-header { font-size:0.875rem; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-regular-label { height:auto;display:block;font-family:"bree serif";font-size:0.875rem;font-weight:400;color:#000000;width:55.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.3;text-align:left;text-align-last:left;vertical-align:top; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .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:55.8125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-input-text {padding-top: 0; padding-bottom: 0;}#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .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:55.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .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:55.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-input-select {padding-top: 0; padding-bottom: 0;}#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-input-button { 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:#5d92ff;background-image:none;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:#ffffff;width:55.8125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:54.5625rem;overflow:hidden;font-style:normal;float:none; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .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; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.5rem;vertical-align:middle;font-family:comfortaa;font-size:0.625rem;font-weight:700;color:#161616;overflow:hidden;font-style:normal;line-height:1.9;float:none; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-container:first-of-type{padding-top:0;}#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-container:last-of-type{padding-bottom:0;}#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:55.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.7265625rem;left:0.83984375rem;font-size:0.875rem; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:55.8125rem;display:block;vertical-align:top; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW {display:block;}#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:55.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.7265625rem;left:0.83984375rem;font-size:0.875rem; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #wHsSRr5PX3XytQwu3I8RtWzwxdEXLHdC { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #MiPtRdWHqgo4afBSSD78kUXFdAGDCCcC { position:relative;display:block; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #WnQOVBzJlTL05Szm5T778aZHy283H8a0 { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #RTQtTat35JOIKmyK0epeCCXUstXysqOH { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #wR12IyFFqEJw9iVR0OOVVhncegQoWtFX { position:relative;display:block; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #vXv8FPvCbDNeFATTSDGiM3iKLbUiRmFe { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #hldRFxGeFdowDqCEFex9fXv2LKE0k1RX { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #g0fhJye3Kbln9DCRRkimHgQpqCcRCAKt { position:relative;display:block; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #xBa7KqWPTeh1KFFk2pgNxTi5uAZRZRee { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #xVCFsbLLdWVb9tXNK4OMpBCslfTHT5mB { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #mPnu2JX8H2INq7WQbeAuITrx7hIAKyJs { position:relative;display:block; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #DCNaVQBRFMeb9ZkiP5Tw3HxVdSNs3aZg { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #MX69dmxZIw3ObzOVs80p4RceEOf2Hld9 { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #cDnCVAkWE3Gskfawgd4qZq5kmGRyCSiG { position:relative;display:block; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #kRunVWOhcToJNfGwQfm0QLlV2eTqwZQW { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #MgmplD8L66rM0cqlli4UIJ8TCTdOASQU { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #xmwEfmio8JvRnSoyAZDnq1xXBTQigZ7m { position:relative;display:block; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #FaCnTzJe3yTRdCTzxEXblqqGi0cOByNR { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #IEf4w58TOMxExNIsi3i6f01k7AkNevMQ { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #aB0qgCeLKz9cdpOm4nEn4amfDOWbT7hB { position:relative;display:block; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #RTuqZ6KPiNTg4MaTVaNHLKCBNDoaq9f9 { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #GMn4e5MTq4E8gPfx8AUZsHtbHcBbnuuV { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #ZaR8qx8UQnGZKlq8684o88Xp9ZyfgCkX { position:relative;display:block; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #JsDbvdKw13eIMfJtNRKNOsn0dmzRH3IN { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #KxG53pkhCoUziz98JPfNqp3RsKRahIGF { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #KxG53pkhCoUziz98JPfNqp3RsKRahIGF .container-column{width:100%;}#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #REwR0ubGtbKehPtbE6gv7VBVSGMFExum { position:relative;display:block; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #cMaFdy3NK64fmzAV54P0Qz86NlczplLZ { position:relative;z-index:2; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #Jqh15wgTDEpvG1K4wNoIaLDfWk1glWk4 { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #vvx8Ep3ePETNKPd8nizHttxoGkrPk0iB { position:relative;z-index:2; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #T1J8r9zpJmmrpsPvC3lx9n7AU7dbnHEr { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #RFVGV3cl5aV4HriLUpodRE7IA2OfF6m9 { position:relative;z-index:2; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #aaL9eJCC01Abq7aQGDZXg74kmXNoP4TO { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #MTfs4arwnxi6HVt7XhBSDJRU3K30XQT5 { position:relative;z-index:2; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #Ffn1OUAHS1pLoP6TlbxVdkdE8ibwr9SB { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #TakcO4HfvZRTcuAW6TO1TQzsL81HQqxf { position:relative;z-index:2; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #JUD1krfRKKu8ZI3OTli8qooaSFppOGGp { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #l3TSEuUmnLw64vCEHKZO1bTKclXaHM1X { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #l3TSEuUmnLw64vCEHKZO1bTKclXaHM1X .container-column{width:100%;}#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #CDmZ4fvo4ztnBgLtBUT6f6ls6Aqm9dt9 { position:relative;display:block; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #yXUQfrI4DTCi3k2K9ncTXwed5DwqKfk3 { position:relative;z-index:2; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #PobFqu25hdeJEhXy6mcGnT6ykviCsVbm { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #xW5cHG9P1R7QMTs4lfbFTwIL6T9WP6mc { position:relative;z-index:2; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #L6ykIduTFvBf9pSvnRKRDmwqMXcnIfgc { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #GKE77t9ffOAokwf8KGrARS3DVJr4RsC9 { position:relative;z-index:2; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #rxnlSOfzwWwwxTwtMknl9fhd599nizTR { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #K4m4HZvezuwreJZw87qcXV6KaombvV6I { position:relative;z-index:2; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #ioIkdEhST28AZGc2Tl3XWg480pMA8muv { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #Er5UwAtMOt9pcversTD6o4L9n6UbsBZQ { position:relative;z-index:2; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #ZzQLd5RNn68PQzwciZWLvsUVq2dn3szw { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #DzWwWMZL4Rtp5r8r7vS7hEPGJCVFi0z4 { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #dTaIh51c9CiktCJRQltaLBsiZNmdKLRh { position:relative;display:block; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #MFraZsIckEl1GdOPqqzdfmtaeILw2Szh { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #vpy6H7dyGpcwqpC2yHobA8JEvbFUeqGq { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #glQM4zLyNBpX13SAIu0iP6eDqRTxwpaI { position:relative;z-index:2; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #WQDdauQZTxew69HAe9X06R6RqKqbLaHF { position:relative; }
#f4e6ca14c107eb72e24cb2fd0ef572da #ZgAEA5yNnZxfuagG184WHQhrMT6Cya8H { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #wzE8WWAqhk2MZyRG9I7r4brWyVRTDcmB { position:relative; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #n7KeaAEPsTJaQQoJivAaDrZxzdvfLqtu { position:relative; }
#MmhZEEtU7WK2lEM46svbNUCxREA5o7WW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#MmhZEEtU7WK2lEM46svbNUCxREA5o7WW > .row .container { background-color: transparent; background-image: none; }#MmhZEEtU7WK2lEM46svbNUCxREA5o7WW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmhZEEtU7WK2lEM46svbNUCxREA5o7WW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmhZEEtU7WK2lEM46svbNUCxREA5o7WW > .row .container > .video-iframe-container { display: none; }#MmhZEEtU7WK2lEM46svbNUCxREA5o7WW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmhZEEtU7WK2lEM46svbNUCxREA5o7WW > .row > .video-iframe-container { display: none; }#MmhZEEtU7WK2lEM46svbNUCxREA5o7WW > .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); }#MmhZEEtU7WK2lEM46svbNUCxREA5o7WW > .row .container { border-width: 0; border-radius: 0; }#MmhZEEtU7WK2lEM46svbNUCxREA5o7WW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MmhZEEtU7WK2lEM46svbNUCxREA5o7WW > .row .container { font-size:0.875rem;font-family:arial;height:60.75rem;width:60rem;position:relative;display:block; }#OFDTR3somcHmwUMPgJwA08xGStH3cwhT { color:#6a6a6a;display:block;width:40.375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:19.2646484375rem;left:9.53125rem;height:9.74825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OFDTR3somcHmwUMPgJwA08xGStH3cwhT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OFDTR3somcHmwUMPgJwA08xGStH3cwhT li:before{  }
#ivaLIEv7rLbo0xl26GVp02vWCkDDNxkA { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:27.1875rem;width:45.9375rem;top:4.75rem;left:6.75rem;display:block; }
#pDs59AzAUcTfv6AG9rIkbHdvw5hhNw1P { 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:16.8125rem;width:18.0625rem;top:7.369140625rem;left:40.8203125rem;overflow:hidden;display:block; }
#t03cxwSe4QE7n4or4xlv73wti48nG1Mm { 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:5.125rem;width:5.4375rem;top:29.7607421875rem;left:33.46875rem;overflow:hidden;display:block; }
#BLlPG5WSgPTvN5A5Zf5zeq55tdmDbms3 { 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:2.875rem;width:3.3125rem;top:14.337890625rem;left:5rem;overflow:hidden;display:block; }
#ExcPCKHPR1qlkrrQPCBNbKb4XKG6ZDzu { color:#6a6a6a;display:block;width:39.375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.712890625rem;left:9.53125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cGiTicOvcBL5DX5gxTRb6iE7SzFi959E { color:#272c71;display:block;width:23.9375rem;position:absolute;font-family:"bree serif";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:11.712890625rem;left:9.53125rem;height:5.5rem;text-align:left;text-align-last:left;display:block; }
#DUa0UpRkkk6hrwPTB8rTHWtdKPENU3s9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20rem;width:35.9375rem;top:36.5rem;left:12rem;display:block; }
#JBnfib6sXXvNrmlVgEve1PJtq46WKJfA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.4375rem;top:43.96875rem;left:52.6875rem;overflow:hidden;display:block; }
#GtFxsAzW6BIduKQUlEkTO2e8D5Arkx76 { 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:3.3125rem;width:3.5rem;top:50.3125rem;left:3.46875rem;overflow:hidden;display:block; }
#tghrqUzm9r4p7K70ZBDeoavGUCirplep { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tghrqUzm9r4p7K70ZBDeoavGUCirplep > .row .container { background-color: transparent; background-image: none; }#tghrqUzm9r4p7K70ZBDeoavGUCirplep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tghrqUzm9r4p7K70ZBDeoavGUCirplep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tghrqUzm9r4p7K70ZBDeoavGUCirplep > .row .container > .video-iframe-container { display: none; }#tghrqUzm9r4p7K70ZBDeoavGUCirplep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tghrqUzm9r4p7K70ZBDeoavGUCirplep > .row > .video-iframe-container { display: none; }#tghrqUzm9r4p7K70ZBDeoavGUCirplep > .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); }#tghrqUzm9r4p7K70ZBDeoavGUCirplep > .row .container { border-width: 0; border-radius: 0; }#tghrqUzm9r4p7K70ZBDeoavGUCirplep > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tghrqUzm9r4p7K70ZBDeoavGUCirplep > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#Rch9sKrEWHHMhB6IFLO43B0btfkXDEOv { position:absolute;display:block;z-index:15027;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:6.5625rem;width:6.125rem;top:4.9375rem;left:6.21875rem;overflow:hidden;display:block; }
#TCoy7TFw9BW9PW4pGPKclB4TWs1r9pdv { color:#272c71;display:block;width:49.8125rem;position:absolute;font-family:"bree serif";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:1.4375rem;left:5.09375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#dCA0R15wZqB1mD0ZdTEWV9yg5sUWku5d { position:absolute;display:block;z-index:15008;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:6.125rem;top:22.375rem;left:49.5146484375rem;overflow:hidden;display:block; }
#cz1IUtq8dgXscf2Et1Nm0y9qPrnTTcAI { position:absolute;display:block;z-index:15028;height:26.5625rem;width:14.9375rem;top:4.9375rem;left:13.65625rem;display:block; }
#GINHsDEaWlSoNNeuydo9KR6KiBEllD4C { position:absolute;display:block;z-index:15029;height:26.5625rem;width:14.9375rem;top:4.9375rem;left:31.34375rem;display:block; }
#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { background-color: transparent; background-image: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .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); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { border-width: 0; border-radius: 0; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#QavEZ5F9cH3dHv3QmzI61w69vbzSPT74 { color:#6a6a6a;display:block;width:28.25rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2rem;left:15.875rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2ioWhnTAaGsOh89egFH6N3b8Z9diwQn { color:#272c71;display:block;width:49.8125rem;position:absolute;font-family:"bree serif";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:4.3125rem;left:5.09375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#PxyH4Vp7W2L97XwozDp4pN83T2Po8EQV { color:#6a6a6a;display:block;width:31.5625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:8.21484375rem;left:14.21875rem;height:9.12325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#PxyH4Vp7W2L97XwozDp4pN83T2Po8EQV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PxyH4Vp7W2L97XwozDp4pN83T2Po8EQV li:before{  }
#nQZ7VoxGVHDKh0xATQvH3zSeaIwBr4aP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.4375rem;top:8.21484375rem;left:3.03125rem;overflow:hidden;display:block; }
#Q7x94f0z27FLkmJdF4QPkOhDSQxbNkAU { 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.375rem;width:5.0625rem;top:7.1875rem;left:51.34375rem;overflow:hidden;display:block; }
#FdXh4loJ9m5ol2GXlXh7qkaNrthclLav { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FdXh4loJ9m5ol2GXlXh7qkaNrthclLav > .row .container { background-color: transparent; background-image: none; }#FdXh4loJ9m5ol2GXlXh7qkaNrthclLav::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdXh4loJ9m5ol2GXlXh7qkaNrthclLav > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdXh4loJ9m5ol2GXlXh7qkaNrthclLav > .row .container > .video-iframe-container { display: none; }#FdXh4loJ9m5ol2GXlXh7qkaNrthclLav > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdXh4loJ9m5ol2GXlXh7qkaNrthclLav > .row > .video-iframe-container { display: none; }#FdXh4loJ9m5ol2GXlXh7qkaNrthclLav > .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); }#FdXh4loJ9m5ol2GXlXh7qkaNrthclLav > .row .container { border-width: 0; border-radius: 0; }#FdXh4loJ9m5ol2GXlXh7qkaNrthclLav > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FdXh4loJ9m5ol2GXlXh7qkaNrthclLav > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#qLSnbNQnV2Xxbb0Q0OPn4pWQg9sWRIl3 { color:#272c71;display:block;width:49.8125rem;position:absolute;font-family:"bree serif";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:1.4375rem;left:5.09375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#amDhTp40QymU1TARrBbFsO0fsl9dGdRm { position:absolute;display:block;z-index:15029;height:26.5625rem;width:14.9375rem;top:4.8097647428513rem;left:22.528936386108rem;display:block; }
#RykVfzDQsboR8nD7lCn7q7PfNv7IRR7V { position:absolute;display:block;z-index:15030;height:26.5625rem;width:14.9375rem;top:4.8104716539383rem;left:40.514322280884rem;display:block; }
#P2W2dLavqeukCvQQwSW7PQxSaWsMTkQy { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:9.1875rem;top:2rem;left:6.7763671875rem;overflow:hidden;display:block; }
#ZlS7PJgTZzFa5HKFvWS0dP04MA6cMffd { 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:9.5625rem;width:11.125rem;top:13.3125rem;left:42.421875rem;overflow:hidden;display:block; }
#HZPpytLyFl8ZbMI0XqD6VkaTNxT1PDVm { position:absolute;display:block;z-index:15030;height:26.5625rem;width:14.9370625rem;top:4.8104716539383rem;left:3.9004631042481rem;display:block; }
#F4nwtalZQLZ5qLTxZNfH3rhOGZ0pnXO7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#F4nwtalZQLZ5qLTxZNfH3rhOGZ0pnXO7 > .row .container { background-color: transparent; background-image: none; }#F4nwtalZQLZ5qLTxZNfH3rhOGZ0pnXO7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4nwtalZQLZ5qLTxZNfH3rhOGZ0pnXO7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4nwtalZQLZ5qLTxZNfH3rhOGZ0pnXO7 > .row .container > .video-iframe-container { display: none; }#F4nwtalZQLZ5qLTxZNfH3rhOGZ0pnXO7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4nwtalZQLZ5qLTxZNfH3rhOGZ0pnXO7 > .row > .video-iframe-container { display: none; }#F4nwtalZQLZ5qLTxZNfH3rhOGZ0pnXO7 > .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); }#F4nwtalZQLZ5qLTxZNfH3rhOGZ0pnXO7 > .row .container { border-width: 0; border-radius: 0; }#F4nwtalZQLZ5qLTxZNfH3rhOGZ0pnXO7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F4nwtalZQLZ5qLTxZNfH3rhOGZ0pnXO7 > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#aR3eWlBhHbI41289dPhMeql5cJFRlGmE { color:#272c71;display:block;width:49.8125rem;position:absolute;font-family:"bree serif";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:1.375rem;left:5.09375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#BZJ853ELDCDAiT26mlTlgcMuBdccWHuF { position:absolute;display:block;z-index:15014;background-color:#272c71;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:8.3125rem;width:8.3125rem;top:5.75rem;left:6.0625rem;display:block; }
#qxd9M3AWuWlx9SoTXoGpdDphX7D3VwPg { color:#272c71;display:block;width:12.625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:14.6875rem;left:3.875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#ehmIIdARZsEETFmt2D3Tbb9mqJqLiIJx { color:#6a6a6a;display:block;width:12.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:16.375rem;left:3.875rem;height:0.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m1NuceiM0KkxUa9d8qTlCJ55ToE4Pd3q { position:absolute;display:block;z-index:15015;background-color:#272c71;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:8.3125rem;width:8.3125rem;top:5.75rem;left:19.4375rem;display:block; }
#e2CittIi4dlqJELrDpl1IfdRygatOHWv { position:absolute;display:block;z-index:15016;background-color:#272c71;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:8.3125rem;width:8.3125rem;top:5.75rem;left:32.3125rem;display:block; }
#mkGt4IzZDoKFCGOMWG7TdEhQ0mKD7ezI { position:absolute;display:block;z-index:15017;background-color:#272c71;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:8.3125rem;width:8.3125rem;top:5.75rem;left:45.625rem;display:block; }
#SEQPF9AUG1x7A47QlfKBdvdVCfPIRmVX { color:#272c71;display:block;width:12.625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:14.6875rem;left:17.3125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#Xw2TmS9or7nutO2S1KvkVIy0Ms8zv7Aq { color:#6a6a6a;display:block;width:12.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:16.375rem;left:17.3125rem;height:0.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cDugnb95mD3uHq1DDLcEPOXS3NIrWcTq { color:#272c71;display:block;width:12.625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:14.6875rem;left:30.1875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#IFwRFUnm3bxyJ7WGkmcfE9AaEsnf1vQ3 { color:#6a6a6a;display:block;width:12.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:16.375rem;left:30.1875rem;height:0.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E9QN3bvnIoAwHxSqRLaf1pOkPDXSbv4n { color:#272c71;display:block;width:12.625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:14.6875rem;left:43.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#nUddMN2QhnDqR0ydOx2qMUa53EqKDK4D { color:#6a6a6a;display:block;width:12.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:16.375rem;left:43.5rem;height:0.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LT01Qh54G7iTIe8Lga0MMIurAU4yb8Fc { position:absolute;display:block;z-index:15015;background-color:#272c71;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:8.3125rem;width:8.3125rem;top:18.9375rem;left:13.25rem;display:block; }
#q0AmyDrcCAb3ZWtqTsuUTA0Z6myOWp8R { color:#272c71;display:block;width:12.625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:27.9375rem;left:11.125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#otIBubVZ7W6iZKLUTGSTwOWXmCbRPwbo { color:#6a6a6a;display:block;width:12.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.5625rem;left:11.125rem;height:2.2743rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cOEUxJsXaBnK3wTBiht13kC0RtRSFlDB { position:absolute;display:block;z-index:15017;background-color:#272c71;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:8.3125rem;width:8.3125rem;top:18.9375rem;left:25.875rem;display:block; }
#lVSzJGX7kas9rDKSOpZZfMco8Qn7SOz0 { position:absolute;display:block;z-index:15018;background-color:#272c71;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:8.3125rem;width:8.3125rem;top:18.9375rem;left:38.5rem;display:block; }
#MUztyLrt31aMgTW1svcv5y8ezZzNMApQ { color:#272c71;display:block;width:12.625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:27.9375rem;left:23.6875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#zBBGzN8dClNEJJdf3CvfnZwSkA0mM9Ez { color:#6a6a6a;display:block;width:12.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:29.5625rem;left:23.6875rem;height:2.2743rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AizKQUWy4eZJvbuBp8tAyHZFeBxSTNx7 { color:#272c71;display:block;width:12.625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:27.9375rem;left:36.3125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#FQuFDqXvP1PuSfCJ5wFUnTtPE1V0qzEF { color:#6a6a6a;display:block;width:12.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.5625rem;left:36.3125rem;height:2.2743rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zQ47RG6LTVl32NJudJTOzN6L3V1xzIdh { 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:3.125rem;width:3.375rem;top:2.6875rem;left:2.75rem;overflow:hidden;display:block; }
#lRJHFSpZPo47m1Q3zuBWop0r6rvqqoFC { 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:3.5625rem;width:4.125rem;top:23.0625rem;left:54.90625rem;overflow:hidden;display:block; }
#x1vxBXWOei7TPJ2fNvkGN6xW6xOSaQgU { position:absolute;display:block;z-index:15028;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:8.3125rem;width:8.3125rem;top:5.75rem;left:6.0625rem;overflow:hidden;display:block; }
#cDv8xl4INaQz6rOaB9no1EOrFZ2RAgue { position:absolute;display:block;z-index:15031;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:8.3125rem;width:8.3125rem;top:5.75rem;left:45.625rem;overflow:hidden;display:block; }
#sd2ydHAgZF16bNDN7vu2TsUN0o6Ep8lF { position:absolute;display:block;z-index:15032;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:8.3125rem;width:8.3125rem;top:18.9375rem;left:13.125rem;overflow:hidden;display:block; }
#ZlQ9Q5m3CCQJn52A1ifKZnBCcNByxQoT { position:absolute;display:block;z-index:15030;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:8.3125rem;width:8.3125rem;top:5.75rem;left:32.3125rem;overflow:hidden;display:block; }
#JF4Piy91UzVUzTuZJi3qoN53JhAwVy5M { position:absolute;display:block;z-index:15029;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:8.3125rem;width:8.3125rem;top:5.75rem;left:19.4375rem;overflow:hidden;display:block; }
#g9g0oviPD5Jpe9yrTfmJZuhx8bl4enlv { position:absolute;display:block;z-index:15034;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:8.3125rem;width:8.3125rem;top:18.9375rem;left:25.875rem;overflow:hidden;display:block; }
#DQQkfv40aVD3dVETOuc2wlXchXJaRfdV { position:absolute;display:block;z-index:15035;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:8.3125rem;width:8.3125rem;top:18.9375rem;left:38.5rem;overflow:hidden;display:block; }
#MtwvSWivhqpil0s8rETiZTTdfgWJ4k6M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MtwvSWivhqpil0s8rETiZTTdfgWJ4k6M > .row .container { background-color: transparent; background-image: none; }#MtwvSWivhqpil0s8rETiZTTdfgWJ4k6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtwvSWivhqpil0s8rETiZTTdfgWJ4k6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtwvSWivhqpil0s8rETiZTTdfgWJ4k6M > .row .container > .video-iframe-container { display: none; }#MtwvSWivhqpil0s8rETiZTTdfgWJ4k6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtwvSWivhqpil0s8rETiZTTdfgWJ4k6M > .row > .video-iframe-container { display: none; }#MtwvSWivhqpil0s8rETiZTTdfgWJ4k6M > .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); }#MtwvSWivhqpil0s8rETiZTTdfgWJ4k6M > .row .container { border-width: 0; border-radius: 0; }#MtwvSWivhqpil0s8rETiZTTdfgWJ4k6M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MtwvSWivhqpil0s8rETiZTTdfgWJ4k6M > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#t2JTEHyhrT5036ZW9aynLwJPVS8cBwNp { color:#272c71;display:block;width:49.8125rem;position:absolute;font-family:"bree serif";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:1.125rem;left:5.09375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#xmzqSJ9kGDTyFexzr8CHOqqvTCNsCZtZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.4375rem;top:1.83984375rem;left:51.90625rem;overflow:hidden;display:block; }
#dd42TUqQ4W62hp0llhw9Ega4lL6MWAJ4 { 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.375rem;width:5.0625rem;top:20.9375rem;left:2.40625rem;overflow:hidden;display:block; }
#h0UMzf1CGr0ShT0bymlR8dlrWviEABer { position:absolute;display:block;z-index:15028;height:21.75rem;width:38.75rem;top:6.1875rem;left:10.625rem;display:block; }
#WIIb40nRdZ32NBQMndSzfpNoPm1eSgLc { color:#272c71;display:block;width:19.375rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:4.5rem;left:20.3125rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RrcevP5nlb6aqDuPwfEXe2CNpfCBi22v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#RrcevP5nlb6aqDuPwfEXe2CNpfCBi22v > .row .container { background-color: transparent; background-image: none; }#RrcevP5nlb6aqDuPwfEXe2CNpfCBi22v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrcevP5nlb6aqDuPwfEXe2CNpfCBi22v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrcevP5nlb6aqDuPwfEXe2CNpfCBi22v > .row .container > .video-iframe-container { display: none; }#RrcevP5nlb6aqDuPwfEXe2CNpfCBi22v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrcevP5nlb6aqDuPwfEXe2CNpfCBi22v > .row > .video-iframe-container { display: none; }#RrcevP5nlb6aqDuPwfEXe2CNpfCBi22v > .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); }#RrcevP5nlb6aqDuPwfEXe2CNpfCBi22v > .row .container { border-width: 0; border-radius: 0; }#RrcevP5nlb6aqDuPwfEXe2CNpfCBi22v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrcevP5nlb6aqDuPwfEXe2CNpfCBi22v > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:60rem;position:relative;display:block; }#yL9mfcJNQazJG2TZVLFnba78BiEEhG5q { position:absolute;display:block;z-index:15019;height:19.5rem;width:14.25rem;top:4.71875rem;left:0.375rem;display:block; }
#wvd9Wqv1eSseFpAwSGPZUaVzy7D1CPfb { color:#272c71;display:block;width:10.375rem;position:absolute;font-family:"bree serif";font-size:1.3125rem;font-weight:normal;z-index:15020;line-height:1;letter-spacing:0;top:1.09375rem;left:2.3125rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#ZBMevGGDupZtfHTmaJdP92OhCTsc9T4S { position:absolute;display:block;z-index:15020;height:19.5rem;width:14.25rem;top:4.71875rem;left:15.375rem;display:block; }
#Pv3hCBEThbtBrDIGTM1DbgMIbSz4tfaZ { color:#272c71;display:block;width:10.375rem;position:absolute;font-family:"bree serif";font-size:1.3125rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;top:1.09375rem;left:17.3125rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#ouZdd2O9E1x3J1TbXwrnVQwQkyTMkhqg { position:absolute;display:block;z-index:15021;height:19.5rem;width:14.25rem;top:4.71875rem;left:30.375rem;display:block; }
#Z8ZPSwVqrS11RHOvTHlzdRxp3TBeZnfU { color:#272c71;display:block;width:10.375rem;position:absolute;font-family:"bree serif";font-size:1.3125rem;font-weight:normal;z-index:15022;line-height:1;letter-spacing:0;top:1.09375rem;left:32.3125rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#KwopSmNqPLK72Tw4vfbKLql5v2C2p8Z2 { position:absolute;display:block;z-index:15022;height:19.5rem;width:14.25rem;top:4.71875rem;left:45.375rem;display:block; }
#OCnI0qGPmJDXWRxbrJCffCfdUbNsn4EM { color:#272c71;display:block;width:10.375rem;position:absolute;font-family:"bree serif";font-size:1.3125rem;font-weight:normal;z-index:15023;line-height:1;letter-spacing:0;top:1.09375rem;left:47.3125rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#gX1fmhspLKx67I0rMHHItfkqBs8i5Jw9 { color:#6a6a6a;display:block;width:11.25rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:3.09375rem;left:1.875rem;height:0.750325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fAfOFeVndg2n2wHBooC3o7993zfqXCdT { color:#6a6a6a;display:block;width:11.25rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:3.09375rem;left:16.875rem;height:0.750325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vRugKKPAmCD3H2OMmDJz5bCShu0FJF4o { color:#6a6a6a;display:block;width:11.25rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:3.09375rem;left:31.875rem;height:0.750325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AJsO6qBvG5Te33GbsCTTCGfDmDbCTETP { color:#6a6a6a;display:block;width:11.25rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:3.09375rem;left:46.875rem;height:0.750325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CD1Kf1RcqJf6y4KsUhkAX1TvbTtkfVLc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CD1Kf1RcqJf6y4KsUhkAX1TvbTtkfVLc > .row .container { background-color: transparent; background-image: none; }#CD1Kf1RcqJf6y4KsUhkAX1TvbTtkfVLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CD1Kf1RcqJf6y4KsUhkAX1TvbTtkfVLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CD1Kf1RcqJf6y4KsUhkAX1TvbTtkfVLc > .row .container > .video-iframe-container { display: none; }#CD1Kf1RcqJf6y4KsUhkAX1TvbTtkfVLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CD1Kf1RcqJf6y4KsUhkAX1TvbTtkfVLc > .row > .video-iframe-container { display: none; }#CD1Kf1RcqJf6y4KsUhkAX1TvbTtkfVLc > .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); }#CD1Kf1RcqJf6y4KsUhkAX1TvbTtkfVLc > .row .container { border-width: 0; border-radius: 0; }#CD1Kf1RcqJf6y4KsUhkAX1TvbTtkfVLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CD1Kf1RcqJf6y4KsUhkAX1TvbTtkfVLc > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#iku3InmpsKyIHbZNTCeMqTtNxZdldpqq { color:#272c71;display:block;width:49.8125rem;position:absolute;font-family:"bree serif";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:1.125rem;left:5.09375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#hpTGAcBRXufl6qqF3OCmvJooq18k447H { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.6875rem;top:1.8125rem;left:2.59375rem;overflow:hidden;display:block; }
#uHRWRXmdueEZ78kvkFvJ7srVobGwJP8L { 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.375rem;width:5.0625rem;top:11.875rem;left:52.28125rem;overflow:hidden;display:block; }
#fkgnSDcnb5UXvoWzMzZINtUCL1cSeVyN { position:absolute;display:block;z-index:15028;height:21.75rem;width:38.75rem;top:4.75rem;left:10.625rem;display:block; }
#fik2dWHoy50uZK7OpiypkJBR25sdxqlK { 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:3.125rem;width:3.375rem;top:23.4375rem;left:6.15625rem;overflow:hidden;display:block; }
#xxiVKBOTJB4ct9ZcHPzPaGWtwE6vXMb9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#xxiVKBOTJB4ct9ZcHPzPaGWtwE6vXMb9 > .row .container { background-color: transparent; background-image: none; }#xxiVKBOTJB4ct9ZcHPzPaGWtwE6vXMb9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxiVKBOTJB4ct9ZcHPzPaGWtwE6vXMb9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxiVKBOTJB4ct9ZcHPzPaGWtwE6vXMb9 > .row .container > .video-iframe-container { display: none; }#xxiVKBOTJB4ct9ZcHPzPaGWtwE6vXMb9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxiVKBOTJB4ct9ZcHPzPaGWtwE6vXMb9 > .row > .video-iframe-container { display: none; }#xxiVKBOTJB4ct9ZcHPzPaGWtwE6vXMb9 > .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); }#xxiVKBOTJB4ct9ZcHPzPaGWtwE6vXMb9 > .row .container { border-width: 0; border-radius: 0; }#xxiVKBOTJB4ct9ZcHPzPaGWtwE6vXMb9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xxiVKBOTJB4ct9ZcHPzPaGWtwE6vXMb9 > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:block; }#bW5yx048vop5rH2VQfPaGJvXNwsXoD3N { color:#272c71;display:block;width:49.8125rem;position:absolute;font-family:"bree serif";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:1rem;left:5.09375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#nZFBzg3cKxGwRxZyEQUALwyXfHM2dwgf { position:absolute;display:block;z-index:15020;background-color:#f3f3f3;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:30.1875rem;width:18.0625rem;top:4.625rem;left:0.96875rem;display:block; }
#iTLSXTpcf3TTwC5ZlbBPTtnvvSctRc8T { position:absolute;display:block;z-index:15021;background-color:#f3f3f3;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:30.3125rem;width:18.0625rem;top:4.625rem;left:20.96875rem;display:block; }
#OdIa2r9WUu6dhAg7Ntus7eq3NS5Po3IJ { position:absolute;display:block;z-index:15022;background-color:#f3f3f3;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:30.25rem;width:18.0625rem;top:4.625rem;left:40.96875rem;display:block; }
#hbzqMhTwXnTuduTJkfUoPHIz32p8yNcg { position:absolute;display:block;z-index:15023;height:24.0625rem;width:16.625rem;top:9.875rem;left:1.6875rem;display:block; }
#ua2bCHz9RNkm0pomlhcZWQvwCNFwByuJ { position:absolute;display:block;z-index:15024;height:24.0625rem;width:16.625rem;top:9.875rem;left:21.6875rem;display:block; }
#DcRfa1Ul23T3KhTV3WS7hqizA5sNQFB4 { position:absolute;display:block;z-index:15025;height:24.0625rem;width:16.625rem;top:9.875rem;left:41.6875rem;display:block; }
#eJMHqC2T6I7Ddwa6kzUT1CKExaO8Mktx { color:#272c71;display:block;width:17.0625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1;letter-spacing:0;top:5.34375rem;left:1.46875rem;height:1.1254875rem;text-align:center;text-align-last:center;display:block; }
#Hxq0WZZdLQHG5CeffI5ZAAL6t74q64mw { color:#272c71;display:block;width:17.0625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1;letter-spacing:0;top:6.75rem;left:1.46875rem;height:1.1254875rem;text-align:center;text-align-last:center;display:block; }
#p2telDov9ssEQWeH4GumGZJnkw5ksJMn { color:#6a6a6a;display:block;width:17.0625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:8.25rem;left:1.46875rem;height:0.8129875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DgeSiD3Fhqn3qE5n5NS7Ty635ERIGbZs { color:#272c71;display:block;width:17.0625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1;letter-spacing:0;top:5.34375rem;left:21.46875rem;height:1.1254875rem;text-align:center;text-align-last:center;display:block; }
#r4ooxLNnqecgc1JCQA60LSzogB74N5vG { color:#272c71;display:block;width:17.0625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1;letter-spacing:0;top:6.75rem;left:21.53125rem;height:1.1254875rem;text-align:center;text-align-last:center;display:block; }
#zcQAcXhKJ12crkSEHtMlwT3H1IlegDxG { color:#6a6a6a;display:block;width:17.0625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:8.25rem;left:21.46875rem;height:0.8129875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SwNkCVXVdPKWC5DAnC6co3dKnSyZ94mZ { color:#272c71;display:block;width:17.0625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1;letter-spacing:0;top:5.34375rem;left:41.46875rem;height:1.1254875rem;text-align:center;text-align-last:center;display:block; }
#CGDVWKWtL0X11mgs093FkBvlrFuL9L1m { color:#272c71;display:block;width:17.0625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1;letter-spacing:0;top:6.75rem;left:41.46875rem;height:1.1254875rem;text-align:center;text-align-last:center;display:block; }
#IQTFMZcs0yfR4NWXfs2tvOAOsPBJ3rSM { color:#6a6a6a;display:block;width:17.0625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:8.25rem;left:41.46875rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3aAQZVPqJV7bV5sBQ3SAQUtGNJlbWuH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T3aAQZVPqJV7bV5sBQ3SAQUtGNJlbWuH > .row .container { background-color: transparent; background-image: none; }#T3aAQZVPqJV7bV5sBQ3SAQUtGNJlbWuH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3aAQZVPqJV7bV5sBQ3SAQUtGNJlbWuH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3aAQZVPqJV7bV5sBQ3SAQUtGNJlbWuH > .row .container > .video-iframe-container { display: none; }#T3aAQZVPqJV7bV5sBQ3SAQUtGNJlbWuH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3aAQZVPqJV7bV5sBQ3SAQUtGNJlbWuH > .row > .video-iframe-container { display: none; }#T3aAQZVPqJV7bV5sBQ3SAQUtGNJlbWuH > .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); }#T3aAQZVPqJV7bV5sBQ3SAQUtGNJlbWuH > .row .container { border-width: 0; border-radius: 0; }#T3aAQZVPqJV7bV5sBQ3SAQUtGNJlbWuH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3aAQZVPqJV7bV5sBQ3SAQUtGNJlbWuH > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:60rem;position:relative;display:block; }#Wgbs5yKXupvgDh5hygy0q1XazZf4GeIT { position:absolute;display:block;z-index:15027;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:6.375rem;width:6rem;top:0.8125rem;left:2.40625rem;overflow:hidden;display:block; }
#xGrZ5IzTDPT0TuuGQXB0nFPsGJs60HvP { color:#272c71;display:block;width:49.8125rem;position:absolute;font-family:"bree serif";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:1.4375rem;left:5.09375rem;height:2.2501625rem;text-align:center;text-align-last:center;display:block; }
#l0QQcZSUtQFC1P2203XaBqFS3UQhe99l { position:absolute;display:block;z-index:15008;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.25rem;width:4.625rem;top:14.25rem;left:49.51953125rem;overflow:hidden;display:block; }
#wQpD82kdPTTT6zRWHWsMBqAc6UOHLuln { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.4375rem;width:18.625rem;top:5.75rem;left:1.09375rem;display:block; }
#E0LTAf35UA6qbZ2xVDKcNu5UP26HWZpo { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.4375rem;width:18.625rem;top:5.75rem;left:20.6875rem;display:block; }
#Wcrv9Hc9ZHSOX8tS5Wx0ggqnEFkZwW9Z { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.4375rem;width:18.625rem;top:5.75rem;left:40.4375rem;display:block; }
#B7TyRr0g3HkmXvwre03ZyB0t6y020l2R { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#B7TyRr0g3HkmXvwre03ZyB0t6y020l2R > .row .container { background-color: transparent; background-image: none; }#B7TyRr0g3HkmXvwre03ZyB0t6y020l2R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7TyRr0g3HkmXvwre03ZyB0t6y020l2R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7TyRr0g3HkmXvwre03ZyB0t6y020l2R > .row .container > .video-iframe-container { display: none; }#B7TyRr0g3HkmXvwre03ZyB0t6y020l2R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7TyRr0g3HkmXvwre03ZyB0t6y020l2R > .row > .video-iframe-container { display: none; }#B7TyRr0g3HkmXvwre03ZyB0t6y020l2R > .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); }#B7TyRr0g3HkmXvwre03ZyB0t6y020l2R > .row .container { border-width: 0; border-radius: 0; }#B7TyRr0g3HkmXvwre03ZyB0t6y020l2R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7TyRr0g3HkmXvwre03ZyB0t6y020l2R > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:60rem;position:relative;display:block; }#MnUekriXGrVqWgaZhkWXmdpWTwXmdiqc { color:#000000;display:block;width:19.875rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:4.75rem;left:20.0625rem;height:3.14844375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KHhwhvsFI9DX5o9dE9vpbTAK4nxv5TWM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:11.5625rem;left:20.25rem; }
#OvC3mDfxkxRh1BoGAmhKX9Ie0di7nk5Z { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:14.5625rem;top:2.125rem;left:22.71875rem;overflow:hidden;display:block; }
#BnmhOWc9BqUshLpabfdI8LMQP0zxDrdh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:11.5625rem;left:25.4375rem; }
#EOvpCP0NMHHuhQDNklALu7y2zcqdJOen { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:11.625rem;left:23.9375rem; }
#lf4Kf7asotrBUFIWJcZgGZXq7Tgh8BTz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:11.5625rem;left:27rem; }
#lD90UkT7gLSI1X8wnFCXpp7MhC5JXIny { color:#000000;display:block;width:11.375rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:11.875rem;left:29rem;height:1.04948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LWsUOahJeyMpLpizNQ7oSggIdF3CZtcz { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:none;top:9.90625rem;left:20.625rem;display:block; }
#ObWimUZu0pl80wilyVtiUpaIXb4e9OgT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:11.6875rem;left:22.125rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #afo4LhQOOKhz575VPJftE9bQogQShpTk { display:block; }#afo4LhQOOKhz575VPJftE9bQogQShpTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUERKrXCpCF0nZyb8za6ybJdNzGKNtyO { top:6.8125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y47HSAnz64NGCimrDUkctu9ELX1QK1EE { top:9.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2FFzPARDhw2Dc4xlqpmkIaQlNu5S0zm { top:6.8125rem;left:0rem;width:3.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTcXTIs7qUrrtS4QCBTOoTghJAWM14G { top:2.1875rem;left:0rem;width:18.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHnkiSQktE71OmbDmJvt9BhgMhAusVQW { top:2.5rem;left:34.8125rem;width:12.5625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViD7nwhqTUwMRTbP5Z6FpH7tuIBRXBn4 { top:29.0625rem;left:0rem;width:3.5rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0BfAWxTmorVZvTi21pBGXGT1d7mE2MP { top:14.5625rem;left:0rem;width:47.75rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shnU3XQiEP3Zae3tcID8mFvQhJ6x1b4T { width:47.6875rem;height:71.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqBqTfplS9xS6qaRZWKezhGeGPRaTOUQ { display:block; }#VqBqTfplS9xS6qaRZWKezhGeGPRaTOUQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUdg5BoIp62cx9AVTTcpFi1kd850CExS { top:1.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lqs7hyPkB8mP9iTwpKvB7lhunRNeZWwD { top:3.875rem;left:0rem;width:47.75rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-input-text {padding-top: 0; padding-bottom: 0;}#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-input-select {padding-top: 0; padding-bottom: 0;}#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW  { width:45.25rem;height:auto;top:4.6875rem;left:0rem; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW {display:block;}#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW { width:45.25rem;height:auto;top:4.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #wHsSRr5PX3XytQwu3I8RtWzwxdEXLHdC {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #MiPtRdWHqgo4afBSSD78kUXFdAGDCCcC {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #WnQOVBzJlTL05Szm5T778aZHy283H8a0 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #RTQtTat35JOIKmyK0epeCCXUstXysqOH {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #wR12IyFFqEJw9iVR0OOVVhncegQoWtFX {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #vXv8FPvCbDNeFATTSDGiM3iKLbUiRmFe {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #hldRFxGeFdowDqCEFex9fXv2LKE0k1RX {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #g0fhJye3Kbln9DCRRkimHgQpqCcRCAKt {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #xBa7KqWPTeh1KFFk2pgNxTi5uAZRZRee {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #xVCFsbLLdWVb9tXNK4OMpBCslfTHT5mB {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #mPnu2JX8H2INq7WQbeAuITrx7hIAKyJs {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #DCNaVQBRFMeb9ZkiP5Tw3HxVdSNs3aZg {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #MX69dmxZIw3ObzOVs80p4RceEOf2Hld9 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #cDnCVAkWE3Gskfawgd4qZq5kmGRyCSiG {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #kRunVWOhcToJNfGwQfm0QLlV2eTqwZQW {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #MgmplD8L66rM0cqlli4UIJ8TCTdOASQU {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #xmwEfmio8JvRnSoyAZDnq1xXBTQigZ7m {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #FaCnTzJe3yTRdCTzxEXblqqGi0cOByNR {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #IEf4w58TOMxExNIsi3i6f01k7AkNevMQ {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #aB0qgCeLKz9cdpOm4nEn4amfDOWbT7hB {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #RTuqZ6KPiNTg4MaTVaNHLKCBNDoaq9f9 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #GMn4e5MTq4E8gPfx8AUZsHtbHcBbnuuV {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #ZaR8qx8UQnGZKlq8684o88Xp9ZyfgCkX {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #JsDbvdKw13eIMfJtNRKNOsn0dmzRH3IN {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #KxG53pkhCoUziz98JPfNqp3RsKRahIGF {  }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #KxG53pkhCoUziz98JPfNqp3RsKRahIGF .container-column{width:50%;} }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #REwR0ubGtbKehPtbE6gv7VBVSGMFExum {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #cMaFdy3NK64fmzAV54P0Qz86NlczplLZ {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #Jqh15wgTDEpvG1K4wNoIaLDfWk1glWk4 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #vvx8Ep3ePETNKPd8nizHttxoGkrPk0iB {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #T1J8r9zpJmmrpsPvC3lx9n7AU7dbnHEr {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #RFVGV3cl5aV4HriLUpodRE7IA2OfF6m9 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #aaL9eJCC01Abq7aQGDZXg74kmXNoP4TO {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #MTfs4arwnxi6HVt7XhBSDJRU3K30XQT5 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #Ffn1OUAHS1pLoP6TlbxVdkdE8ibwr9SB {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #TakcO4HfvZRTcuAW6TO1TQzsL81HQqxf {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #JUD1krfRKKu8ZI3OTli8qooaSFppOGGp {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #l3TSEuUmnLw64vCEHKZO1bTKclXaHM1X {  }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #l3TSEuUmnLw64vCEHKZO1bTKclXaHM1X .container-column{width:50%;} }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #CDmZ4fvo4ztnBgLtBUT6f6ls6Aqm9dt9 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #yXUQfrI4DTCi3k2K9ncTXwed5DwqKfk3 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #PobFqu25hdeJEhXy6mcGnT6ykviCsVbm {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #xW5cHG9P1R7QMTs4lfbFTwIL6T9WP6mc {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #L6ykIduTFvBf9pSvnRKRDmwqMXcnIfgc {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #GKE77t9ffOAokwf8KGrARS3DVJr4RsC9 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #rxnlSOfzwWwwxTwtMknl9fhd599nizTR {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #K4m4HZvezuwreJZw87qcXV6KaombvV6I {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #ioIkdEhST28AZGc2Tl3XWg480pMA8muv {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #Er5UwAtMOt9pcversTD6o4L9n6UbsBZQ {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #ZzQLd5RNn68PQzwciZWLvsUVq2dn3szw {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #DzWwWMZL4Rtp5r8r7vS7hEPGJCVFi0z4 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #dTaIh51c9CiktCJRQltaLBsiZNmdKLRh {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #MFraZsIckEl1GdOPqqzdfmtaeILw2Szh {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #vpy6H7dyGpcwqpC2yHobA8JEvbFUeqGq {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #glQM4zLyNBpX13SAIu0iP6eDqRTxwpaI {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #WQDdauQZTxew69HAe9X06R6RqKqbLaHF {  }
 }@media only screen and (max-width: 763px) { #f4e6ca14c107eb72e24cb2fd0ef572da #ZgAEA5yNnZxfuagG184WHQhrMT6Cya8H {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #wzE8WWAqhk2MZyRG9I7r4brWyVRTDcmB {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #n7KeaAEPsTJaQQoJivAaDrZxzdvfLqtu {  }
 }@media only screen and (max-width: 763px) { #MmhZEEtU7WK2lEM46svbNUCxREA5o7WW { display:block; }#MmhZEEtU7WK2lEM46svbNUCxREA5o7WW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFDTR3somcHmwUMPgJwA08xGStH3cwhT { top:19.25rem;left:0rem;width:40.375rem;height:9.6875rem;font-size:0.625rem;display:block; }#OFDTR3somcHmwUMPgJwA08xGStH3cwhT li:before{  }
 }@media only screen and (max-width: 763px) { #ivaLIEv7rLbo0xl26GVp02vWCkDDNxkA { top:4.75rem;left:0rem;width:45.9375rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDs59AzAUcTfv6AG9rIkbHdvw5hhNw1P { top:7.3125rem;left:29.6875rem;width:18.0625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t03cxwSe4QE7n4or4xlv73wti48nG1Mm { top:29.75rem;left:24.28125rem;width:5.4375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLlPG5WSgPTvN5A5Zf5zeq55tdmDbms3 { top:14.3125rem;left:1.9375rem;width:3.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExcPCKHPR1qlkrrQPCBNbKb4XKG6ZDzu { top:6.6875rem;left:0rem;width:39.375rem;height:3rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGiTicOvcBL5DX5gxTRb6iE7SzFi959E { top:11.6875rem;left:0rem;width:23.9375rem;height:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUa0UpRkkk6hrwPTB8rTHWtdKPENU3s9 { top:36.5rem;left:0rem;width:35.9375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBnfib6sXXvNrmlVgEve1PJtq46WKJfA { top:43.9375rem;left:42.3125rem;width:5.4375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtFxsAzW6BIduKQUlEkTO2e8D5Arkx76 { top:50.3125rem;left:0.40625rem;width:3.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tghrqUzm9r4p7K70ZBDeoavGUCirplep { display:block; }#tghrqUzm9r4p7K70ZBDeoavGUCirplep > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rch9sKrEWHHMhB6IFLO43B0btfkXDEOv { top:4.9375rem;left:3.15625rem;width:6.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCoy7TFw9BW9PW4pGPKclB4TWs1r9pdv { top:1.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCA0R15wZqB1mD0ZdTEWV9yg5sUWku5d { top:22.375rem;left:39.8125rem;width:6.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz1IUtq8dgXscf2Et1Nm0y9qPrnTTcAI { top:4.9375rem;left:8.9375rem;width:14.9375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GINHsDEaWlSoNNeuydo9KR6KiBEllD4C { top:4.9375rem;left:23.875rem;width:14.9375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QavEZ5F9cH3dHv3QmzI61w69vbzSPT74 { top:2rem;left:9.75rem;width:28.25rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2ioWhnTAaGsOh89egFH6N3b8Z9diwQn { top:4.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxyH4Vp7W2L97XwozDp4pN83T2Po8EQV { top:8.1875rem;left:8.09375rem;width:31.5625rem;height:9.0625rem;font-size:0.625rem;display:block; }#PxyH4Vp7W2L97XwozDp4pN83T2Po8EQV li:before{  }
 }@media only screen and (max-width: 763px) { #nQZ7VoxGVHDKh0xATQvH3zSeaIwBr4aP { top:8.1875rem;left:0rem;width:5.4375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7x94f0z27FLkmJdF4QPkOhDSQxbNkAU { top:7.1875rem;left:42.6875rem;width:5.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdXh4loJ9m5ol2GXlXh7qkaNrthclLav { display:block; }#FdXh4loJ9m5ol2GXlXh7qkaNrthclLav > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLSnbNQnV2Xxbb0Q0OPn4pWQg9sWRIl3 { top:1.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #amDhTp40QymU1TARrBbFsO0fsl9dGdRm { top:4.75rem;left:8.9375rem;width:14.9375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RykVfzDQsboR8nD7lCn7q7PfNv7IRR7V { top:4.75rem;left:31.326822280884rem;width:14.9375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2W2dLavqeukCvQQwSW7PQxSaWsMTkQy { top:2rem;left:3.7138671875rem;width:9.1875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlS7PJgTZzFa5HKFvWS0dP04MA6cMffd { top:13.3125rem;left:33.234375rem;width:11.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZPpytLyFl8ZbMI0XqD6VkaTNxT1PDVm { top:4.75rem;left:0.83796310424806rem;width:14.875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4nwtalZQLZ5qLTxZNfH3rhOGZ0pnXO7 { display:block; }#F4nwtalZQLZ5qLTxZNfH3rhOGZ0pnXO7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aR3eWlBhHbI41289dPhMeql5cJFRlGmE { top:1.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZJ853ELDCDAiT26mlTlgcMuBdccWHuF { top:5.75rem;left:0rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxd9M3AWuWlx9SoTXoGpdDphX7D3VwPg { top:14.6875rem;left:0rem;width:12.625rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehmIIdARZsEETFmt2D3Tbb9mqJqLiIJx { top:16.375rem;left:0rem;width:12.625rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1NuceiM0KkxUa9d8qTlCJ55ToE4Pd3q { top:5.75rem;left:13.3125rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2CittIi4dlqJELrDpl1IfdRygatOHWv { top:5.75rem;left:26.1875rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkGt4IzZDoKFCGOMWG7TdEhQ0mKD7ezI { top:5.75rem;left:39.4375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEQPF9AUG1x7A47QlfKBdvdVCfPIRmVX { top:14.6875rem;left:11.1875rem;width:12.625rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw2TmS9or7nutO2S1KvkVIy0Ms8zv7Aq { top:16.375rem;left:11.1875rem;width:12.625rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDugnb95mD3uHq1DDLcEPOXS3NIrWcTq { top:14.6875rem;left:24.0625rem;width:12.625rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFwRFUnm3bxyJ7WGkmcfE9AaEsnf1vQ3 { top:16.375rem;left:24.0625rem;width:12.625rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9QN3bvnIoAwHxSqRLaf1pOkPDXSbv4n { top:14.6875rem;left:35.125rem;width:12.625rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUddMN2QhnDqR0ydOx2qMUa53EqKDK4D { top:16.375rem;left:35.125rem;width:12.625rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT01Qh54G7iTIe8Lga0MMIurAU4yb8Fc { top:18.9375rem;left:7.125rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0AmyDrcCAb3ZWtqTsuUTA0Z6myOWp8R { top:27.9375rem;left:5rem;width:12.625rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otIBubVZ7W6iZKLUTGSTwOWXmCbRPwbo { top:29.5625rem;left:5rem;width:12.625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOEUxJsXaBnK3wTBiht13kC0RtRSFlDB { top:18.9375rem;left:19.75rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVSzJGX7kas9rDKSOpZZfMco8Qn7SOz0 { top:18.9375rem;left:32.375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUztyLrt31aMgTW1svcv5y8ezZzNMApQ { top:27.9375rem;left:17.5625rem;width:12.625rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBBGzN8dClNEJJdf3CvfnZwSkA0mM9Ez { top:29.5625rem;left:17.5625rem;width:12.625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AizKQUWy4eZJvbuBp8tAyHZFeBxSTNx7 { top:27.9375rem;left:30.1875rem;width:12.625rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQuFDqXvP1PuSfCJ5wFUnTtPE1V0qzEF { top:29.5625rem;left:30.1875rem;width:12.625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ47RG6LTVl32NJudJTOzN6L3V1xzIdh { top:2.6875rem;left:0rem;width:3.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRJHFSpZPo47m1Q3zuBWop0r6rvqqoFC { top:23.0625rem;left:43.625rem;width:4.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1vxBXWOei7TPJ2fNvkGN6xW6xOSaQgU { top:5.75rem;left:0rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDv8xl4INaQz6rOaB9no1EOrFZ2RAgue { top:5.75rem;left:39.4375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd2ydHAgZF16bNDN7vu2TsUN0o6Ep8lF { top:18.9375rem;left:7rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlQ9Q5m3CCQJn52A1ifKZnBCcNByxQoT { top:5.75rem;left:26.1875rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF4Piy91UzVUzTuZJi3qoN53JhAwVy5M { top:5.75rem;left:13.3125rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9g0oviPD5Jpe9yrTfmJZuhx8bl4enlv { top:18.9375rem;left:19.75rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQQkfv40aVD3dVETOuc2wlXchXJaRfdV { top:18.9375rem;left:32.375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtwvSWivhqpil0s8rETiZTTdfgWJ4k6M { display:block; }#MtwvSWivhqpil0s8rETiZTTdfgWJ4k6M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2JTEHyhrT5036ZW9aynLwJPVS8cBwNp { top:1.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmzqSJ9kGDTyFexzr8CHOqqvTCNsCZtZ { top:1.8125rem;left:42.3125rem;width:5.4375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd42TUqQ4W62hp0llhw9Ega4lL6MWAJ4 { top:20.9375rem;left:0rem;width:5.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0UMzf1CGr0ShT0bymlR8dlrWviEABer { top:6.1875rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIIb40nRdZ32NBQMndSzfpNoPm1eSgLc { top:4.5rem;left:14.1875rem;width:19.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrcevP5nlb6aqDuPwfEXe2CNpfCBi22v { display:block; }#RrcevP5nlb6aqDuPwfEXe2CNpfCBi22v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yL9mfcJNQazJG2TZVLFnba78BiEEhG5q { top:4.6875rem;left:0rem;width:14.25rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvd9Wqv1eSseFpAwSGPZUaVzy7D1CPfb { top:1.0625rem;left:0.78125rem;width:10.375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBMevGGDupZtfHTmaJdP92OhCTsc9T4S { top:4.6875rem;left:9.625rem;width:14.25rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv3hCBEThbtBrDIGTM1DbgMIbSz4tfaZ { top:1.0625rem;left:12.71875rem;width:10.375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouZdd2O9E1x3J1TbXwrnVQwQkyTMkhqg { top:4.6875rem;left:21.5625rem;width:14.25rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ZPSwVqrS11RHOvTHlzdRxp3TBeZnfU { top:1.0625rem;left:24.65625rem;width:10.375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwopSmNqPLK72Tw4vfbKLql5v2C2p8Z2 { top:4.6875rem;left:33.5rem;width:14.25rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCnI0qGPmJDXWRxbrJCffCfdUbNsn4EM { top:1.0625rem;left:36.59375rem;width:10.375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX1fmhspLKx67I0rMHHItfkqBs8i5Jw9 { top:3.0625rem;left:0.34375rem;width:11.25rem;height:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAfOFeVndg2n2wHBooC3o7993zfqXCdT { top:3.0625rem;left:12.28125rem;width:11.25rem;height:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRugKKPAmCD3H2OMmDJz5bCShu0FJF4o { top:3.0625rem;left:24.21875rem;width:11.25rem;height:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJsO6qBvG5Te33GbsCTTCGfDmDbCTETP { top:3.0625rem;left:36.15625rem;width:11.25rem;height:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD1Kf1RcqJf6y4KsUhkAX1TvbTtkfVLc { display:block; }#CD1Kf1RcqJf6y4KsUhkAX1TvbTtkfVLc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iku3InmpsKyIHbZNTCeMqTtNxZdldpqq { top:1.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpTGAcBRXufl6qqF3OCmvJooq18k447H { top:1.8125rem;left:0rem;width:4.6875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHRWRXmdueEZ78kvkFvJ7srVobGwJP8L { top:11.875rem;left:42.6875rem;width:5.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkgnSDcnb5UXvoWzMzZINtUCL1cSeVyN { top:4.75rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fik2dWHoy50uZK7OpiypkJBR25sdxqlK { top:23.4375rem;left:0.03125rem;width:3.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxiVKBOTJB4ct9ZcHPzPaGWtwE6vXMb9 { display:block; }#xxiVKBOTJB4ct9ZcHPzPaGWtwE6vXMb9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bW5yx048vop5rH2VQfPaGJvXNwsXoD3N { top:1rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZFBzg3cKxGwRxZyEQUALwyXfHM2dwgf { top:4.625rem;left:0rem;width:18.0625rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTLSXTpcf3TTwC5ZlbBPTtnvvSctRc8T { top:4.625rem;left:13.6875rem;width:18.0625rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdIa2r9WUu6dhAg7Ntus7eq3NS5Po3IJ { top:4.625rem;left:29.5625rem;width:18.0625rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbzqMhTwXnTuduTJkfUoPHIz32p8yNcg { top:9.875rem;left:0rem;width:16.625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua2bCHz9RNkm0pomlhcZWQvwCNFwByuJ { top:9.875rem;left:15.125rem;width:16.625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcRfa1Ul23T3KhTV3WS7hqizA5sNQFB4 { top:9.875rem;left:31rem;width:16.625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJMHqC2T6I7Ddwa6kzUT1CKExaO8Mktx { top:5.3125rem;left:0rem;width:17.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxq0WZZdLQHG5CeffI5ZAAL6t74q64mw { top:6.75rem;left:0rem;width:17.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2telDov9ssEQWeH4GumGZJnkw5ksJMn { top:8.25rem;left:0rem;width:17.0625rem;height:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgeSiD3Fhqn3qE5n5NS7Ty635ERIGbZs { top:5.3125rem;left:14.6875rem;width:17.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4ooxLNnqecgc1JCQA60LSzogB74N5vG { top:6.75rem;left:14.6875rem;width:17.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcQAcXhKJ12crkSEHtMlwT3H1IlegDxG { top:8.25rem;left:14.6875rem;width:17.0625rem;height:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwNkCVXVdPKWC5DAnC6co3dKnSyZ94mZ { top:5.3125rem;left:30.5625rem;width:17.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGDVWKWtL0X11mgs093FkBvlrFuL9L1m { top:6.75rem;left:30.5625rem;width:17.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQTFMZcs0yfR4NWXfs2tvOAOsPBJ3rSM { top:8.25rem;left:30.5625rem;width:17.0625rem;height:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3aAQZVPqJV7bV5sBQ3SAQUtGNJlbWuH { display:block; }#T3aAQZVPqJV7bV5sBQ3SAQUtGNJlbWuH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wgbs5yKXupvgDh5hygy0q1XazZf4GeIT { top:0.8125rem;left:0rem;width:6rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGrZ5IzTDPT0TuuGQXB0nFPsGJs60HvP { top:1.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0QQcZSUtQFC1P2203XaBqFS3UQhe99l { top:14.25rem;left:40.33203125rem;width:4.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQpD82kdPTTT6zRWHWsMBqAc6UOHLuln { top:5.75rem;left:0rem;width:18.625rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0LTAf35UA6qbZ2xVDKcNu5UP26HWZpo { top:5.75rem;left:5.25rem;width:18.625rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcrv9Hc9ZHSOX8tS5Wx0ggqnEFkZwW9Z { top:5.75rem;left:29.125rem;width:18.625rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7TyRr0g3HkmXvwre03ZyB0t6y020l2R { display:block; }#B7TyRr0g3HkmXvwre03ZyB0t6y020l2R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnUekriXGrVqWgaZhkWXmdpWTwXmdiqc { top:4.75rem;left:13.9375rem;width:19.875rem;height:3.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHhwhvsFI9DX5o9dE9vpbTAK4nxv5TWM { top:11.5625rem;left:14.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvC3mDfxkxRh1BoGAmhKX9Ie0di7nk5Z { top:2.125rem;left:16.59375rem;width:14.5625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnmhOWc9BqUshLpabfdI8LMQP0zxDrdh { top:11.5625rem;left:19.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOvpCP0NMHHuhQDNklALu7y2zcqdJOen { top:11.625rem;left:17.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf4Kf7asotrBUFIWJcZgGZXq7Tgh8BTz { top:11.5625rem;left:20.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD90UkT7gLSI1X8wnFCXpp7MhC5JXIny { top:11.875rem;left:22.875rem;width:11.375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWsUOahJeyMpLpizNQ7oSggIdF3CZtcz { top:9.875rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObWimUZu0pl80wilyVtiUpaIXb4e9OgT { top:11.6875rem;left:16rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #afo4LhQOOKhz575VPJftE9bQogQShpTk { display:block; }#afo4LhQOOKhz575VPJftE9bQogQShpTk > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUERKrXCpCF0nZyb8za6ybJdNzGKNtyO { width:20rem;height:1.375325rem;top:7.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #y47HSAnz64NGCimrDUkctu9ELX1QK1EE { width:20rem;height:1.57465rem;top:9.875rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X2FFzPARDhw2Dc4xlqpmkIaQlNu5S0zm { width:2.5625rem;height:2.1875rem;top:3.8125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTcXTIs7qUrrtS4QCBTOoTghJAWM14G { width:11.625rem;height:1.875rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CHnkiSQktE71OmbDmJvt9BhgMhAusVQW { width:6.625rem;height:1.25rem;top:1.5625rem;left:13.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ViD7nwhqTUwMRTbP5Z6FpH7tuIBRXBn4 { width:2.125rem;height:2rem;top:11.3125rem;left:17.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #o0BfAWxTmorVZvTi21pBGXGT1d7mE2MP { width:6rem;height:3.9375rem;top:13.3125rem;left:7.0000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #shnU3XQiEP3Zae3tcID8mFvQhJ6x1b4T { top:13.3125rem;left:1.2500000596046rem;width:17.5rem;height:26.1875rem;z-index:15014;overflow:hidden;box-shadow: 0rem 0.4375rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #VqBqTfplS9xS6qaRZWKezhGeGPRaTOUQ { display:block; }#VqBqTfplS9xS6qaRZWKezhGeGPRaTOUQ > .row .container { width:20rem;height:86.667639312744rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUdg5BoIp62cx9AVTTcpFi1kd850CExS { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Lqs7hyPkB8mP9iTwpKvB7lhunRNeZWwD { width:15.812375rem;height:1.5rem;top:4.6866316795349rem;left:2.0934606194496rem;font-size:0.5rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-input-text {padding-top: 0; padding-bottom: 0;}#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-input-select {padding-top: 0; padding-bottom: 0;}#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW  { width:17.5rem;height:auto;top:6.1865234375rem;left:0rem; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW {display:block;}#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW { width:17.5rem;height:auto;top:6.1865234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #wHsSRr5PX3XytQwu3I8RtWzwxdEXLHdC {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #MiPtRdWHqgo4afBSSD78kUXFdAGDCCcC { display:block; }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #WnQOVBzJlTL05Szm5T778aZHy283H8a0 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #RTQtTat35JOIKmyK0epeCCXUstXysqOH {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #wR12IyFFqEJw9iVR0OOVVhncegQoWtFX { display:block; }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #vXv8FPvCbDNeFATTSDGiM3iKLbUiRmFe {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #hldRFxGeFdowDqCEFex9fXv2LKE0k1RX {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #g0fhJye3Kbln9DCRRkimHgQpqCcRCAKt { display:block; }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #xBa7KqWPTeh1KFFk2pgNxTi5uAZRZRee {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #xVCFsbLLdWVb9tXNK4OMpBCslfTHT5mB {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #mPnu2JX8H2INq7WQbeAuITrx7hIAKyJs { display:block; }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #DCNaVQBRFMeb9ZkiP5Tw3HxVdSNs3aZg {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #MX69dmxZIw3ObzOVs80p4RceEOf2Hld9 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #cDnCVAkWE3Gskfawgd4qZq5kmGRyCSiG {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #kRunVWOhcToJNfGwQfm0QLlV2eTqwZQW {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #MgmplD8L66rM0cqlli4UIJ8TCTdOASQU {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #xmwEfmio8JvRnSoyAZDnq1xXBTQigZ7m { display:block; }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #FaCnTzJe3yTRdCTzxEXblqqGi0cOByNR {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #IEf4w58TOMxExNIsi3i6f01k7AkNevMQ {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #aB0qgCeLKz9cdpOm4nEn4amfDOWbT7hB { display:block; }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #RTuqZ6KPiNTg4MaTVaNHLKCBNDoaq9f9 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #GMn4e5MTq4E8gPfx8AUZsHtbHcBbnuuV {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #ZaR8qx8UQnGZKlq8684o88Xp9ZyfgCkX { display:block; }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #JsDbvdKw13eIMfJtNRKNOsn0dmzRH3IN {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #KxG53pkhCoUziz98JPfNqp3RsKRahIGF {  }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #KxG53pkhCoUziz98JPfNqp3RsKRahIGF .container-column{width:100%;} }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #REwR0ubGtbKehPtbE6gv7VBVSGMFExum { display:block; }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #cMaFdy3NK64fmzAV54P0Qz86NlczplLZ {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #Jqh15wgTDEpvG1K4wNoIaLDfWk1glWk4 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #vvx8Ep3ePETNKPd8nizHttxoGkrPk0iB {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #T1J8r9zpJmmrpsPvC3lx9n7AU7dbnHEr {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #RFVGV3cl5aV4HriLUpodRE7IA2OfF6m9 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #aaL9eJCC01Abq7aQGDZXg74kmXNoP4TO {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #MTfs4arwnxi6HVt7XhBSDJRU3K30XQT5 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #Ffn1OUAHS1pLoP6TlbxVdkdE8ibwr9SB {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #TakcO4HfvZRTcuAW6TO1TQzsL81HQqxf {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #JUD1krfRKKu8ZI3OTli8qooaSFppOGGp {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #l3TSEuUmnLw64vCEHKZO1bTKclXaHM1X {  }
#BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #l3TSEuUmnLw64vCEHKZO1bTKclXaHM1X .container-column{width:100%;} }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #CDmZ4fvo4ztnBgLtBUT6f6ls6Aqm9dt9 { display:block; }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #yXUQfrI4DTCi3k2K9ncTXwed5DwqKfk3 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #PobFqu25hdeJEhXy6mcGnT6ykviCsVbm {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #xW5cHG9P1R7QMTs4lfbFTwIL6T9WP6mc {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #L6ykIduTFvBf9pSvnRKRDmwqMXcnIfgc {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #GKE77t9ffOAokwf8KGrARS3DVJr4RsC9 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #rxnlSOfzwWwwxTwtMknl9fhd599nizTR {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #K4m4HZvezuwreJZw87qcXV6KaombvV6I {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #ioIkdEhST28AZGc2Tl3XWg480pMA8muv {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #Er5UwAtMOt9pcversTD6o4L9n6UbsBZQ {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #ZzQLd5RNn68PQzwciZWLvsUVq2dn3szw {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #DzWwWMZL4Rtp5r8r7vS7hEPGJCVFi0z4 {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #dTaIh51c9CiktCJRQltaLBsiZNmdKLRh { display:block; }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #MFraZsIckEl1GdOPqqzdfmtaeILw2Szh {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #vpy6H7dyGpcwqpC2yHobA8JEvbFUeqGq {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #glQM4zLyNBpX13SAIu0iP6eDqRTxwpaI {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #WQDdauQZTxew69HAe9X06R6RqKqbLaHF {  }
 }@media only screen and (max-width: 763px) { #f4e6ca14c107eb72e24cb2fd0ef572da #ZgAEA5yNnZxfuagG184WHQhrMT6Cya8H {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #wzE8WWAqhk2MZyRG9I7r4brWyVRTDcmB {  }
 }@media only screen and (max-width: 763px) { #BrDzNc8BWWH3VsIosGshzECnSwv5xdUW #n7KeaAEPsTJaQQoJivAaDrZxzdvfLqtu {  }
 }@media only screen and (max-width: 763px) { #MmhZEEtU7WK2lEM46svbNUCxREA5o7WW { display:block; }#MmhZEEtU7WK2lEM46svbNUCxREA5o7WW > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFDTR3somcHmwUMPgJwA08xGStH3cwhT { width:18.125rem;height:9.75rem;top:8.275390625rem;left:0.9375rem;font-size:0.625rem;display:block; }#OFDTR3somcHmwUMPgJwA08xGStH3cwhT li:before{  }
 }@media only screen and (max-width: 763px) { #ivaLIEv7rLbo0xl26GVp02vWCkDDNxkA { width:20rem;height:20.4375rem;top:1.25rem;left:0rem;background-color:#f3f3f3;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) { #pDs59AzAUcTfv6AG9rIkbHdvw5hhNw1P { width:13.6875rem;height:12.6875rem;top:18.7607421875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t03cxwSe4QE7n4or4xlv73wti48nG1Mm { width:3.6875rem;height:3.4375rem;top:31.4482421875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLlPG5WSgPTvN5A5Zf5zeq55tdmDbms3 { width:2.125rem;height:1.8125rem;top:4.767578125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExcPCKHPR1qlkrrQPCBNbKb4XKG6ZDzu { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cGiTicOvcBL5DX5gxTRb6iE7SzFi959E { width:20rem;height:3.299475rem;top:4.025390625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DUa0UpRkkk6hrwPTB8rTHWtdKPENU3s9 { height:11.129875rem;width:20rem;top:33.6982421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBnfib6sXXvNrmlVgEve1PJtq46WKJfA { width:3.1875rem;height:2.9375rem;top:43.525390625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtFxsAzW6BIduKQUlEkTO2e8D5Arkx76 { width:2.124025rem;height:2.01074375rem;top:40.0107421875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tghrqUzm9r4p7K70ZBDeoavGUCirplep { display:block; }#tghrqUzm9r4p7K70ZBDeoavGUCirplep > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rch9sKrEWHHMhB6IFLO43B0btfkXDEOv { width:2.5625rem;height:2.6875rem;top:1.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCoy7TFw9BW9PW4pGPKclB4TWs1r9pdv { width:20rem;height:1.5002875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dCA0R15wZqB1mD0ZdTEWV9yg5sUWku5d { width:3.8125rem;height:3.5rem;top:59.4375rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz1IUtq8dgXscf2Et1Nm0y9qPrnTTcAI { width:14.9375rem;height:26.5625rem;top:4.625rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GINHsDEaWlSoNNeuydo9KR6KiBEllD4C { width:14.9375rem;height:26.5625rem;top:32rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QavEZ5F9cH3dHv3QmzI61w69vbzSPT74 { width:20rem;height:0.750325rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2ioWhnTAaGsOh89egFH6N3b8Z9diwQn { width:20rem;height:2.75065rem;top:3.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PxyH4Vp7W2L97XwozDp4pN83T2Po8EQV { width:16.9375rem;height:5.9375rem;top:7.6875rem;left:1.53125rem;font-size:0.625rem;display:block; }#PxyH4Vp7W2L97XwozDp4pN83T2Po8EQV li:before{  }
 }@media only screen and (max-width: 763px) { #nQZ7VoxGVHDKh0xATQvH3zSeaIwBr4aP { width:2.8125rem;height:2.625rem;top:5.3125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7x94f0z27FLkmJdF4QPkOhDSQxbNkAU { width:2.9375rem;height:2.5rem;top:13.875rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdXh4loJ9m5ol2GXlXh7qkaNrthclLav { display:block; }#FdXh4loJ9m5ol2GXlXh7qkaNrthclLav > .row .container { width:20rem;height:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLSnbNQnV2Xxbb0Q0OPn4pWQg9sWRIl3 { width:20rem;height:1.5002875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #amDhTp40QymU1TARrBbFsO0fsl9dGdRm { width:14.9375rem;height:26.5625rem;top:4.4375rem;left:2.5311051011086rem;display:block; }
 }@media only screen and (max-width: 763px) { #RykVfzDQsboR8nD7lCn7q7PfNv7IRR7V { width:14.9375rem;height:26.5625rem;top:31.875rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2W2dLavqeukCvQQwSW7PQxSaWsMTkQy { width:3.625rem;height:3.375rem;top:6.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlS7PJgTZzFa5HKFvWS0dP04MA6cMffd { width:3.875rem;height:3.3125rem;top:59.25rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZPpytLyFl8ZbMI0XqD6VkaTNxT1PDVm { width:14.875rem;height:26.5625rem;top:59.24985742569rem;left:2.5622106194496rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4nwtalZQLZ5qLTxZNfH3rhOGZ0pnXO7 { display:block; }#F4nwtalZQLZ5qLTxZNfH3rhOGZ0pnXO7 > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aR3eWlBhHbI41289dPhMeql5cJFRlGmE { width:20rem;height:1.5002875rem;top:6.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #BZJ853ELDCDAiT26mlTlgcMuBdccWHuF { width:4.6875rem;height:4.6875rem;top:8.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxd9M3AWuWlx9SoTXoGpdDphX7D3VwPg { width:9.375rem;height:1.0001625rem;top:10.1875rem;left:8.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ehmIIdARZsEETFmt2D3Tbb9mqJqLiIJx { width:9.375rem;height:0.750325rem;top:11.375rem;left:8.125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #m1NuceiM0KkxUa9d8qTlCJ55ToE4Pd3q { width:4.6875rem;height:4.6875rem;top:14.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2CittIi4dlqJELrDpl1IfdRygatOHWv { width:4.6875rem;height:4.6875rem;top:19.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkGt4IzZDoKFCGOMWG7TdEhQ0mKD7ezI { width:4.6875rem;height:4.6875rem;top:24.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEQPF9AUG1x7A47QlfKBdvdVCfPIRmVX { width:8.5rem;height:1.0001625rem;top:15.625rem;left:8.125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Xw2TmS9or7nutO2S1KvkVIy0Ms8zv7Aq { width:9rem;height:0.750325rem;top:16.8125rem;left:8.125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cDugnb95mD3uHq1DDLcEPOXS3NIrWcTq { width:9.75rem;height:1.0001625rem;top:20.9375rem;left:8.125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IFwRFUnm3bxyJ7WGkmcfE9AaEsnf1vQ3 { width:9.625rem;height:0.750325rem;top:22.0625rem;left:8.125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #E9QN3bvnIoAwHxSqRLaf1pOkPDXSbv4n { width:7.25rem;height:1.0001625rem;top:26.1875rem;left:8.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nUddMN2QhnDqR0ydOx2qMUa53EqKDK4D { width:10.4375rem;height:0.750325rem;top:27.3125rem;left:8.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LT01Qh54G7iTIe8Lga0MMIurAU4yb8Fc { width:4.6875rem;height:4.6875rem;top:30rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0AmyDrcCAb3ZWtqTsuUTA0Z6myOWp8R { width:8.8125rem;height:1.0001625rem;top:31rem;left:8.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #otIBubVZ7W6iZKLUTGSTwOWXmCbRPwbo { width:7.1875rem;height:1.5rem;top:32.1875rem;left:8.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cOEUxJsXaBnK3wTBiht13kC0RtRSFlDB { width:4.6875rem;height:4.6875rem;top:35.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVSzJGX7kas9rDKSOpZZfMco8Qn7SOz0 { width:4.6875rem;height:4.6875rem;top:40.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUztyLrt31aMgTW1svcv5y8ezZzNMApQ { width:6rem;height:1rem;top:36.375rem;left:8.125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zBBGzN8dClNEJJdf3CvfnZwSkA0mM9Ez { width:5.1875rem;height:1.5rem;top:37.5625rem;left:8.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AizKQUWy4eZJvbuBp8tAyHZFeBxSTNx7 { width:8.25rem;height:1rem;top:41.6875rem;left:8.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FQuFDqXvP1PuSfCJ5wFUnTtPE1V0qzEF { width:9.25rem;height:1.5rem;top:42.9375rem;left:8.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zQ47RG6LTVl32NJudJTOzN6L3V1xzIdh { width:3.375rem;height:3.125rem;top:1.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRJHFSpZPo47m1Q3zuBWop0r6rvqqoFC { width:4.125rem;height:3.5625rem;top:46.125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1vxBXWOei7TPJ2fNvkGN6xW6xOSaQgU { width:4.6875rem;height:4.6875rem;top:8.875rem;left:2.5rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #cDv8xl4INaQz6rOaB9no1EOrFZ2RAgue { width:4.6875rem;height:4.6875rem;top:24.75rem;left:2.5rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #sd2ydHAgZF16bNDN7vu2TsUN0o6Ep8lF { width:4.6875rem;height:4.6875rem;top:30rem;left:2.5rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #ZlQ9Q5m3CCQJn52A1ifKZnBCcNByxQoT { width:4.6875rem;height:4.6875rem;top:19.5rem;left:2.5rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #JF4Piy91UzVUzTuZJi3qoN53JhAwVy5M { width:4.6875rem;height:4.6875rem;top:14.25rem;left:2.5rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #g9g0oviPD5Jpe9yrTfmJZuhx8bl4enlv { width:4.6875rem;height:4.6875rem;top:35.375rem;left:2.5rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #DQQkfv40aVD3dVETOuc2wlXchXJaRfdV { width:4.6875rem;height:4.6875rem;top:40.6875rem;left:2.5rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #MtwvSWivhqpil0s8rETiZTTdfgWJ4k6M { display:block; }#MtwvSWivhqpil0s8rETiZTTdfgWJ4k6M > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2JTEHyhrT5036ZW9aynLwJPVS8cBwNp { width:20rem;height:1.5002875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xmzqSJ9kGDTyFexzr8CHOqqvTCNsCZtZ { width:5.4375rem;height:5.0625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd42TUqQ4W62hp0llhw9Ega4lL6MWAJ4 { width:3.1875rem;height:2.75rem;top:16.875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0UMzf1CGr0ShT0bymlR8dlrWviEABer { width:20rem;height:10.75rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIIb40nRdZ32NBQMndSzfpNoPm1eSgLc { width:19.375rem;height:1.13715rem;top:4rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrcevP5nlb6aqDuPwfEXe2CNpfCBi22v { display:block; }#RrcevP5nlb6aqDuPwfEXe2CNpfCBi22v > .row .container { width:20rem;height:149rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yL9mfcJNQazJG2TZVLFnba78BiEEhG5q { width:16.875rem;height:30rem;top:4.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvd9Wqv1eSseFpAwSGPZUaVzy7D1CPfb { width:10.375rem;height:1.125rem;top:2.0625rem;left:4.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZBMevGGDupZtfHTmaJdP92OhCTsc9T4S { width:16.875rem;height:30rem;top:41.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv3hCBEThbtBrDIGTM1DbgMIbSz4tfaZ { width:10.375rem;height:1.125rem;top:38.5625rem;left:4.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ouZdd2O9E1x3J1TbXwrnVQwQkyTMkhqg { width:16.875rem;height:30rem;top:77.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ZPSwVqrS11RHOvTHlzdRxp3TBeZnfU { width:10.375rem;height:1.125rem;top:74.6875rem;left:4.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KwopSmNqPLK72Tw4vfbKLql5v2C2p8Z2 { width:16.875rem;height:30rem;top:114.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCnI0qGPmJDXWRxbrJCffCfdUbNsn4EM { width:10.375rem;height:1.125rem;top:111.375rem;left:4.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gX1fmhspLKx67I0rMHHItfkqBs8i5Jw9 { width:11.25rem;height:0.750325rem;top:3.4375rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fAfOFeVndg2n2wHBooC3o7993zfqXCdT { width:11.25rem;height:0.750325rem;top:39.875rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vRugKKPAmCD3H2OMmDJz5bCShu0FJF4o { width:11.25rem;height:0.750325rem;top:76.125rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AJsO6qBvG5Te33GbsCTTCGfDmDbCTETP { width:11.25rem;height:0.750325rem;top:112.875rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CD1Kf1RcqJf6y4KsUhkAX1TvbTtkfVLc { display:block; }#CD1Kf1RcqJf6y4KsUhkAX1TvbTtkfVLc > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iku3InmpsKyIHbZNTCeMqTtNxZdldpqq { width:20rem;height:1.5002875rem;top:0.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hpTGAcBRXufl6qqF3OCmvJooq18k447H { width:2.75rem;height:2.5rem;top:0.375rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHRWRXmdueEZ78kvkFvJ7srVobGwJP8L { width:3.5625rem;height:3.0625rem;top:25.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkgnSDcnb5UXvoWzMzZINtUCL1cSeVyN { width:16.625rem;height:24.0625rem;top:3.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fik2dWHoy50uZK7OpiypkJBR25sdxqlK { width:1.6875rem;height:1.5625rem;top:15.75rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxiVKBOTJB4ct9ZcHPzPaGWtwE6vXMb9 { display:block; }#xxiVKBOTJB4ct9ZcHPzPaGWtwE6vXMb9 > .row .container { width:20rem;height:100.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bW5yx048vop5rH2VQfPaGJvXNwsXoD3N { width:20rem;height:1.5002875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nZFBzg3cKxGwRxZyEQUALwyXfHM2dwgf { width:18.0625rem;height:30.4375rem;top:3.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTLSXTpcf3TTwC5ZlbBPTtnvvSctRc8T { width:18.0625rem;height:31.25rem;top:35.1875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdIa2r9WUu6dhAg7Ntus7eq3NS5Po3IJ { width:18.0625rem;height:32rem;top:67.5625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbzqMhTwXnTuduTJkfUoPHIz32p8yNcg { width:16.625rem;height:24.0625rem;top:9.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua2bCHz9RNkm0pomlhcZWQvwCNFwByuJ { width:16.625rem;height:24.0625rem;top:41.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcRfa1Ul23T3KhTV3WS7hqizA5sNQFB4 { width:16.625rem;height:24.0625rem;top:74.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJMHqC2T6I7Ddwa6kzUT1CKExaO8Mktx { width:16.75rem;height:1.125rem;top:4.3125rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Hxq0WZZdLQHG5CeffI5ZAAL6t74q64mw { width:17.0625rem;height:1.125rem;top:5.8125rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #p2telDov9ssEQWeH4GumGZJnkw5ksJMn { width:17.0625rem;height:0.8125rem;top:7.5rem;left:1.46875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DgeSiD3Fhqn3qE5n5NS7Ty635ERIGbZs { width:17.0625rem;height:1.125rem;top:36.25rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #r4ooxLNnqecgc1JCQA60LSzogB74N5vG { width:17.0625rem;height:1.125rem;top:37.9375rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zcQAcXhKJ12crkSEHtMlwT3H1IlegDxG { width:17.0625rem;height:0.8125rem;top:39.9375rem;left:1.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SwNkCVXVdPKWC5DAnC6co3dKnSyZ94mZ { width:17.0625rem;height:1.125rem;top:69.0625rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CGDVWKWtL0X11mgs093FkBvlrFuL9L1m { width:17.0625rem;height:1.125rem;top:70.8125rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IQTFMZcs0yfR4NWXfs2tvOAOsPBJ3rSM { width:17.0625rem;height:0.8125rem;top:72.6875rem;left:1.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #T3aAQZVPqJV7bV5sBQ3SAQUtGNJlbWuH { display:block; }#T3aAQZVPqJV7bV5sBQ3SAQUtGNJlbWuH > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wgbs5yKXupvgDh5hygy0q1XazZf4GeIT { width:2.5625rem;height:2.6875rem;top:1.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGrZ5IzTDPT0TuuGQXB0nFPsGJs60HvP { width:20rem;height:2.000325rem;top:5.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #l0QQcZSUtQFC1P2203XaBqFS3UQhe99l { width:4.625rem;height:4.25rem;top:43.5rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQpD82kdPTTT6zRWHWsMBqAc6UOHLuln { height:11.0625rem;width:20rem;top:8.4375rem;left:0.014772727272728rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0LTAf35UA6qbZ2xVDKcNu5UP26HWZpo { height:11.0625rem;width:20rem;top:20.125rem;left:0.014772727272728rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcrv9Hc9ZHSOX8tS5Wx0ggqnEFkZwW9Z { height:11rem;width:20rem;top:31.8125rem;left:0.016345137420714rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7TyRr0g3HkmXvwre03ZyB0t6y020l2R { display:block; }#B7TyRr0g3HkmXvwre03ZyB0t6y020l2R > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnUekriXGrVqWgaZhkWXmdpWTwXmdiqc { width:16.125rem;height:2.625rem;top:3.1875rem;left:1.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHhwhvsFI9DX5o9dE9vpbTAK4nxv5TWM { width:1.25rem;height:1.25rem;top:8.25rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvC3mDfxkxRh1BoGAmhKX9Ie0di7nk5Z { width:11.1875rem;height:1.8125rem;top:0.8125rem;left:4.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BnmhOWc9BqUshLpabfdI8LMQP0zxDrdh { width:1.25rem;height:1.25rem;top:8.25rem;left:10.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOvpCP0NMHHuhQDNklALu7y2zcqdJOen { width:1.25rem;height:1.25rem;top:8.25rem;left:9.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf4Kf7asotrBUFIWJcZgGZXq7Tgh8BTz { width:1.25rem;height:1.25rem;top:8.25rem;left:12.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD90UkT7gLSI1X8wnFCXpp7MhC5JXIny { width:11.375rem;height:0.875rem;top:10rem;left:4.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LWsUOahJeyMpLpizNQ7oSggIdF3CZtcz { width:18.75rem;height:0.3125rem;top:6.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObWimUZu0pl80wilyVtiUpaIXb4e9OgT { display:flex;width:1.1875rem;height:1.1875rem;top:8.3125rem;left:8.1875rem; }
 }