.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;
}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;top:0rem;left:0rem;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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:60rem;position:relative;display:block; }#PmfaP33exAQophGo8g9uSpHCH8C4DFAv { color:#ad4d2a;display:block;width:45.3125rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:22.75rem;height:12.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { color:#696a6c;display:block;width:42.9375rem;position:absolute;font-family:satoshi;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:17.89990234375rem;left:26.1875rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#deuGAuBersy7dS4JMIbQWaIzmIby5obD { 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:32.5625rem;width:35.75rem;top:0.875rem;left:-9.3389610389612rem;overflow:hidden;display:block; }
#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ad4d2a;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; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { background-color: transparent; background-image: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .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); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { border-width: 0; border-radius: 0; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;position:relative;display:block; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 { 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; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { background-color: transparent; background-image: none; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container > .video-iframe-container { display: none; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row > .video-iframe-container { display: none; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .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); }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { border-width: 0; border-radius: 0; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:block; }#AwwxZxKyonbwFumIBaEAytgynKCING4y { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:19rem;top:17.1875rem;left:0rem;display:block; }
#ow3lysQTvoV72qlWLfzVrO7vrlwkgls0 { color:#696a6c;display:block;width:17.375rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.3125rem;left:0.9375rem;height:16.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g8u3bWoabK6QtlJaaZi848NlJOS14HzL { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:19rem;top:17.3125rem;left:20.5625rem;display:block; }
#eZrBDm9WPcWln9Z4v7D9KfpUvXG6EfmD { color:#696a6c;display:block;width:17.75rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.53125rem;left:21.3125rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yGnrxK8k3oGTS8aZPZ8kPJg8T9NOIazQ { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:19rem;top:17.3125rem;left:40.875rem;display:block; }
#POFQnTftwtS7Q317e5sTwE5wHvHbi2rh { color:#696a6c;display:block;width:16.5625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:25.9375rem;left:42.21875rem;height:11.3745rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f5JCV4RxHD1zbTG52C37r0LoWEzJtupp { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.125rem dashed #bebebe;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:40.625rem;top:12.8125rem;left:9.6875rem;display:block; }
#xM8lLRTLbrHJpbkHBANAHIloe4Zh8THO { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;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.625rem;width:0.0625rem;top:12.8125rem;left:9.6875rem;display:block; }
#a6oI5DgARfnrIS5iUaeO1vlTs8XoAKDn { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;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.625rem;width:0.0625rem;top:12.8125rem;left:29.9375rem;display:block; }
#HoIu5i6DIlPBUvuB0DWh3L85MPUDW0WC { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;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.625rem;width:0.0625rem;top:13rem;left:50.5625rem;display:block; }
#ZnGgxxE1556GNpUbFCoEeuFe41ksFtnm { position:absolute;display:block;z-index:15023;background-color:#cf9b89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:12.5rem;left:9.375rem;display:block; }
#h03nsficPLCgtg7fGl3UGuS0eZRFWBHs { position:absolute;display:block;z-index:15024;background-color:#cf9b89;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:12.5rem;left:29.625rem;display:block; }
#KSdEmBAZGvlPTNifE7yn0HZp3uiqeuh2 { position:absolute;display:block;z-index:15025;background-color:#cf9b89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:12.5rem;left:50.25rem;display:block; }
#Zrc5ua8Qstiq3GRc0r77b82c1L5gP70g { color:#cf9b89;display:block;width:56.3125rem;position:absolute;font-family:satoshi;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.28125rem;left:1.84375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eeCZW02gd2VDb1HkRkrbz1TPiid91r9k { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:18.625rem;left:7.125rem; }
#O4mgmDZqZP63Jd2lOVxZQ7seh07WTwAk { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:19.09375rem;left:27.96875rem; }
#LpRTOwL9CiCtWyi7SAZcAIUIAzgH2v4V { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:19.09375rem;left:48rem; }
#OLcdICuSfP8aEuT9TmP9kw3DM2FFFW7e { color:#696a6c;display:block;width:52.625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.5rem;left:3.6875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HyTMseHF851xwCztUBeCe1OTwoDHfk5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cf9b89;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; }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row .container { background-color: transparent; background-image: none; }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row .container > .video-iframe-container { display: none; }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row > .video-iframe-container { display: none; }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .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); }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row .container { border-width: 0; border-radius: 0; }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:block; }#qpKQCvt1vAIBLPgxFevxf5lbkCSuBbP3 { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:satoshi;font-size:3.0625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:3.380859375rem;left:14.5rem;height:3.67480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z0wmQ7Q09f9hx89qMrsSLGGTUIXkgkUI { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#416b7b;background-image:none;top:5rem;left:0rem;display:block; }
#SQ6I3ZnTZ3z7AoIHJcogNeLuCcbhJkCU { box-sizing:content-box;height:9.6875rem;width:17.1875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:10.75rem;left:1.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #ad4d2a;border-left:0.125rem solid #ad4d2a;border-right:0.125rem solid #ad4d2a;border-bottom:0.125rem solid #ad4d2a;display:block; }
#g6cFvnT18CI37xa33BsbBTZ00pFTzmZf { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15003;background-color:#ad4d2a;background-image:none;top:11.8125rem;left:0rem;display:block; }
#i7lZTE3uPhQ6sEhwu5Mz2Mom52Epx7B6 { box-sizing:content-box;height:1.8125rem;width:39.25rem;position:absolute;display:block;z-index:15015;background-color:#cf9b89;background-image:none;top:4.12451171875rem;left:12.78125rem;display:block; }
#brr6rtwxIHznxu8EKvGh91PZCEF4poMX { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:satoshi;font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.04345703125rem;left:4.28125rem;height:6.82425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vyGSNWhMVfDTJh62kvEoQnKDMxo5sHrE { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:12.3125rem;left:0.5rem; }
#ODWuD6tqS715u3yhpvVFvnLnuIDRc499 { box-sizing:content-box;height:9.6875rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:10.75rem;left:21.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #ad4d2a;border-left:0.125rem solid #ad4d2a;border-right:0.125rem solid #ad4d2a;border-bottom:0.125rem solid #ad4d2a;display:block; }
#pdAsc0VBWlmdzMZ4wsBaFFupupRDiOoe { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:satoshi;font-size:1.3125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.3125rem;left:24.25rem;height:6.82425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Eoarw0uUxsVdrTNUPMGXSAKUwWlz5FNT { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:#ad4d2a;background-image:none;top:11.8125rem;left:19.875rem;display:block; }
#iQ7t3ElM93deIzpWk2el33gSeIsTk1Wm { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:12.3125rem;left:20.375rem; }
#ufgghqZLe3HHLJBbrUoZmEpixA9Hpoyx { box-sizing:content-box;height:9.6875rem;width:17.1875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:10.75rem;left:42.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #ad4d2a;border-left:0.125rem solid #ad4d2a;border-right:0.125rem solid #ad4d2a;border-bottom:0.125rem solid #ad4d2a;display:block; }
#hErwPsAiGAQHTWLtCMOMUDS8ewyErEVl { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:satoshi;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.04345703125rem;left:45.625rem;height:6.82425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Z8Z60oQDL9Dpi2P0eFJUM7uzeD3xTIQ0 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15011;background-color:#ad4d2a;background-image:none;top:11.8125rem;left:41.5rem;display:block; }
#SDUmS5lQ8ozyUAh6JLfQcvwdRePZhgyd { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:12.3125rem;left:42rem; }
#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row .container { background-color: transparent; background-image: none; }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row .container > .video-iframe-container { display: none; }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row > .video-iframe-container { display: none; }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .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); }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row .container { border-width: 0; border-radius: 0; }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#QBuDVZZzuHhTSpER8ZQM4iqtnLUQ7Nk7 { box-sizing:content-box;height:20.25rem;width:38.875rem;position:absolute;display:block;z-index:15000;background-color:#ad4d2a;background-image:none;top:5.40625rem;left:21.125rem;display:block; }
#iT2G4qEnThwGv2U3vBb74CP6tnunCOQ5 { box-sizing:content-box;height:19rem;width:37.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:5.875rem;left:21.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #cf9b89;border-left:0.125rem solid #cf9b89;border-right:0.125rem solid #cf9b89;border-bottom:0.125rem solid #cf9b89;display:block; }
#G4IWwLTp8okRmScsyzHpTMhpVereiWeK { color:#ededed;display:block;width:36.875rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.3125rem;left:22.125rem;height:10.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mGQAnhXSV8PKMWeESH2tuvmESzofSJoG { color:#023a4f;display:block;width:26.4375rem;position:absolute;font-family:satoshi;font-size:2rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:8.63134765625rem;left:-6.75rem;height:9.599625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#O9svn4kAWOEn5IT1k9d3UScOEdROThwL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row .container { background-color: transparent; background-image: none; }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row .container > .video-iframe-container { display: none; }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row > .video-iframe-container { display: none; }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .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); }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row .container { border-width: 0; border-radius: 0; }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#VmLN9T7RH7Ai1iQzBDleTLLwkxOgPTLi { color:#ad4d2a;display:block;width:54rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:-6.9375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DZAgvSkQqrO8ci6zuLiyJxq0xfnBhaO4 { color:#686a6c;display:block;width:40.3125rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.0625rem;left:0rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SKHkZ26UQrSZOErD2wgnET9Q7PDo4OqO { 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:3.4375rem;width:4.6875rem;top:12.0625rem;left:1.5625rem;overflow:hidden;display:block; }
#Uufcz3EQLqJ5dzz4DSk0o07udCyLrMbO { color:#686a6c;display:block;width:47.125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:14.75rem;left:0.8125rem;height:25.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rvKLzyF1I0HPqCN4F5QWe3wEafQ8TFw7 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14.9375rem;left:-2.125rem; }
#UfGIOewFww6ewc3yAbEZ4hvpoiWHVWeE { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:17rem;left:-2.0625rem; }
#XKBhkey2yogPtlUayHB2bnJCPtieWoOG { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:23.4375rem;left:-2.0625rem; }
#hyMSiLRAZxaUepDBAd9QQFdONCeItv5y { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:32.0625rem;left:-2.0625rem; }
#U9nrKNP9nybyJ0JoyFs6TX3DJ2PBa0EJ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:36.375rem;left:-2.0625rem; }
#KXpvaXZNouHR0PLq0Pdf7UOPQFSztyT4 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:21.25rem;left:-2.0625rem; }
#W7qhJhglWT1tRIzulBbDrKTTgvkLxi6a { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:34.1875rem;left:-2.0625rem; }
#i50s3uTXE1diiFA8Td9hAGwqA1KauEbE { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:29.875rem;left:-2.0625rem; }
#lDFBi88N3kgsQPKiab4xzgMPI89UviXU { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:0.1875rem;top:23.75rem;left:10.221486387049rem;overflow:hidden;display:block; }
#wWgWBzvaPZwmOHpXvQFcIyFMEAoLvLM5 { position:absolute;display:block;z-index:15020;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:39.4375rem;width:27.375rem;top:2.6875rem;left:40.616936288114rem;overflow:hidden;display:block; }
#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row .container { background-color: transparent; background-image: none; }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row .container > .video-iframe-container { display: none; }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row > .video-iframe-container { display: none; }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .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); }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row .container { border-width: 0; border-radius: 0; }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:60rem;position:relative;display:block; }#rx9GPJ6c1faRGbwcgw71Zbc7bbFPuZoo { color:#cf9b89;display:block;width:54rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.5rem;left:6rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P2ovxsIvq0XquA76znU4ByRXXZeMFN0R { color:#686a6c;display:block;width:52.1875rem;position:absolute;font-family:satoshi;font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.375rem;left:7.8125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gDNcSVFbpnvOl5vMOIqxAVxwQoTo1dCK { color:#686a6c;display:block;width:41.9375rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:13.875rem;left:18.1875rem;height:28.49853125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l6MxQUWqoghVg9qzynwN2oWXllKAbWM4 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:13.9375rem;left:15.8125rem; }
#x3tSnZnJXQfbGpwrWU6nJG0IfRpIZFur { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.9375rem;left:15.875rem; }
#itehpfqqnyOk9vW6MGRTpTverBqfloM4 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:23.625rem;left:15.875rem; }
#LD3aQsgiGkFptGoTZGflOGegLpVv0yTK { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.9375rem;left:15.8125rem; }
#deOSv0aTXGGT41MMXw4b0PPms3w3JMFf { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:27.5rem;left:15.875rem; }
#aJWd4KKZc1JFxzOTH1O83roDZF2mo2Ku { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:37rem;left:15.8125rem; }
#Qc2gssrBDeq9UFWM09a7DTSFlJokcFJR { 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:40.375rem;width:31.75rem;top:4.9375rem;left:-11.741071428571rem;overflow:hidden;display:block; }
#MSTzuQpePdeB6gTsozeBqsUR3haeQiNe { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:19.8125rem;left:15.8125rem; }
#b33KBSsG3nnmpqQi41Uhn4diIxL62SwM { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:33rem;left:15.8125rem; }
#rFvlvAF0b5W3ThZaqcTqG6QDQnw2JqOT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:29.3125rem;left:15.875rem; }
#TtTzMMpS0NIUWHNatnrtsIGZ9Z07OEkC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#TtTzMMpS0NIUWHNatnrtsIGZ9Z07OEkC > .row .container { background-color: transparent; background-image: none; }#TtTzMMpS0NIUWHNatnrtsIGZ9Z07OEkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtTzMMpS0NIUWHNatnrtsIGZ9Z07OEkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtTzMMpS0NIUWHNatnrtsIGZ9Z07OEkC > .row .container > .video-iframe-container { display: none; }#TtTzMMpS0NIUWHNatnrtsIGZ9Z07OEkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtTzMMpS0NIUWHNatnrtsIGZ9Z07OEkC > .row > .video-iframe-container { display: none; }#TtTzMMpS0NIUWHNatnrtsIGZ9Z07OEkC > .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); }#TtTzMMpS0NIUWHNatnrtsIGZ9Z07OEkC > .row .container { border-width: 0; border-radius: 0; }#TtTzMMpS0NIUWHNatnrtsIGZ9Z07OEkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtTzMMpS0NIUWHNatnrtsIGZ9Z07OEkC > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:60rem;position:relative;display:block; }#B6VQBPBoK1ceZgEHsU4ax1ytof0neTPv { box-sizing:content-box;height:13.5rem;width:34.25rem;position:absolute;display:block;z-index:15000;background-color:#cf9b89;background-image:none;top:2.875rem;left:2.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sJBkFAhRdQ9bx504a7E4s4u6N8brfw0w { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15003;background-color:#ad4d2a;background-image:none;top:1.4375rem;left:18.5rem;display:block; }
#lgcBTn6GCnGE0zVpTCus8EZLuhGTwbOx { color:#023a4f;display:block;width:30.5625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.6875rem;left:4.78125rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dX6NC7P7olLIgnkG9fdsxeQKkWrMK6KR { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.8125rem;left:18.875rem; }
#V0eVncmPFZRom85uTX7kDHTS4ltTBLNc { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.625rem;left:4.59375rem;height:1.94970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ADLoc96g1C5NfM1BVyn2x4qkadRmZi6q { box-sizing:content-box;height:16.875rem;width:23.5rem;position:absolute;display:block;z-index:14998;background-color:#e7e3df;background-image:none;top:29.75rem;left:32.426264044944rem;display:block; }
#AlBCOAZO0y42fdwaXrSnNyo97k39KkWa { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.9375rem;width:18.375rem;top:30.71875rem;left:39.87255859375rem;overflow:hidden;display:block; }
#bw4mFVmT3dWIIzUMULCHRi438M8G34pa { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21.5625rem;width:14.125rem;top:5.5625rem;left:42.625rem;overflow:hidden;display:block; }
#PdQnH5iZOtLQ7PeJRO7fPpzocw2HHq6l { box-sizing:content-box;height:13.5rem;width:34.25rem;position:absolute;display:block;z-index:15005;background-color:#cf9b89;background-image:none;top:19.25rem;left:2.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#C34RzQixUmePngw1dSLmLzZ785SHbFR5 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15008;background-color:#ad4d2a;background-image:none;top:17.9375rem;left:18.5rem;display:block; }
#WyndwCnxDc8CQacu5z998hogdfvQDLza { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:18.3125rem;left:18.875rem; }
#MnfPELCDTxSyZPhNrxiy613aVQ4XfPSF { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.8125rem;left:4.59375rem;height:1.94970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Wtypi8dGDXMqlTTk8NT6HbvTtg0yJcTl { color:#023a4f;display:block;width:30.5625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:26.3125rem;left:4.78125rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ad4d2a;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; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { background-color: transparent; background-image: none; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container > .video-iframe-container { display: none; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row > .video-iframe-container { display: none; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .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); }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { border-width: 0; border-radius: 0; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#PAfFphzcikpnpCUsuZHQNxGS2s4AaBwr { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8XOKpwZVB6T9tLM0Cckfp9X7OVdTF7M { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.73046875rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oJRIeyChOnoM2T2MSi9atwciRTOepupC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ad4d2a;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; }#oJRIeyChOnoM2T2MSi9atwciRTOepupC > .row .container { background-color: transparent; background-image: none; }#oJRIeyChOnoM2T2MSi9atwciRTOepupC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJRIeyChOnoM2T2MSi9atwciRTOepupC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJRIeyChOnoM2T2MSi9atwciRTOepupC > .row .container > .video-iframe-container { display: none; }#oJRIeyChOnoM2T2MSi9atwciRTOepupC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJRIeyChOnoM2T2MSi9atwciRTOepupC > .row > .video-iframe-container { display: none; }#oJRIeyChOnoM2T2MSi9atwciRTOepupC > .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); }#oJRIeyChOnoM2T2MSi9atwciRTOepupC > .row .container { border-width: 0; border-radius: 0; }#oJRIeyChOnoM2T2MSi9atwciRTOepupC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJRIeyChOnoM2T2MSi9atwciRTOepupC > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#d934i6BKhvmTRqnQS7n9pcayz2CrUOC6 { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.3125rem;left:3.8125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GeWTgMaSi7DULokDI2PX2Bu9mel7iWXw { color:#686a6c;display:block;width:22.75rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.75rem;left:3.8125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fsr0Xn5uxt9G4hydBaPqXJ7bGZW6qElI { position:absolute;display:block;z-index:15011;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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:13.125rem;width:26.375rem;top:1.8125rem;left:1.8125rem;display:block; }
#DhDI18l3sLpsbSMbgDzqc54wSQitq76b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:2.1875rem;left:3.8125rem; }
#MOFyXw7L1svz6UCLbD2t90KQvibH6Hk8 { position:absolute;display:block;z-index:15015;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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:13.125rem;width:26.375rem;top:1.8125rem;left:31.8125rem;display:block; }
#tiFTayu5s1gwElyTNa3u2i59I6zpbTfn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:2.9375rem;left:34.6875rem; }
#aSLpMvsSrLHKEMdKlTeHguPopwP8hW2l { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:6.75rem;left:34.6875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#afsIWPHgWnSn6glyk9qSlz78drUsQ0KT { color:#686a6c;display:block;width:21.6875rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:9.4375rem;left:34.6875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nT4OIeug30hEnQmPmHAGTfLhVRGATZ7K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ad4d2a;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; }#nT4OIeug30hEnQmPmHAGTfLhVRGATZ7K > .row .container { background-color: transparent; background-image: none; }#nT4OIeug30hEnQmPmHAGTfLhVRGATZ7K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nT4OIeug30hEnQmPmHAGTfLhVRGATZ7K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nT4OIeug30hEnQmPmHAGTfLhVRGATZ7K > .row .container > .video-iframe-container { display: none; }#nT4OIeug30hEnQmPmHAGTfLhVRGATZ7K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nT4OIeug30hEnQmPmHAGTfLhVRGATZ7K > .row > .video-iframe-container { display: none; }#nT4OIeug30hEnQmPmHAGTfLhVRGATZ7K > .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); }#nT4OIeug30hEnQmPmHAGTfLhVRGATZ7K > .row .container { border-width: 0; border-radius: 0; }#nT4OIeug30hEnQmPmHAGTfLhVRGATZ7K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nT4OIeug30hEnQmPmHAGTfLhVRGATZ7K > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:60rem;position:relative;display:block; }#J9yFWsNlkK38WERgg30LaOnayAHLnlng { position:absolute;display:block;z-index:15019;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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:13.125rem;width:26.375rem;top:1.765625rem;left:1.8125rem;display:block; }
#KLWR2xzgONC45X1AEHKpq6TuM5mMU4gg { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:3.8125rem;left:4.0625rem; }
#GdCDvNp9P040fIay2CvJIcPymorFvyFH { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.3125rem;left:4.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HEXoTxz4oDUx0TeQpOiMZppIOKEoyHx2 { color:#686a6c;display:block;width:16.25rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:10rem;left:4.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o5ZkWWs1XStfloZAoUfAHQhSdDh33REb { position:absolute;display:block;z-index:15011;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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:13.125rem;width:26.375rem;top:1.765625rem;left:31.8125rem;display:block; }
#H6069v1L84Qa3HmOe1v8it5APTxFITOc { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.625rem;left:35.03125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uJz6Fimp2sklLIp8lht4sCN6t7VSZLx8 { color:#686a6c;display:block;width:19.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:8.9375rem;left:35.03125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sOE4gVDTnQi6MFV5KkFvlh8gNu0qFHAo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:3.65625rem;left:34.84375rem; }
#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cf9b89;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; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { background-color: transparent; background-image: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .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); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { border-width: 0; border-radius: 0; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.21875rem;left:0rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QUet5qpO1k96IdwtNs2BLkHoM4eDIExT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cf9b89;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; }#QUet5qpO1k96IdwtNs2BLkHoM4eDIExT > .row .container { background-color: transparent; background-image: none; }#QUet5qpO1k96IdwtNs2BLkHoM4eDIExT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUet5qpO1k96IdwtNs2BLkHoM4eDIExT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUet5qpO1k96IdwtNs2BLkHoM4eDIExT > .row .container > .video-iframe-container { display: none; }#QUet5qpO1k96IdwtNs2BLkHoM4eDIExT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUet5qpO1k96IdwtNs2BLkHoM4eDIExT > .row > .video-iframe-container { display: none; }#QUet5qpO1k96IdwtNs2BLkHoM4eDIExT > .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); }#QUet5qpO1k96IdwtNs2BLkHoM4eDIExT > .row .container { border-width: 0; border-radius: 0; }#QUet5qpO1k96IdwtNs2BLkHoM4eDIExT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QUet5qpO1k96IdwtNs2BLkHoM4eDIExT > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:block; }#Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { position:absolute;display:block;z-index:15003;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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:18.75rem;width:21.875rem;top:1.5625rem;left:4.6875rem;display:block; }
#G0s3QIRwtqCduOTmrEyBU7HXPDuEaQ2f { color:#1d2b51;display:block;width:18.1875rem;position:absolute;font-family:satoshi;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.4375rem;left:6.5625rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ciUHFeNLzHTqu1lb3JTAQBF9lTDHh4f3 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3.0625rem;left:6.5625rem; }
#uUVFZB3yboy9kiwRnSEDLLll5pttTLzZ { color:#686a6c;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:6.5625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hKH6ofHDRE06V9tgV2uQ1Gqtu0OIZfzE { position:absolute;display:block;z-index:15007;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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:18.75rem;width:21.875rem;top:1.5625rem;left:33.75rem;display:block; }
#aPv0ZzvtKWTu3Maf7nNbpUnBT1S8qRFy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.375rem;left:35.625rem; }
#wEHwtlJaCVP9Tok8mZ2g7LynFeDiyWzv { color:#1d2b51;display:block;width:19.0625rem;position:absolute;font-family:satoshi;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.4375rem;left:35.6875rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xqQMfx5kq7hdP7axhpJXdogOC3TMsiHs { color:#686a6c;display:block;width:15.75rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:9.5625rem;left:35.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dy6CQFX7umdaiOX7lGOloH8awqkUCqyy { color:#686a6c;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:9.6875rem;left:35.625rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CsP9C8gO9NH2hecKg7C1TutVJMk9bq8x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cf9b89;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; }#CsP9C8gO9NH2hecKg7C1TutVJMk9bq8x > .row .container { background-color: transparent; background-image: none; }#CsP9C8gO9NH2hecKg7C1TutVJMk9bq8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsP9C8gO9NH2hecKg7C1TutVJMk9bq8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsP9C8gO9NH2hecKg7C1TutVJMk9bq8x > .row .container > .video-iframe-container { display: none; }#CsP9C8gO9NH2hecKg7C1TutVJMk9bq8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsP9C8gO9NH2hecKg7C1TutVJMk9bq8x > .row > .video-iframe-container { display: none; }#CsP9C8gO9NH2hecKg7C1TutVJMk9bq8x > .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); }#CsP9C8gO9NH2hecKg7C1TutVJMk9bq8x > .row .container { border-width: 0; border-radius: 0; }#CsP9C8gO9NH2hecKg7C1TutVJMk9bq8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CsP9C8gO9NH2hecKg7C1TutVJMk9bq8x > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:block; }#IAEZTsqgy4NosPO387sJBR3F016GJaGp { position:absolute;display:block;z-index:15003;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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:18.75rem;width:21.875rem;top:1.5625rem;left:4.6875rem;display:block; }
#QItvADN0Eh1xDt3NDFWPHElIG38p938l { position:absolute;display:block;z-index:15007;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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:18.75rem;width:21.875rem;top:1.5625rem;left:33.75rem;display:block; }
#g33IieD1ZQC9AOChphW6mfOG0RyiBNZI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:3.375rem;left:5.875rem; }
#NJpZFZbDwHW8nV0cT4uBWvl62dza9GTb { color:#1d2b51;display:block;width:18.8125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.29052734375rem;left:5.59375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D4M72EbzxlsVE9b8r2Q6bhqyeowm6UHh { color:#686a6c;display:block;width:19.6875rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.625rem;left:5.5625rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oCvymZuXTqyDGl69EyPMFrod42HNxBFp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:3.375rem;left:35.625rem; }
#Tm5ZHhqihtRzOsaDE3xJToXsqcOEUufJ { color:#1d2b51;display:block;width:18.0625rem;position:absolute;font-family:satoshi;font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:7.25rem;left:35.625rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GhBznpU0TKgOJptFbKchy3AGnw5kPZTh { color:#686a6c;display:block;width:18.0625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:9.625rem;left:35.625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D1vcrhkUUDtAAvwwhWvfetmEweOTI5qk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#D1vcrhkUUDtAAvwwhWvfetmEweOTI5qk > .row .container { background-color: transparent; background-image: none; }#D1vcrhkUUDtAAvwwhWvfetmEweOTI5qk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1vcrhkUUDtAAvwwhWvfetmEweOTI5qk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1vcrhkUUDtAAvwwhWvfetmEweOTI5qk > .row .container > .video-iframe-container { display: none; }#D1vcrhkUUDtAAvwwhWvfetmEweOTI5qk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1vcrhkUUDtAAvwwhWvfetmEweOTI5qk > .row > .video-iframe-container { display: none; }#D1vcrhkUUDtAAvwwhWvfetmEweOTI5qk > .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); }#D1vcrhkUUDtAAvwwhWvfetmEweOTI5qk > .row .container { border-width: 0; border-radius: 0; }#D1vcrhkUUDtAAvwwhWvfetmEweOTI5qk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1vcrhkUUDtAAvwwhWvfetmEweOTI5qk > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;position:relative;display:block; }#SSrIRoA4yHxHnLgvyEsd7yECFIdVQGc4 { box-sizing:content-box;height:19.3125rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#ad4d2a;background-image:none;top:6rem;left:0rem;display:block; }
#H0eJUH3pNOs91utAHaHmrSaGAfQJcRJ2 { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.50927734375rem;left:2.4375rem;height:11.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MqIqmNwIeXl68TQMVWGbITo8f65Xpbmt { box-sizing:content-box;height:19.125rem;width:58.9375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:6.5rem;left:0.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #b2846a;border-left:0.125rem solid #b2846a;border-right:0.125rem solid #b2846a;border-bottom:0.125rem solid #b2846a;display:block; }
#rsITT4oKmCOHaEkAgLTLT7f6ZpA44itS { background-color:#b2846a;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ededed;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:23.5625rem;left:33.71875rem;display:block; }
#l23LSbnDx9Zz4HmdgvCIGze0GCU0CT4Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fd1zPsNb59hwRv9g6HbpEShO0XqQ4ZpQ { box-sizing:content-box;height:12.5rem;width:0.125rem;position:absolute;display:block;z-index:15010;background-color:#b2846a;background-image:none;top:9.9375rem;left:23.9375rem;display:block; }
#caBo6nCwQ7ZT1DOZQ8TaB9yZDIugH6F4 { box-sizing:content-box;height:3.8125rem;width:26rem;position:absolute;display:block;z-index:15019;background-color:#e7e3df;background-image:none;top:4.0966796875rem;left:29.5625rem;display:block; }
#Jvv1PIZavdeMU4TXy6l0VJIp4mIdn9XS { color:#ae411e;display:block;width:25.5rem;position:absolute;font-family:satoshi;font-size:2.1875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:4.28125rem;left:29.8125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ededed;background-image:none;color:#5b2301;padding-top:0.624375rem;padding-right:0.583125rem;padding-bottom:0.624375rem;padding-left:0.583125rem;display:block;align-items:center;width:3.50625rem;min-width:3.50625rem;height:3.355rem;position:relative;font-family:satoshi;font-size:2.4975rem;font-weight:700;line-height:53.68px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.39rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.674375rem;height:1.325rem;position:relative;font-family:satoshi;font-size:0.936875rem;font-weight:400;line-height:21.2px;text-align:center;text-align-last:center;text-transform:none;top:10%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.6875rem;height:6.31875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:11.97509765625rem;left:30.4375rem;z-index:15020; }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #EomHUaodPuI5NxybPzTnJHqAbC4iggE5 { display:flex;position:relative;top:0rem;left:0rem; }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #QfpvDL8ruGhEDRHrzKQlbldLHRihT9MN { width:auto; }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #gA6NJBT9JmEUiNov21o2ypkdoOMeC7sf {  }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #idaT5Ca3tZaZCQC1tqGCLNOILJN2UIJO { display:flex;position:relative;top:0rem;left:0rem; }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #wwsDerDUMUepZkapezx4y500gFSXFDQi {  }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #MCgqGPgu5JWlUrSBJU2N7CxzPzIISGJP {  }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #Kmr2pNzW1MJPIoDaAqZBpMgWtCJwTCrB { display:flex;position:relative;top:0rem;left:0rem; }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #J9lqcxOw2EyfuCKS7ttbCT7wVUp8AzPb {  }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #DEyu6SX2rooxNIVnOd9fqG6EtCXK0J3H {  }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #CGNt5XJGCdmziPqkttxEOXaUXh5DHZfP { display:flex;position:relative;top:0rem;left:0rem; }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #EC4sbGMcvERG1DFAUAETF6shnBzGee2q {  }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #lIt1JXVis3zMT2JWmZMsovFkxaumqnkH {  }
#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ad4d2a;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; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { background-color: transparent; background-image: none; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container > .video-iframe-container { display: none; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row > .video-iframe-container { display: none; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .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); }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { border-width: 0; border-radius: 0; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#cBZQQQeN0WkrpFCSG1KgA47yfn2qEtVA { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 { 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; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { background-color: transparent; background-image: none; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container > .video-iframe-container { display: none; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row > .video-iframe-container { display: none; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .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); }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { border-width: 0; border-radius: 0; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#TTvlxxungkyr0AclLynMZvsxAAUzL4Ec { color:#ad4d2a;display:block;width:18.3125rem;position:absolute;font-family:satoshi;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:0.84375rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NpNVd9JMr4ERiyWiLEFqOyiilERuZQDT { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.375rem;left:23.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TRaW3EUcU6k5waTMpOhbOZkLicmtW0sa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.25rem;left:20.9375rem; }
#lAIdrq2v6Uol2ycMnyLSz2EUAKfk4RDe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:20.3125rem;left:40.5625rem; }
#eiMuE2viuvbopxTw91ng9Uw3tbow2Z6u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:5.875rem;left:13.92333984375rem; }
#f2OTeLPHwkAk1Ig9tZssaLgVnkPXqnKw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:5.875rem;left:15.6875rem; }
#Io7CnkvIv8bq7SpgktyNASWqvT6spHyc { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5625rem;left:43.0625rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QMU0EAOogkaJv6kLApqSlU6pb905TtNV { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.25rem;left:42.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iFPPVIqu1GMBievQGBI8kThmTnIxOvJV { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.375rem;left:42.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZsMmkeafDX4kVvWLFT9zX9XUP5SbkDup { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:12.5625rem;left:40.6875rem; }
#UUrFvUHrClAFUfTftMHfAD1rO1Sr3cLL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:3.25rem;left:40.5625rem; }
#eOgmRSiqTWtoH26sP4FoIxCcTM13NCW6 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.625rem;width:15.375rem;top:12.5625rem;left:2.3125rem;overflow:hidden;display:block; }
#m1gc5PBncahs0eMDFmT8G9TWXM7obZqu { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.8125rem;left:23.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ldFZ2uwdhOmy6I0pUZ151a8z3dxENiJK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:12.5625rem;left:20.9375rem; }
#IVN85szElLkI62tZQ5hookbqBbHpJSJV { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.5625rem;left:23.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Icnuk93OdbBaNzSmSURBQSAo27d29SB0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:21.375rem;left:20.9375rem; }
#OgmF1FX1XeNZoF15GDkOiCe0fvRGQ72S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#OgmF1FX1XeNZoF15GDkOiCe0fvRGQ72S > .row .container { background-color: transparent; background-image: none; }#OgmF1FX1XeNZoF15GDkOiCe0fvRGQ72S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgmF1FX1XeNZoF15GDkOiCe0fvRGQ72S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgmF1FX1XeNZoF15GDkOiCe0fvRGQ72S > .row .container > .video-iframe-container { display: none; }#OgmF1FX1XeNZoF15GDkOiCe0fvRGQ72S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgmF1FX1XeNZoF15GDkOiCe0fvRGQ72S > .row > .video-iframe-container { display: none; }#OgmF1FX1XeNZoF15GDkOiCe0fvRGQ72S > .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); }#OgmF1FX1XeNZoF15GDkOiCe0fvRGQ72S > .row .container { border-width: 0; border-radius: 0; }#OgmF1FX1XeNZoF15GDkOiCe0fvRGQ72S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgmF1FX1XeNZoF15GDkOiCe0fvRGQ72S > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;position:relative;display:block; }#bPdBK6GgMrLiPT23UfJn8NfDe85dlGJ7 { color:#023a4f;display:block;width:36.125rem;position:absolute;font-family:satoshi;font-size:3rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:3.23095703125rem;left:11.9375rem;height:3.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oxbfPyV7wPQQgvLvDn5ZTg7cMpLOuimk { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#416b7b;background-image:none;top:5rem;left:0rem;display:block; }
#GsN8f0fzQ9FkqQcSDVTimfnzmMCxsSK9 { box-sizing:content-box;height:24.625rem;width:19.0625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:9.6875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #d98c8c;border-left:0.125rem solid #d98c8c;border-right:0.125rem solid #d98c8c;border-bottom:0.125rem solid #d98c8c;display:block; }
#MHGD4P12MPXCBRktCWT3s5wZxywBAK8n { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.6875rem;left:29.6875rem; }
#dPvXDWfZ3wuWS7TsUKC9rgXtbm746Ggz { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #cf9b89, #e8a87c);background-image: -moz-linear-gradient(62deg, #cf9b89, #e8a87c);background-image: -ms-linear-gradient(62deg, #cf9b89, #e8a87c);background-image: -o-linear-gradient(62deg, #cf9b89, #e8a87c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf9b89', endColorstr='#e8a87c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf9b89', endColorstr='#e8a87c' );";background-image: linear-gradient(62deg, #cf9b89, #e8a87c);background-size:auto !important;top:8.25rem;left:8.125rem;display:block; }
#RhD0eIl8uK9mi1NZXbprAH6fzm7Xs8AT { box-sizing:content-box;height:1.8125rem;width:36.625rem;position:absolute;display:block;z-index:15015;background-color:#ededed;background-image:none;top:4.125rem;left:12.53125rem;display:block; }
#vihTQbdvfgIsZUTJeUMWkXXUDw8o50aU { color:#023a4f;display:block;width:15.6875rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.3369140625rem;left:1.8125rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sfKmTyvaaOXb5AQLSKxzK1X5xzkX5lml { box-sizing:content-box;height:10.9375rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:9.6875rem;left:22rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #d98c8c;border-left:0.125rem solid #d98c8c;border-right:0.125rem solid #d98c8c;border-bottom:0.125rem solid #d98c8c;display:block; }
#M0piTr2ZKca0EBPftAhbwfcp4GlLealn { color:#023a4f;display:block;width:14.9375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.3369140625rem;left:23.375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TefTT7rVc7TegpxwT5QcUHHTCqlLN9f2 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #d98c8c, #e8a87c);background-image: -moz-linear-gradient(62deg, #d98c8c, #e8a87c);background-image: -ms-linear-gradient(62deg, #d98c8c, #e8a87c);background-image: -o-linear-gradient(62deg, #d98c8c, #e8a87c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d98c8c', endColorstr='#e8a87c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d98c8c', endColorstr='#e8a87c' );";background-image: linear-gradient(62deg, #d98c8c, #e8a87c);background-size:auto !important;top:8.25rem;left:29.3125rem;display:block; }
#JZBSNByzk3ZTXuCP1TFMdMCoIAJCrEP1 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.625rem;left:8.5rem; }
#basHSJJkL44bxgOAmaFAaIUR1ayvC1XU { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #d98c8c, #e8a87c);background-image: -moz-linear-gradient(62deg, #d98c8c, #e8a87c);background-image: -ms-linear-gradient(62deg, #d98c8c, #e8a87c);background-image: -o-linear-gradient(62deg, #d98c8c, #e8a87c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d98c8c', endColorstr='#e8a87c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d98c8c', endColorstr='#e8a87c' );";background-image: linear-gradient(62deg, #d98c8c, #e8a87c);background-size:auto !important;top:8.3125rem;left:49.5625rem;display:block; }
#ypkSi9CNJh8kzAv9uNoixKQL7pht0Ts0 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.6875rem;left:49.9375rem; }
#nziuLvnXmgkOtUAgETLde0wlUxOuzns8 { color:#023a4f;display:block;width:19.4375rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.64999961853rem;left:0rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rznatquvUda86hznBOklIfLEASSfi0SF { color:#023a4f;display:block;width:17.625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.08740234375rem;left:22.03125rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#k6Ew3xmf3v2lHePa7ogcqz3hGvqWTlXy { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.5rem;width:14.125rem;top:20.875rem;left:2.59375rem;overflow:hidden;display:block; }
#IIR7qJPKaGcUTQfGofq5irQ5A46hJWCc { box-sizing:content-box;height:10.9375rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:9.6875rem;left:42.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #d98c8c;border-left:0.125rem solid #d98c8c;border-right:0.125rem solid #d98c8c;border-bottom:0.125rem solid #d98c8c;display:block; }
#mEHIbzD0Gx8TA3mToaoQ9xypMKT0HxHT { color:#023a4f;display:block;width:17.625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.6875rem;left:42.375rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#REdbhKcDCu5eHWwchWf1XEKxdH7bqNBD { color:#023a4f;display:block;width:14.9375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:15.375rem;left:44.0625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kGdlTbzS7pucxiKyWTnG3JPCt2D6bDGG { box-sizing:content-box;height:10.9375rem;width:17.5rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:23.6875rem;left:22rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #d98c8c;border-left:0.125rem solid #d98c8c;border-right:0.125rem solid #d98c8c;border-bottom:0.125rem solid #d98c8c;display:block; }
#Hh1061wycVRhLmt9xT9D4MMWWJZF1F0K { box-sizing:content-box;height:10.9375rem;width:17.5rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:23.6875rem;left:42.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #d98c8c;border-left:0.125rem solid #d98c8c;border-right:0.125rem solid #d98c8c;border-bottom:0.125rem solid #d98c8c;display:block; }
#rgnZq3mDcJ1So06tdniKJOwE4cJI0GKQ { color:#023a4f;display:block;width:15.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:28.33740234375rem;left:22.875rem;height:5.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VvwKFLJ7R031h1hR3l7f0JKTTAuzivU5 { color:#023a4f;display:block;width:14.9375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:29.31201171875rem;left:43.65625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NAyTP56INPwdWwZpT2fV1fK3LUK2MSUn { color:#023a4f;display:block;width:17.625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25.890625rem;left:22.03125rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#utGveaPCwzIFXzABbzf6V0M9qLCR8cVd { color:#023a4f;display:block;width:17.625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:26.015625rem;left:42.375rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dCEmey4RtZGcXeKgBN73GQAQ5XbhWZDe { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #d98c8c, #e8a87c);background-image: -moz-linear-gradient(62deg, #d98c8c, #e8a87c);background-image: -ms-linear-gradient(62deg, #d98c8c, #e8a87c);background-image: -o-linear-gradient(62deg, #d98c8c, #e8a87c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d98c8c', endColorstr='#e8a87c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d98c8c', endColorstr='#e8a87c' );";background-image: linear-gradient(62deg, #d98c8c, #e8a87c);background-size:auto !important;top:22.25rem;left:29.3125rem;display:block; }
#aUyTBGLC7aCMafqy6rElalrNx7OT2U35 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #d98c8c, #e8a87c);background-image: -moz-linear-gradient(62deg, #d98c8c, #e8a87c);background-image: -ms-linear-gradient(62deg, #d98c8c, #e8a87c);background-image: -o-linear-gradient(62deg, #d98c8c, #e8a87c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d98c8c', endColorstr='#e8a87c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d98c8c', endColorstr='#e8a87c' );";background-image: linear-gradient(62deg, #d98c8c, #e8a87c);background-size:auto !important;top:22.3125rem;left:49.5625rem;display:block; }
#nWEQsNf5TtagCE0UlwDAaP2IO6TlS22C { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:22.6875rem;left:29.6875rem; }
#cxK5Oz5zkmSyaqVVxtbTTI8TnVx3PEtZ { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:22.6875rem;left:49.9375rem; }
#LsTSm746q8UVCMhfQGTX73L1gshFzPNR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cf9b89;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; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container { background-color: transparent; background-image: none; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container > .video-iframe-container { display: none; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row > .video-iframe-container { display: none; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .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); }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container { border-width: 0; border-radius: 0; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#Jd7V6PED1qh2oUQ9fAKJgyT5IdUITO9o { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.666015625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sSXVGuxvLrTO8O9zTL3slBtZMEipNI7E { 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; }#sSXVGuxvLrTO8O9zTL3slBtZMEipNI7E > .row .container { background-color: transparent; background-image: none; }#sSXVGuxvLrTO8O9zTL3slBtZMEipNI7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSXVGuxvLrTO8O9zTL3slBtZMEipNI7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSXVGuxvLrTO8O9zTL3slBtZMEipNI7E > .row .container > .video-iframe-container { display: none; }#sSXVGuxvLrTO8O9zTL3slBtZMEipNI7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSXVGuxvLrTO8O9zTL3slBtZMEipNI7E > .row > .video-iframe-container { display: none; }#sSXVGuxvLrTO8O9zTL3slBtZMEipNI7E > .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); }#sSXVGuxvLrTO8O9zTL3slBtZMEipNI7E > .row .container { border-width: 0; border-radius: 0; }#sSXVGuxvLrTO8O9zTL3slBtZMEipNI7E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSXVGuxvLrTO8O9zTL3slBtZMEipNI7E > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;position:relative;display:block; }#XiEbQtvmRuP9lv2MCThLeNwC30xKtFTP { color:#063949;display:block;width:60rem;position:absolute;font-family:lato;font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pVHNQcxxOm2E4nNownhFqUg4u1JwFkuT { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#ad4d2a;background-image:none;top:14.5625rem;left:25rem;display:block; }
#vO2ZayavfHE6vGW2tBFeOw9wf8rtFrq6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:15rem;left:25.4375rem; }
#QMI7Xy34ZaSreNoLigfzQkGoMQSaKJUO { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#ad4d2a;background-image:none;top:8.875rem;left:25rem;display:block; }
#M3tLkVXvTiOwRKOWTaLbblMFtnS7sW0Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.375rem;left:25.5rem; }
#kB3U3znaEK6l7B9A9pCshmJ8N71gzM6k { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#ad4d2a;background-image:none;top:3.25rem;left:25rem;display:block; }
#DkKWXm5ufmDEd4M6ZNiZrG37BNbA4J8q { color:#000000;display:block;width:29.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:5.5rem;left:29.3125rem;height:1.5996125rem;font-style:normal;display:block; }
#PnRgu84H2SwIXpzhyLgUbDntgpVP4BBp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3.625rem;left:25.4375rem; }
#hF9rh7s1k6SW8KgdAvvOuxxHWEi8ATTq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:17.1875rem;top:4.63671875rem;left:3.3125rem;overflow:hidden;display:block; }
#ZWp65zaldLbc6xTdpWVBO0CraI3tepGw { box-sizing:content-box;height:28.625rem;width:22.125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:6.4375rem;left:26.8125rem;border-top:0;border-left:0.0625rem solid #ff6e64;border-right:0;border-bottom:0.0625rem solid #ff6e64;display:block; }
#h9JDGNwSDXTWmcrsKNq19Q1SUi9DTRuw { color:#000000;display:block;width:29.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:3.943359375rem;left:29.3125rem;height:1.79980625rem;font-style:normal;display:block; }
#lWu7KZe5HqXCni9woLxwhH8vbJrTeM2P { color:#000000;display:block;width:29.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:8.875rem;left:29.3125rem;height:1.79980625rem;font-style:normal;display:block; }
#ibPTaOTBTzTf3OFfUZuXe7TdGTDRdr3a { color:#000000;display:block;width:29.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:10.375rem;left:29.3125rem;height:3.19921875rem;font-style:normal;display:block; }
#zXyoWM0pKPKTcTArx8uXdv5oVXzq1Anc { color:#000000;display:block;width:29.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:13.75rem;left:29.3125rem;height:1.79980625rem;font-style:normal;display:block; }
#TABX1xOBWiFtWNALHAcSz1JepcVtfEm9 { color:#000000;display:block;width:29.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:15.4375rem;left:29.3125rem;height:3.19921875rem;font-style:normal;display:block; }
#KhuS8ETOvTfDuEzuqIrueCQ1ENDvBrOD { color:#000000;display:block;width:29.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:20.3125rem;left:29.3125rem;height:1.79980625rem;font-style:normal;display:block; }
#rzokk8wZlW2GvwXA3SEcnLt39CMoVl7d { color:#000000;display:block;width:29.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:21.9375rem;left:29.3125rem;height:1.5996125rem;font-style:normal;display:block; }
#d9gmynF99bs5UEIBM6sFNP7VLN0o31NR { color:#000000;display:block;width:29.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:27.25rem;left:29.3125rem;height:1.5996125rem;font-style:normal;display:block; }
#cNFTKkBJZHQbXbyGzgZlST8MvA9q9n3l { color:#000000;display:block;width:29.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:25.625rem;left:29.3125rem;height:1.79980625rem;font-style:normal;display:block; }
#QfrqrTItQlZpDxViZSRfs9eAKRaVPHyA { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#ad4d2a;background-image:none;top:20.3125rem;left:25rem;display:block; }
#ahFKsQUAwfsddTBeuodhRBFJ23kiHJU5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.75rem;left:25.4375rem; }
#wJDGRZ2aAGcIGB8vOvtn0zdgv7CrLiXn { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#ad4d2a;background-image:none;top:25.625rem;left:25rem;display:block; }
#aaXQkJge9xuBiakKcN6Jg6GOttmbrXRn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26.0625rem;left:25.4375rem; }
#yHdFLG4QoH1OgCg8HO5EwnS0LgTWcEth { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cf9b89;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; }#yHdFLG4QoH1OgCg8HO5EwnS0LgTWcEth > .row .container { background-color: transparent; background-image: none; }#yHdFLG4QoH1OgCg8HO5EwnS0LgTWcEth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHdFLG4QoH1OgCg8HO5EwnS0LgTWcEth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHdFLG4QoH1OgCg8HO5EwnS0LgTWcEth > .row .container > .video-iframe-container { display: none; }#yHdFLG4QoH1OgCg8HO5EwnS0LgTWcEth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHdFLG4QoH1OgCg8HO5EwnS0LgTWcEth > .row > .video-iframe-container { display: none; }#yHdFLG4QoH1OgCg8HO5EwnS0LgTWcEth > .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); }#yHdFLG4QoH1OgCg8HO5EwnS0LgTWcEth > .row .container { border-width: 0; border-radius: 0; }#yHdFLG4QoH1OgCg8HO5EwnS0LgTWcEth > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yHdFLG4QoH1OgCg8HO5EwnS0LgTWcEth > .row .container { font-size:0.875rem;font-family:arial;height:1.0625rem;width:60rem;position:relative;display:block; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { background-color: transparent; background-image: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container > .video-iframe-container { display: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container { display: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .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); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { border-width: 0; border-radius: 0; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { font-size:0.875rem;font-family:arial;height:66.5625rem;width:60rem;position:relative;display:block; }#Tkk3XcI0mzNGrvhhJrV3d8WIX3iB9WJ7 { position:absolute;display:block;z-index:15000;background-color:#cf9b89;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:52.3125rem;width:37.5625rem;top:9.75rem;left:11.25rem;display:block; }
#PRJnSg4Q8E0DvOCO05sbJBlgfE9merTN { color:#ae411e;display:block;width:33.6875rem;position:absolute;font-family:satoshi;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5380859375rem;left:13.15625rem;height:3.49365rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJBnFCKztKtxoUNU6WSSaSRR2CTv5Tuo { color:#686a6c;display:block;width:29.25rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:25.5rem;left:16.5rem;height:24.29299375rem;text-align:left;text-align-last:left;display:block; }
#IWablmMIt2rC8KuLL33AQlFTcTFMTqBp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:25.5rem;left:13.75rem; }
#HwWbtNQpWo4063VmmtHOUitUNcpa5Uzh { background-color:#ad4d2a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:52.75rem;left:15.9375rem;display:block; }
#L67OWJlBI7WCrn03CgsTDxzFc1xrCbTB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JU3S7RhyOD8Rc1bwt8UeBm5KKwPtwmCo { 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:50rem;width:35.0625rem;top:10.90625rem;left:12.46875rem;display:block; }
#dtg4kSiU6TyziZxT8TVy86N8LvhLV5mT { color:#ad4d2a;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W70CXyWT4i2d0NpOMJUCC3tVZDmMHAyo { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:28.25rem;left:13.75rem; }
#UlUInaXBGfeBlFARFteCcbG3U2UrfD4g { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:30.875rem;left:13.75rem; }
#H9OsvWiD31deU2FPalNbg8XtxxOQCn3J { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:36.375rem;left:13.75rem; }
#i8qm04R2qm4BdHJ7ksL2fBmfuhmc3mOs { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:41.3125rem;left:13.75rem; }
#NwyZSbyfiBFfTxVM1rrscb92braqchZP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:44.4375rem;left:13.75rem; }
#mPNkLtsCqWrHWPE4BzmNBhhZBpnHVpXp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:46.9375rem;left:13.75rem; }
#bIoMcauUNMsQpML4RL4aapenpRvb6BEs { color:#d9a153;display:block;width:37.3125rem;position:absolute;font-family:satoshi;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.34326171875rem;left:11.34375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#brqUfQv2TqcCoTwylTHgXV8bdniEJieo { color:#ae411e;display:block;width:37.4375rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.59326171875rem;left:11.28125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { position:relative;display:block; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { background-color: transparent; background-image: none; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container > .video-iframe-container { display: none; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row > .video-iframe-container { display: none; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .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); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { border-width: 0; border-radius: 0; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iDteoGrWnLFe3ROgrzt03Wxk6Eaibed7 { color:#000000;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.662109375rem;left:0.15625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8f9457f-0c72-465f-942f-3617844ca692/IMG_03941.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyloading { background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:47.75rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { top:2rem;left:19.625rem;width:28.125rem;height:13.4057375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { top:16.8125rem;left:21.875rem;width:25.375rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #deuGAuBersy7dS4JMIbQWaIzmIby5obD { width:35.75rem;height:32.5625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 { display:block; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AwwxZxKyonbwFumIBaEAytgynKCING4y { width:14.375rem;height:25rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ow3lysQTvoV72qlWLfzVrO7vrlwkgls0 { width:13.125rem;height:9.34325rem;top:27.375rem;left:0.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #g8u3bWoabK6QtlJaaZi848NlJOS14HzL { width:14.375rem;height:25rem;top:17.1875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #eZrBDm9WPcWln9Z4v7D9KfpUvXG6EfmD { width:13.6875rem;height:9.3432625rem;top:28.5771484375rem;left:17.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #yGnrxK8k3oGTS8aZPZ8kPJg8T9NOIazQ { width:14.375rem;height:25rem;top:17.1875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #POFQnTftwtS7Q317e5sTwE5wHvHbi2rh { width:13.6875rem;height:11.2119375rem;top:27.375rem;left:34.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #f5JCV4RxHD1zbTG52C37r0LoWEzJtupp { width:40.625rem;height:0.0625rem;top:12.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xM8lLRTLbrHJpbkHBANAHIloe4Zh8THO { width:0.0625rem;height:3.625rem;top:12.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #a6oI5DgARfnrIS5iUaeO1vlTs8XoAKDn { width:0.0625rem;height:3.625rem;top:12.8125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HoIu5i6DIlPBUvuB0DWh3L85MPUDW0WC { width:0.0625rem;height:3.625rem;top:13rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZnGgxxE1556GNpUbFCoEeuFe41ksFtnm { width:0.8125rem;height:0.8125rem;top:12.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #h03nsficPLCgtg7fGl3UGuS0eZRFWBHs { width:0.8125rem;height:0.8125rem;top:12.5rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #KSdEmBAZGvlPTNifE7yn0HZp3uiqeuh2 { width:0.8125rem;height:0.8125rem;top:12.5rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Zrc5ua8Qstiq3GRc0r77b82c1L5gP70g { top:2.25rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #eeCZW02gd2VDb1HkRkrbz1TPiid91r9k { width:5rem;height:5rem;top:19.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #O4mgmDZqZP63Jd2lOVxZQ7seh07WTwAk { width:5rem;height:5rem;top:19.0625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #LpRTOwL9CiCtWyi7SAZcAIUIAzgH2v4V { width:5rem;height:5rem;top:19.0625rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #OLcdICuSfP8aEuT9TmP9kw3DM2FFFW7e { width:13.125rem;height:9.34325rem;top:27.375rem;left:0.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #HyTMseHF851xwCztUBeCe1OTwoDHfk5z { display:block; }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qpKQCvt1vAIBLPgxFevxf5lbkCSuBbP3 { width:33.375rem;height:3.625rem;top:3.375rem;left:8.375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z0wmQ7Q09f9hx89qMrsSLGGTUIXkgkUI { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #SQ6I3ZnTZ3z7AoIHJcogNeLuCcbhJkCU { width:17.1875rem;height:9.6875rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #g6cFvnT18CI37xa33BsbBTZ00pFTzmZf { width:3.125rem;height:3.125rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #i7lZTE3uPhQ6sEhwu5Mz2Mom52Epx7B6 { width:39.25rem;height:1.8125rem;top:4.0625rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 959px) { #brr6rtwxIHznxu8EKvGh91PZCEF4poMX { width:13.5rem;height:6.8125rem;top:12rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vyGSNWhMVfDTJh62kvEoQnKDMxo5sHrE { width:2.125rem;height:2.125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ODWuD6tqS715u3yhpvVFvnLnuIDRc499 { width:18.75rem;height:9.6875rem;top:10.75rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pdAsc0VBWlmdzMZ4wsBaFFupupRDiOoe { width:14.8125rem;height:6.8125rem;top:12.3125rem;left:18.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Eoarw0uUxsVdrTNUPMGXSAKUwWlz5FNT { width:3.125rem;height:3.125rem;top:11.8125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #iQ7t3ElM93deIzpWk2el33gSeIsTk1Wm { width:2.125rem;height:2.125rem;top:12.3125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ufgghqZLe3HHLJBbrUoZmEpixA9Hpoyx { width:17.1875rem;height:9.6875rem;top:10.75rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hErwPsAiGAQHTWLtCMOMUDS8ewyErEVl { width:14.375rem;height:6.8125rem;top:12rem;left:33.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z8Z60oQDL9Dpi2P0eFJUM7uzeD3xTIQ0 { width:3.125rem;height:3.125rem;top:11.8125rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #SDUmS5lQ8ozyUAh6JLfQcvwdRePZhgyd { width:2.125rem;height:2.125rem;top:12.3125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D { display:block; }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #QBuDVZZzuHhTSpER8ZQM4iqtnLUQ7Nk7 { width:38.875rem;height:20.25rem;top:5.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iT2G4qEnThwGv2U3vBb74CP6tnunCOQ5 { width:37.875rem;height:19rem;top:5.875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #G4IWwLTp8okRmScsyzHpTMhpVereiWeK { width:36.875rem;height:10.9375rem;top:9.3125rem;left:10.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #mGQAnhXSV8PKMWeESH2tuvmESzofSJoG { width:26.4375rem;height:9.5625rem;top:8.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #O9svn4kAWOEn5IT1k9d3UScOEdROThwL { background-color:transparent;background-image:none;display:block; }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row .container { background-color: transparent; background-image: none; }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row .container > .video-iframe-container { display: none; }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row > .video-iframe-container { display: none; }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .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); }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row .container { width:47.75rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VmLN9T7RH7Ai1iQzBDleTLLwkxOgPTLi { top:2rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #DZAgvSkQqrO8ci6zuLiyJxq0xfnBhaO4 { top:15.5rem;left:3.71875rem;width:40.3125rem;height:3.7373rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #SKHkZ26UQrSZOErD2wgnET9Q7PDo4OqO { width:4.6875rem;height:3.4375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Uufcz3EQLqJ5dzz4DSk0o07udCyLrMbO { top:20.1875rem;left:2.75rem;width:45rem;height:21.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #rvKLzyF1I0HPqCN4F5QWe3wEafQ8TFw7 { width:1.5625rem;height:1.5625rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #UfGIOewFww6ewc3yAbEZ4hvpoiWHVWeE { width:1.5625rem;height:1.5625rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #XKBhkey2yogPtlUayHB2bnJCPtieWoOG { width:1.5625rem;height:1.5625rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #hyMSiLRAZxaUepDBAd9QQFdONCeItv5y { width:1.5625rem;height:1.5625rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #U9nrKNP9nybyJ0JoyFs6TX3DJ2PBa0EJ { width:1.5625rem;height:1.5625rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #KXpvaXZNouHR0PLq0Pdf7UOPQFSztyT4 { width:1.5625rem;height:1.5625rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #W7qhJhglWT1tRIzulBbDrKTTgvkLxi6a { width:1.5625rem;height:1.5625rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #i50s3uTXE1diiFA8Td9hAGwqA1KauEbE { width:1.5625rem;height:1.5625rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #lDFBi88N3kgsQPKiab4xzgMPI89UviXU { width:0.1875rem;height:0.25rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #wWgWBzvaPZwmOHpXvQFcIyFMEAoLvLM5 { width:27.375rem;height:39.4375rem;top:2.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 { background-color:transparent;background-image:none;display:block; }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row .container { background-color: transparent; background-image: none; }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row .container > .video-iframe-container { display: none; }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row > .video-iframe-container { display: none; }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .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); }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row .container { width:47.75rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rx9GPJ6c1faRGbwcgw71Zbc7bbFPuZoo { top:2rem;left:0rem;width:47.75rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #P2ovxsIvq0XquA76znU4ByRXXZeMFN0R { top:11.125rem;left:3.71875rem;width:40.3125rem;height:5.0371125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #gDNcSVFbpnvOl5vMOIqxAVxwQoTo1dCK { top:20.1875rem;left:2.75rem;width:45rem;height:23.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #l6MxQUWqoghVg9qzynwN2oWXllKAbWM4 { width:1.5625rem;height:1.5625rem;top:13.9375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #x3tSnZnJXQfbGpwrWU6nJG0IfRpIZFur { width:1.5625rem;height:1.5625rem;top:15.9375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #itehpfqqnyOk9vW6MGRTpTverBqfloM4 { width:1.5625rem;height:1.5625rem;top:23.625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #LD3aQsgiGkFptGoTZGflOGegLpVv0yTK { width:1.5625rem;height:1.5625rem;top:17.9375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #deOSv0aTXGGT41MMXw4b0PPms3w3JMFf { width:1.5625rem;height:1.5625rem;top:27.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #aJWd4KKZc1JFxzOTH1O83roDZF2mo2Ku { width:1.5625rem;height:1.5625rem;top:37rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Qc2gssrBDeq9UFWM09a7DTSFlJokcFJR { width:31.75rem;height:40.375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #MSTzuQpePdeB6gTsozeBqsUR3haeQiNe { width:1.5625rem;height:1.5625rem;top:19.8125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #b33KBSsG3nnmpqQi41Uhn4diIxL62SwM { width:1.5625rem;height:1.5625rem;top:33rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #rFvlvAF0b5W3ThZaqcTqG6QDQnw2JqOT { width:1.5625rem;height:1.5625rem;top:29.3125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #TtTzMMpS0NIUWHNatnrtsIGZ9Z07OEkC { display:block; }#TtTzMMpS0NIUWHNatnrtsIGZ9Z07OEkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #B6VQBPBoK1ceZgEHsU4ax1ytof0neTPv { width:34.25rem;height:13.5rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #sJBkFAhRdQ9bx504a7E4s4u6N8brfw0w { width:3.125rem;height:3.125rem;top:1.4375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #lgcBTn6GCnGE0zVpTCus8EZLuhGTwbOx { width:30.5625rem;height:2.875rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #dX6NC7P7olLIgnkG9fdsxeQKkWrMK6KR { width:2.375rem;height:2.375rem;top:1.8125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #V0eVncmPFZRom85uTX7kDHTS4ltTBLNc { width:30.9375rem;height:1.9375rem;top:6.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #ADLoc96g1C5NfM1BVyn2x4qkadRmZi6q { width:23.5rem;height:16.875rem;top:29.75rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #AlBCOAZO0y42fdwaXrSnNyo97k39KkWa { top:30.6875rem;left:29.375rem;width:18.375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #bw4mFVmT3dWIIzUMULCHRi438M8G34pa { top:5.5625rem;left:33.625rem;width:14.125rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #PdQnH5iZOtLQ7PeJRO7fPpzocw2HHq6l { width:34.25rem;height:13.5rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #C34RzQixUmePngw1dSLmLzZ785SHbFR5 { width:3.125rem;height:3.125rem;top:17.9375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #WyndwCnxDc8CQacu5z998hogdfvQDLza { width:2.375rem;height:2.375rem;top:18.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #MnfPELCDTxSyZPhNrxiy613aVQ4XfPSF { width:30.9375rem;height:1.9375rem;top:22.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #Wtypi8dGDXMqlTTk8NT6HbvTtg0yJcTl { width:30.5625rem;height:2.875rem;top:26.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr { display:block; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PAfFphzcikpnpCUsuZHQNxGS2s4AaBwr { top:0.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #T8XOKpwZVB6T9tLM0Cckfp9X7OVdTF7M { top:4.6875rem;left:0rem;width:47.75rem;height:1.94970625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #oJRIeyChOnoM2T2MSi9atwciRTOepupC { display:block; }#oJRIeyChOnoM2T2MSi9atwciRTOepupC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #d934i6BKhvmTRqnQS7n9pcayz2CrUOC6 { top:5.0625rem;left:0.6767578125rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GeWTgMaSi7DULokDI2PX2Bu9mel7iWXw { top:7.09375rem;left:0.8642578125rem;width:13.375rem;height:5.84960625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fsr0Xn5uxt9G4hydBaPqXJ7bGZW6qElI { top:0rem;left:0rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #DhDI18l3sLpsbSMbgDzqc54wSQitq76b { width:3.125rem;height:3.125rem;top:1.4375rem;left:0.6767578125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MOFyXw7L1svz6UCLbD2t90KQvibH6Hk8 { top:0rem;left:16.375rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #tiFTayu5s1gwElyTNa3u2i59I6zpbTfn { width:3.4375rem;height:3.4375rem;top:1.6875rem;left:34.3017578125rem;display:block; }
 }@media only screen and (max-width: 959px) { #aSLpMvsSrLHKEMdKlTeHguPopwP8hW2l { top:5.0625rem;left:17.3330078125rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #afsIWPHgWnSn6glyk9qSlz78drUsQ0KT { top:7.8125rem;left:17.3330078125rem;width:13.4375rem;height:4.38720625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nT4OIeug30hEnQmPmHAGTfLhVRGATZ7K { display:block; }#nT4OIeug30hEnQmPmHAGTfLhVRGATZ7K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #J9yFWsNlkK38WERgg30LaOnayAHLnlng { top:0rem;left:32.75rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #KLWR2xzgONC45X1AEHKpq6TuM5mMU4gg { width:3.125rem;height:3.125rem;top:1.6875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #GdCDvNp9P040fIay2CvJIcPymorFvyFH { top:5.0625rem;left:34.54150390625rem;width:10.5rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #HEXoTxz4oDUx0TeQpOiMZppIOKEoyHx2 { top:7.8125rem;left:34.53125rem;width:12.8125rem;height:5.8496125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #o5ZkWWs1XStfloZAoUfAHQhSdDh33REb { top:0rem;left:0rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #H6069v1L84Qa3HmOe1v8it5APTxFITOc { top:5.125rem;left:0.8125rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #uJz6Fimp2sklLIp8lht4sCN6t7VSZLx8 { top:7.625rem;left:0.8125rem;width:12.0625rem;height:5.8496125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #sOE4gVDTnQi6MFV5KkFvlh8gNu0qFHAo { width:3.125rem;height:3.125rem;top:1.6875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { top:3.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #QUet5qpO1k96IdwtNs2BLkHoM4eDIExT { display:block; }#QUet5qpO1k96IdwtNs2BLkHoM4eDIExT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { top:1.5625rem;left:1.625rem;width:21.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #G0s3QIRwtqCduOTmrEyBU7HXPDuEaQ2f { top:7.4375rem;left:3.5rem;width:18.1875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ciUHFeNLzHTqu1lb3JTAQBF9lTDHh4f3 { width:3.75rem;height:3.75rem;top:3.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #uUVFZB3yboy9kiwRnSEDLLll5pttTLzZ { top:9.6875rem;left:3.5rem;width:18.75rem;height:8.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hKH6ofHDRE06V9tgV2uQ1Gqtu0OIZfzE { top:1.5625rem;left:24.5625rem;width:21.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #aPv0ZzvtKWTu3Maf7nNbpUnBT1S8qRFy { width:3.125rem;height:3.125rem;top:3.375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #wEHwtlJaCVP9Tok8mZ2g7LynFeDiyWzv { top:7.4375rem;left:26.5rem;width:19.0625rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #xqQMfx5kq7hdP7axhpJXdogOC3TMsiHs { top:9.5625rem;left:26.5625rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Dy6CQFX7umdaiOX7lGOloH8awqkUCqyy { top:9.6875rem;left:26.4375rem;width:18.75rem;height:8.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #CsP9C8gO9NH2hecKg7C1TutVJMk9bq8x { display:block; }#CsP9C8gO9NH2hecKg7C1TutVJMk9bq8x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #IAEZTsqgy4NosPO387sJBR3F016GJaGp { top:1.5625rem;left:1.625rem;width:21.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #QItvADN0Eh1xDt3NDFWPHElIG38p938l { top:1.5625rem;left:24.5625rem;width:21.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #g33IieD1ZQC9AOChphW6mfOG0RyiBNZI { width:3.125rem;height:3.125rem;top:3.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NJpZFZbDwHW8nV0cT4uBWvl62dza9GTb { top:7.25rem;left:2.53125rem;width:18.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #D4M72EbzxlsVE9b8r2Q6bhqyeowm6UHh { top:9.625rem;left:2.5rem;width:19.6875rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #oCvymZuXTqyDGl69EyPMFrod42HNxBFp { width:3.125rem;height:3.125rem;top:3.375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tm5ZHhqihtRzOsaDE3xJToXsqcOEUufJ { top:7.25rem;left:26.4375rem;width:18.0625rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #GhBznpU0TKgOJptFbKchy3AGnw5kPZTh { top:9.625rem;left:26.4375rem;width:18.0625rem;height:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #D1vcrhkUUDtAAvwwhWvfetmEweOTI5qk { display:block; }#D1vcrhkUUDtAAvwwhWvfetmEweOTI5qk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SSrIRoA4yHxHnLgvyEsd7yECFIdVQGc4 { width:47.75rem;height:19.3125rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #H0eJUH3pNOs91utAHaHmrSaGAfQJcRJ2 { width:19.8125rem;height:11.25rem;top:9.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #MqIqmNwIeXl68TQMVWGbITo8f65Xpbmt { width:47.5rem;height:19.125rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #rsITT4oKmCOHaEkAgLTLT7f6ZpA44itS { width:17.6875rem;height:4.4375rem;top:23.5625rem;left:27.59375rem;display:block; }
 }@media only screen and (max-width: 959px) { #l23LSbnDx9Zz4HmdgvCIGze0GCU0CT4Z { display:block; }
 }@media only screen and (max-width: 959px) { #Fd1zPsNb59hwRv9g6HbpEShO0XqQ4ZpQ { top:9.9375rem;left:17.8125rem;width:0.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #caBo6nCwQ7ZT1DOZQ8TaB9yZDIugH6F4 { width:26rem;height:3.8125rem;top:4.0625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Jvv1PIZavdeMU4TXy6l0VJIp4mIdn9XS { width:25.5rem;height:2.8125rem;top:4.25rem;left:22.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG { display:flex;width:18rem;height:5.0625rem;top:4.125rem;left:17.0625rem; }
 }@media only screen and (max-width: 959px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #EomHUaodPuI5NxybPzTnJHqAbC4iggE5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #QfpvDL8ruGhEDRHrzKQlbldLHRihT9MN {  }
 }@media only screen and (max-width: 959px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #gA6NJBT9JmEUiNov21o2ypkdoOMeC7sf {  }
 }@media only screen and (max-width: 959px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #idaT5Ca3tZaZCQC1tqGCLNOILJN2UIJO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #wwsDerDUMUepZkapezx4y500gFSXFDQi {  }
 }@media only screen and (max-width: 959px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #MCgqGPgu5JWlUrSBJU2N7CxzPzIISGJP {  }
 }@media only screen and (max-width: 959px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #Kmr2pNzW1MJPIoDaAqZBpMgWtCJwTCrB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #J9lqcxOw2EyfuCKS7ttbCT7wVUp8AzPb {  }
 }@media only screen and (max-width: 959px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #DEyu6SX2rooxNIVnOd9fqG6EtCXK0J3H {  }
 }@media only screen and (max-width: 959px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #CGNt5XJGCdmziPqkttxEOXaUXh5DHZfP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #EC4sbGMcvERG1DFAUAETF6shnBzGee2q {  }
 }@media only screen and (max-width: 959px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #lIt1JXVis3zMT2JWmZMsovFkxaumqnkH {  }
 }@media only screen and (max-width: 959px) { #KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM { display:block; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cBZQQQeN0WkrpFCSG1KgA47yfn2qEtVA { top:1.1875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 { display:block; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TTvlxxungkyr0AclLynMZvsxAAUzL4Ec { width:18.3125rem;height:;top:3.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #NpNVd9JMr4ERiyWiLEFqOyiilERuZQDT { width:15.625rem;height:;top:3.375rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TRaW3EUcU6k5waTMpOhbOZkLicmtW0sa { width:1.875rem;height:1.875rem;top:3.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lAIdrq2v6Uol2ycMnyLSz2EUAKfk4RDe { width:1.875rem;height:1.875rem;top:20.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #eiMuE2viuvbopxTw91ng9Uw3tbow2Z6u { width:3.125rem;height:3.125rem;top:5.875rem;left:11.86083984375rem;display:block; }
 }@media only screen and (max-width: 959px) { #f2OTeLPHwkAk1Ig9tZssaLgVnkPXqnKw { width:3.125rem;height:3.125rem;top:5.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Io7CnkvIv8bq7SpgktyNASWqvT6spHyc { width:15.625rem;height:6.5rem;top:12.5625rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #QMU0EAOogkaJv6kLApqSlU6pb905TtNV { width:15.625rem;height:;top:3.25rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #iFPPVIqu1GMBievQGBI8kThmTnIxOvJV { width:15.625rem;height:;top:20.375rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZsMmkeafDX4kVvWLFT9zX9XUP5SbkDup { width:1.875rem;height:1.875rem;top:12.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #UUrFvUHrClAFUfTftMHfAD1rO1Sr3cLL { width:1.875rem;height:1.875rem;top:3.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #eOgmRSiqTWtoH26sP4FoIxCcTM13NCW6 { width:15.375rem;height:15.625rem;top:12.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #m1gc5PBncahs0eMDFmT8G9TWXM7obZqu { width:15.625rem;height:;top:12.8125rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ldFZ2uwdhOmy6I0pUZ151a8z3dxENiJK { width:1.875rem;height:1.875rem;top:12.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IVN85szElLkI62tZQ5hookbqBbHpJSJV { width:15.625rem;height:;top:21.5625rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Icnuk93OdbBaNzSmSURBQSAo27d29SB0 { width:1.875rem;height:1.875rem;top:21.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OgmF1FX1XeNZoF15GDkOiCe0fvRGQ72S { display:block; }#OgmF1FX1XeNZoF15GDkOiCe0fvRGQ72S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bPdBK6GgMrLiPT23UfJn8NfDe85dlGJ7 { width:36.125rem;height:3.5625rem;top:3.1875rem;left:5.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #oxbfPyV7wPQQgvLvDn5ZTg7cMpLOuimk { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #GsN8f0fzQ9FkqQcSDVTimfnzmMCxsSK9 { width:19.0625rem;height:24.625rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #MHGD4P12MPXCBRktCWT3s5wZxywBAK8n { width:2.3125rem;height:2.3125rem;top:8.6875rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dPvXDWfZ3wuWS7TsUKC9rgXtbm746Ggz { width:3.125rem;height:3.125rem;top:8.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #RhD0eIl8uK9mi1NZXbprAH6fzm7Xs8AT { width:36.625rem;height:1.8125rem;top:4.125rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vihTQbdvfgIsZUTJeUMWkXXUDw8o50aU { width:15.6875rem;height:3.25rem;top:15.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #sfKmTyvaaOXb5AQLSKxzK1X5xzkX5lml { width:17.5rem;height:10.9375rem;top:9.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #M0piTr2ZKca0EBPftAhbwfcp4GlLealn { width:14.9375rem;height:1.625rem;top:15.3125rem;left:17.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #TefTT7rVc7TegpxwT5QcUHHTCqlLN9f2 { width:3.125rem;height:3.125rem;top:8.25rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #JZBSNByzk3ZTXuCP1TFMdMCoIAJCrEP1 { width:2.375rem;height:2.375rem;top:8.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #basHSJJkL44bxgOAmaFAaIUR1ayvC1XU { width:3.125rem;height:3.125rem;top:8.3125rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ypkSi9CNJh8kzAv9uNoixKQL7pht0Ts0 { width:2.3125rem;height:2.3125rem;top:8.6875rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nziuLvnXmgkOtUAgETLde0wlUxOuzns8 { width:19.4375rem;height:2rem;top:12.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #rznatquvUda86hznBOklIfLEASSfi0SF { width:17.625rem;height:2rem;top:12.0625rem;left:15.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #k6Ew3xmf3v2lHePa7ogcqz3hGvqWTlXy { top:20.875rem;left:0rem;width:14.125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #IIR7qJPKaGcUTQfGofq5irQ5A46hJWCc { width:17.5rem;height:10.9375rem;top:9.6875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 959px) { #mEHIbzD0Gx8TA3mToaoQ9xypMKT0HxHT { width:17.625rem;height:2rem;top:12.6875rem;left:30.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #REdbhKcDCu5eHWwchWf1XEKxdH7bqNBD { width:14.9375rem;height:1.625rem;top:15.375rem;left:32.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #kGdlTbzS7pucxiKyWTnG3JPCt2D6bDGG { width:17.5rem;height:10.9375rem;top:23.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Hh1061wycVRhLmt9xT9D4MMWWJZF1F0K { width:17.5rem;height:10.9375rem;top:23.6875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 959px) { #rgnZq3mDcJ1So06tdniKJOwE4cJI0GKQ { width:15.9375rem;height:5.8125rem;top:28.3125rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #VvwKFLJ7R031h1hR3l7f0JKTTAuzivU5 { width:14.9375rem;height:3.25rem;top:29.25rem;left:32.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #NAyTP56INPwdWwZpT2fV1fK3LUK2MSUn { width:17.625rem;height:2rem;top:25.875rem;left:15.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #utGveaPCwzIFXzABbzf6V0M9qLCR8cVd { width:17.625rem;height:2rem;top:26rem;left:30.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dCEmey4RtZGcXeKgBN73GQAQ5XbhWZDe { width:3.125rem;height:3.125rem;top:22.25rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aUyTBGLC7aCMafqy6rElalrNx7OT2U35 { width:3.125rem;height:3.125rem;top:22.3125rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #nWEQsNf5TtagCE0UlwDAaP2IO6TlS22C { width:2.3125rem;height:2.3125rem;top:22.6875rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #cxK5Oz5zkmSyaqVVxtbTTI8TnVx3PEtZ { width:2.3125rem;height:2.3125rem;top:22.6875rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LsTSm746q8UVCMhfQGTX73L1gshFzPNR { display:block; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Jd7V6PED1qh2oUQ9fAKJgyT5IdUITO9o { top:1.625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #sSXVGuxvLrTO8O9zTL3slBtZMEipNI7E { display:block; }#sSXVGuxvLrTO8O9zTL3slBtZMEipNI7E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #XiEbQtvmRuP9lv2MCThLeNwC30xKtFTP { top:3rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 959px) { #pVHNQcxxOm2E4nNownhFqUg4u1JwFkuT { top:14.5625rem;left:18.875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vO2ZayavfHE6vGW2tBFeOw9wf8rtFrq6 { top:15rem;left:19.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #QMI7Xy34ZaSreNoLigfzQkGoMQSaKJUO { top:8.875rem;left:18.875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #M3tLkVXvTiOwRKOWTaLbblMFtnS7sW0Q { top:9.375rem;left:19.375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #kB3U3znaEK6l7B9A9pCshmJ8N71gzM6k { top:3.25rem;left:18.875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #DkKWXm5ufmDEd4M6ZNiZrG37BNbA4J8q { top:5.5rem;left:18.125rem;width:29.625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #PnRgu84H2SwIXpzhyLgUbDntgpVP4BBp { top:3.625rem;left:19.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #hF9rh7s1k6SW8KgdAvvOuxxHWEi8ATTq { top:4.625rem;left:0rem;width:17.1875rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZWp65zaldLbc6xTdpWVBO0CraI3tepGw { top:6.4375rem;left:20.6875rem;width:22.125rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #h9JDGNwSDXTWmcrsKNq19Q1SUi9DTRuw { top:3.9375rem;left:18.125rem;width:29.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lWu7KZe5HqXCni9woLxwhH8vbJrTeM2P { top:8.875rem;left:18.125rem;width:29.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ibPTaOTBTzTf3OFfUZuXe7TdGTDRdr3a { top:10.375rem;left:18.125rem;width:29.625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zXyoWM0pKPKTcTArx8uXdv5oVXzq1Anc { top:13.75rem;left:18.125rem;width:29.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TABX1xOBWiFtWNALHAcSz1JepcVtfEm9 { top:15.4375rem;left:18.125rem;width:29.625rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KhuS8ETOvTfDuEzuqIrueCQ1ENDvBrOD { top:20.3125rem;left:18.125rem;width:29.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #rzokk8wZlW2GvwXA3SEcnLt39CMoVl7d { top:21.9375rem;left:18.125rem;width:29.625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #d9gmynF99bs5UEIBM6sFNP7VLN0o31NR { top:27.25rem;left:18.125rem;width:29.625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #cNFTKkBJZHQbXbyGzgZlST8MvA9q9n3l { top:25.625rem;left:18.125rem;width:29.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #QfrqrTItQlZpDxViZSRfs9eAKRaVPHyA { top:20.3125rem;left:18.875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ahFKsQUAwfsddTBeuodhRBFJ23kiHJU5 { top:20.75rem;left:19.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #wJDGRZ2aAGcIGB8vOvtn0zdgv7CrLiXn { top:25.625rem;left:18.875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aaXQkJge9xuBiakKcN6Jg6GOttmbrXRn { top:26.0625rem;left:19.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #yHdFLG4QoH1OgCg8HO5EwnS0LgTWcEth { display:block; }#yHdFLG4QoH1OgCg8HO5EwnS0LgTWcEth > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz { display:block; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Tkk3XcI0mzNGrvhhJrV3d8WIX3iB9WJ7 { top:9.75rem;left:0rem;width:37.5625rem;height:52.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #PRJnSg4Q8E0DvOCO05sbJBlgfE9merTN { top:13.5rem;left:0rem;width:33.6875rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pJBnFCKztKtxoUNU6WSSaSRR2CTv5Tuo { top:25.5rem;left:0rem;width:29.25rem;height:24.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IWablmMIt2rC8KuLL33AQlFTcTFMTqBp { width:1.875rem;height:1.875rem;top:25.5rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #HwWbtNQpWo4063VmmtHOUitUNcpa5Uzh { width:28.125rem;height:3.75rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #L67OWJlBI7WCrn03CgsTDxzFc1xrCbTB { display:block; }
 }@media only screen and (max-width: 959px) { #JU3S7RhyOD8Rc1bwt8UeBm5KKwPtwmCo { top:10.875rem;left:0rem;width:35.0625rem;height:50rem;display:block; }
 }@media only screen and (max-width: 959px) { #dtg4kSiU6TyziZxT8TVy86N8LvhLV5mT { top:2.5625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #W70CXyWT4i2d0NpOMJUCC3tVZDmMHAyo { width:1.875rem;height:1.875rem;top:28.25rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UlUInaXBGfeBlFARFteCcbG3U2UrfD4g { width:1.875rem;height:1.875rem;top:30.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #H9OsvWiD31deU2FPalNbg8XtxxOQCn3J { width:1.875rem;height:1.875rem;top:36.375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #i8qm04R2qm4BdHJ7ksL2fBmfuhmc3mOs { width:1.875rem;height:1.875rem;top:41.3125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #NwyZSbyfiBFfTxVM1rrscb92braqchZP { width:1.875rem;height:1.875rem;top:44.4375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mPNkLtsCqWrHWPE4BzmNBhhZBpnHVpXp { width:1.875rem;height:1.875rem;top:46.9375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bIoMcauUNMsQpML4RL4aapenpRvb6BEs { top:18.3125rem;left:0rem;width:37.3125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #brqUfQv2TqcCoTwylTHgXV8bdniEJieo { top:21.5625rem;left:0rem;width:37.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { display:block; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iDteoGrWnLFe3ROgrzt03Wxk6Eaibed7 { width:47.75rem;height:1.5rem;top:1.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:20rem;height:31.1875rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/341773f3-3f5e-48d6-9cea-85b54d0c9573/Projektbeznazwy1.crop_940x895_140,0.preview.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { width:18.75rem;height:5.11816875rem;top:1.25rem;left:0.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { width:20rem;height:4.5rem;top:7.12988125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #deuGAuBersy7dS4JMIbQWaIzmIby5obD { width:20rem;height:18.216783216783rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 { display:block; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwwxZxKyonbwFumIBaEAytgynKCING4y { width:15.625rem;height:13.8125rem;top:13.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow3lysQTvoV72qlWLfzVrO7vrlwkgls0 { width:12.625rem;height:6.82325rem;top:19.3125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8u3bWoabK6QtlJaaZi848NlJOS14HzL { width:15.625rem;height:12.5rem;top:30.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZrBDm9WPcWln9Z4v7D9KfpUvXG6EfmD { width:11.6875rem;height:5.5234375rem;top:37.125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGnrxK8k3oGTS8aZPZ8kPJg8T9NOIazQ { width:15.625rem;height:12.5rem;top:46.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POFQnTftwtS7Q317e5sTwE5wHvHbi2rh { width:14.25rem;height:5.5234375rem;top:52.1875rem;left:3rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5JCV4RxHD1zbTG52C37r0LoWEzJtupp { width:20rem;height:0.0625rem;top:17.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xM8lLRTLbrHJpbkHBANAHIloe4Zh8THO { width:0.0625rem;height:3.625rem;top:12.625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6oI5DgARfnrIS5iUaeO1vlTs8XoAKDn { width:0.0625rem;height:3.625rem;top:21rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoIu5i6DIlPBUvuB0DWh3L85MPUDW0WC { width:0.0625rem;height:3.625rem;top:27.9375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZnGgxxE1556GNpUbFCoEeuFe41ksFtnm { width:0.8125rem;height:0.8125rem;top:10.5625rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h03nsficPLCgtg7fGl3UGuS0eZRFWBHs { width:0.8125rem;height:0.8125rem;top:18.9375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSdEmBAZGvlPTNifE7yn0HZp3uiqeuh2 { width:0.8125rem;height:0.8125rem;top:25.875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zrc5ua8Qstiq3GRc0r77b82c1L5gP70g { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eeCZW02gd2VDb1HkRkrbz1TPiid91r9k { display:flex;width:3.75rem;height:3.75rem;top:14.25rem;left:8.125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #O4mgmDZqZP63Jd2lOVxZQ7seh07WTwAk { display:flex;width:3.75rem;height:3.75rem;top:32.0859375rem;left:8.125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #LpRTOwL9CiCtWyi7SAZcAIUIAzgH2v4V { display:flex;width:3.125rem;height:3.125rem;top:48.0625rem;left:8.5625rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #OLcdICuSfP8aEuT9TmP9kw3DM2FFFW7e { width:20rem;height:5.5234375rem;top:5.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyTMseHF851xwCztUBeCe1OTwoDHfk5z { display:block; }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpKQCvt1vAIBLPgxFevxf5lbkCSuBbP3 { width:20rem;height:2.3999rem;top:1.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Z0wmQ7Q09f9hx89qMrsSLGGTUIXkgkUI { width:10rem;height:0.0625rem;top:5.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ6I3ZnTZ3z7AoIHJcogNeLuCcbhJkCU { width:18.25rem;height:7.5rem;top:8.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6cFvnT18CI37xa33BsbBTZ00pFTzmZf { width:3.125rem;height:3.125rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7lZTE3uPhQ6sEhwu5Mz2Mom52Epx7B6 { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #brr6rtwxIHznxu8EKvGh91PZCEF4poMX { width:14.75rem;height:3.8994125rem;top:10.5498046875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyGSNWhMVfDTJh62kvEoQnKDMxo5sHrE { display:flex;width:2.125rem;height:2.125rem;top:11.375rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #ODWuD6tqS715u3yhpvVFvnLnuIDRc499 { width:18.75rem;height:9.6875rem;top:18.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdAsc0VBWlmdzMZ4wsBaFFupupRDiOoe { width:14.8125rem;height:4.38720625rem;top:21.587890625rem;left:3.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eoarw0uUxsVdrTNUPMGXSAKUwWlz5FNT { width:3.125rem;height:3.125rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ7t3ElM93deIzpWk2el33gSeIsTk1Wm { display:flex;width:2.125rem;height:2.125rem;top:22.75rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #ufgghqZLe3HHLJBbrUoZmEpixA9Hpoyx { width:18.625rem;height:9.6875rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hErwPsAiGAQHTWLtCMOMUDS8ewyErEVl { width:14.375rem;height:6.173825rem;top:32.75rem;left:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Z60oQDL9Dpi2P0eFJUM7uzeD3xTIQ0 { width:3.125rem;height:3.125rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDUmS5lQ8ozyUAh6JLfQcvwdRePZhgyd { display:flex;width:2.125rem;height:2.125rem;top:34.3125rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D { display:block; }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBuDVZZzuHhTSpER8ZQM4iqtnLUQ7Nk7 { width:20rem;height:20.9375rem;top:10.625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #iT2G4qEnThwGv2U3vBb74CP6tnunCOQ5 { width:18.0625rem;height:20.9375rem;top:11.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4IWwLTp8okRmScsyzHpTMhpVereiWeK { width:16.8125rem;height:12.25rem;top:13.5rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGQAnhXSV8PKMWeESH2tuvmESzofSJoG { width:20rem;height:7.19925rem;top:1.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #O9svn4kAWOEn5IT1k9d3UScOEdROThwL { background-color:rgba(0,0,0,0);background-image:none;display:block; }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row .container { background-color: transparent; background-image: none; }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row .container > .video-iframe-container { display: none; }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row > .video-iframe-container { display: none; }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .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); }#O9svn4kAWOEn5IT1k9d3UScOEdROThwL > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmLN9T7RH7Ai1iQzBDleTLLwkxOgPTLi { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZAgvSkQqrO8ci6zuLiyJxq0xfnBhaO4 { width:20rem;height:3.0869125rem;top:5.72607421875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SKHkZ26UQrSZOErD2wgnET9Q7PDo4OqO { width:4.6875rem;height:3.4375rem;top:5.3125rem;left:15.3125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Uufcz3EQLqJ5dzz4DSk0o07udCyLrMbO { width:16.5625rem;height:19.86375625rem;top:9.8125rem;left:2.5625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rvKLzyF1I0HPqCN4F5QWe3wEafQ8TFw7 { display:flex;width:0.9375rem;height:0.9375rem;top:9.875rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #UfGIOewFww6ewc3yAbEZ4hvpoiWHVWeE { display:flex;width:0.9375rem;height:0.9375rem;top:26.4375rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #XKBhkey2yogPtlUayHB2bnJCPtieWoOG { display:flex;width:0.9375rem;height:0.9375rem;top:25.125rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #hyMSiLRAZxaUepDBAd9QQFdONCeItv5y { display:flex;width:0.9375rem;height:0.9375rem;top:23.9375rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #U9nrKNP9nybyJ0JoyFs6TX3DJ2PBa0EJ { display:flex;width:0.9375rem;height:0.9375rem;top:15.8125rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #KXpvaXZNouHR0PLq0Pdf7UOPQFSztyT4 { display:flex;width:0.9375rem;height:0.9375rem;top:16.75rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #W7qhJhglWT1tRIzulBbDrKTTgvkLxi6a { display:flex;width:0.9375rem;height:0.9375rem;top:21.625rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #i50s3uTXE1diiFA8Td9hAGwqA1KauEbE { display:flex;width:0.9375rem;height:0.9375rem;top:12.25rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #lDFBi88N3kgsQPKiab4xzgMPI89UviXU { width:0.1875rem;height:0.25rem;top:38.3798515625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWgWBzvaPZwmOHpXvQFcIyFMEAoLvLM5 { width:20rem;height:28.8125rem;top:30.62939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row .container { background-color: transparent; background-image: none; }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row .container > .video-iframe-container { display: none; }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row > .video-iframe-container { display: none; }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .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); }#x7TLXHOtgCCdUZoSI1QK5fosUFIEaVn1 > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rx9GPJ6c1faRGbwcgw71Zbc7bbFPuZoo { width:20rem;height:3.4375rem;top:18.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P2ovxsIvq0XquA76znU4ByRXXZeMFN0R { width:20rem;height:6.173825rem;top:23.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDNcSVFbpnvOl5vMOIqxAVxwQoTo1dCK { width:17.5rem;height:27.59325625rem;top:32.5rem;left:2.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l6MxQUWqoghVg9qzynwN2oWXllKAbWM4 { display:flex;width:0.9375rem;height:0.9375rem;top:35.0625rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #x3tSnZnJXQfbGpwrWU6nJG0IfRpIZFur { display:flex;width:0.9375rem;height:0.9375rem;top:32.5rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #itehpfqqnyOk9vW6MGRTpTverBqfloM4 { display:flex;width:0.9375rem;height:0.9375rem;top:43.4375rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #LD3aQsgiGkFptGoTZGflOGegLpVv0yTK { display:flex;width:0.9375rem;height:0.9375rem;top:36.1875rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #deOSv0aTXGGT41MMXw4b0PPms3w3JMFf { display:flex;width:0.9375rem;height:0.9375rem;top:52.875rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #aJWd4KKZc1JFxzOTH1O83roDZF2mo2Ku { display:flex;width:0.9375rem;height:0.9375rem;top:49.3125rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #Qc2gssrBDeq9UFWM09a7DTSFlJokcFJR { width:12.8125rem;height:16.3125rem;top:0rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSTzuQpePdeB6gTsozeBqsUR3haeQiNe { display:flex;width:0.9375rem;height:0.9375rem;top:38.5625rem;left:1rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #b33KBSsG3nnmpqQi41Uhn4diIxL62SwM { display:flex;width:0.9375rem;height:0.9375rem;top:41.1875rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #rFvlvAF0b5W3ThZaqcTqG6QDQnw2JqOT { display:flex;width:0.9375rem;height:0.9375rem;top:45.9521484375rem;left:1rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #TtTzMMpS0NIUWHNatnrtsIGZ9Z07OEkC { display:block; }#TtTzMMpS0NIUWHNatnrtsIGZ9Z07OEkC > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6VQBPBoK1ceZgEHsU4ax1ytof0neTPv { width:20rem;height:10.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJBkFAhRdQ9bx504a7E4s4u6N8brfw0w { width:3.125rem;height:3.25rem;top:0rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgcBTn6GCnGE0zVpTCus8EZLuhGTwbOx { width:17.875rem;height:3.8994125rem;top:7.53857421875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX6NC7P7olLIgnkG9fdsxeQKkWrMK6KR { display:flex;width:2.375rem;height:2.375rem;top:0.4375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #V0eVncmPFZRom85uTX7kDHTS4ltTBLNc { width:19.4375rem;height:3.57421875rem;top:3.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADLoc96g1C5NfM1BVyn2x4qkadRmZi6q { width:13rem;height:14rem;top:33.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlBCOAZO0y42fdwaXrSnNyo97k39KkWa { width:15.3125rem;height:12.5625rem;top:39.5625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4mFVmT3dWIIzUMULCHRi438M8G34pa { width:9.5625rem;height:14.5625rem;top:26.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdQnH5iZOtLQ7PeJRO7fPpzocw2HHq6l { width:20rem;height:10.5625rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C34RzQixUmePngw1dSLmLzZ785SHbFR5 { width:3.125rem;height:3.125rem;top:12.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyndwCnxDc8CQacu5z998hogdfvQDLza { display:flex;width:2.375rem;height:2.375rem;top:12.6875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #MnfPELCDTxSyZPhNrxiy613aVQ4XfPSF { width:20rem;height:3.8994125rem;top:15.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtypi8dGDXMqlTTk8NT6HbvTtg0yJcTl { width:20rem;height:2.5996125rem;top:20.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr { display:block; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PAfFphzcikpnpCUsuZHQNxGS2s4AaBwr { width:20rem;height:5.19921875rem;top:2.849609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8XOKpwZVB6T9tLM0Cckfp9X7OVdTF7M { width:20rem;height:1.94970625rem;top:7.69921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJRIeyChOnoM2T2MSi9atwciRTOepupC { display:block; }#oJRIeyChOnoM2T2MSi9atwciRTOepupC > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d934i6BKhvmTRqnQS7n9pcayz2CrUOC6 { width:14.5625rem;height:1.625rem;top:5.1875rem;left:1.7392578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeWTgMaSi7DULokDI2PX2Bu9mel7iWXw { width:16.8125rem;height:3.65625rem;top:7.53125rem;left:1.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsr0Xn5uxt9G4hydBaPqXJ7bGZW6qElI { width:18.25rem;height:10.625rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhDI18l3sLpsbSMbgDzqc54wSQitq76b { display:flex;width:2.5rem;height:2.5rem;top:2.0625rem;left:1.5517578125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #MOFyXw7L1svz6UCLbD2t90KQvibH6Hk8 { width:18.25rem;height:10.625rem;top:13.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiFTayu5s1gwElyTNa3u2i59I6zpbTfn { display:flex;width:3.125rem;height:3.125rem;top:13.625rem;left:1.7392578125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #aSLpMvsSrLHKEMdKlTeHguPopwP8hW2l { width:14.5625rem;height:1.625rem;top:16.75rem;left:1.7392578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #afsIWPHgWnSn6glyk9qSlz78drUsQ0KT { width:15.125rem;height:2.5996125rem;top:18.9375rem;left:1.8330078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT4OIeug30hEnQmPmHAGTfLhVRGATZ7K { display:block; }#nT4OIeug30hEnQmPmHAGTfLhVRGATZ7K > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9yFWsNlkK38WERgg30LaOnayAHLnlng { width:18.25rem;height:11.125rem;top:11.5625rem;left:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #KLWR2xzgONC45X1AEHKpq6TuM5mMU4gg { display:flex;width:2.5rem;height:2.5rem;top:1.84375rem;left:2rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #GdCDvNp9P040fIay2CvJIcPymorFvyFH { width:14.5625rem;height:1.625rem;top:4.8125rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEXoTxz4oDUx0TeQpOiMZppIOKEoyHx2 { width:16rem;height:1.21875rem;top:7.15625rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5ZkWWs1XStfloZAoUfAHQhSdDh33REb { width:18.25rem;height:8rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6069v1L84Qa3HmOe1v8it5APTxFITOc { width:14.5625rem;height:1.625rem;top:15.5625rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJz6Fimp2sklLIp8lht4sCN6t7VSZLx8 { width:16.375rem;height:3.65625rem;top:17.4375rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOE4gVDTnQi6MFV5KkFvlh8gNu0qFHAo { display:flex;width:3.125rem;height:3.125rem;top:12.4375rem;left:1.6875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QUet5qpO1k96IdwtNs2BLkHoM4eDIExT { display:block; }#QUet5qpO1k96IdwtNs2BLkHoM4eDIExT > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { width:18.25rem;height:14.6875rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0s3QIRwtqCduOTmrEyBU7HXPDuEaQ2f { width:14.5625rem;height:1.625rem;top:5.75rem;left:2.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciUHFeNLzHTqu1lb3JTAQBF9lTDHh4f3 { display:flex;width:3.125rem;height:3.125rem;top:1.8125rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #uUVFZB3yboy9kiwRnSEDLLll5pttTLzZ { width:16.5rem;height:6.9043rem;top:8.25rem;left:1.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKH6ofHDRE06V9tgV2uQ1Gqtu0OIZfzE { width:18.25rem;height:12.875rem;top:17.5293125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPv0ZzvtKWTu3Maf7nNbpUnBT1S8qRFy { display:flex;width:2.5rem;height:2.5rem;top:18.466796875rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #wEHwtlJaCVP9Tok8mZ2g7LynFeDiyWzv { width:17.25rem;height:1.625rem;top:20.966796875rem;left:1.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xqQMfx5kq7hdP7axhpJXdogOC3TMsiHs { width:16.125rem;height:1.21875rem;top:25.5293125rem;left:2.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dy6CQFX7umdaiOX7lGOloH8awqkUCqyy { width:16.6875rem;height:6.9043125rem;top:22.841796875rem;left:1.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CsP9C8gO9NH2hecKg7C1TutVJMk9bq8x { display:block; }#CsP9C8gO9NH2hecKg7C1TutVJMk9bq8x > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAEZTsqgy4NosPO387sJBR3F016GJaGp { width:18.25rem;height:15rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QItvADN0Eh1xDt3NDFWPHElIG38p938l { width:18.25rem;height:14.6875rem;top:17.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g33IieD1ZQC9AOChphW6mfOG0RyiBNZI { display:flex;width:3.125rem;height:3.125rem;top:2.0625rem;left:8.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #NJpZFZbDwHW8nV0cT4uBWvl62dza9GTb { width:18.8125rem;height:1.4624rem;top:5.8310546875rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4M72EbzxlsVE9b8r2Q6bhqyeowm6UHh { width:16.625rem;height:7.3125rem;top:8.1875rem;left:1.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCvymZuXTqyDGl69EyPMFrod42HNxBFp { display:flex;width:3.125rem;height:3.125rem;top:18.875rem;left:8.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Tm5ZHhqihtRzOsaDE3xJToXsqcOEUufJ { width:18.0625rem;height:1.625rem;top:22.75rem;left:0.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GhBznpU0TKgOJptFbKchy3AGnw5kPZTh { width:18.0625rem;height:6.09375rem;top:25.25rem;left:0.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D1vcrhkUUDtAAvwwhWvfetmEweOTI5qk { display:block; }#D1vcrhkUUDtAAvwwhWvfetmEweOTI5qk > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSrIRoA4yHxHnLgvyEsd7yECFIdVQGc4 { width:20rem;height:32.75rem;top:0.5rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #H0eJUH3pNOs91utAHaHmrSaGAfQJcRJ2 { width:18rem;height:4.94970625rem;top:2.3759765625rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #MqIqmNwIeXl68TQMVWGbITo8f65Xpbmt { width:18.0625rem;height:20.125rem;top:13.9375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsITT4oKmCOHaEkAgLTLT7f6ZpA44itS { width:15.25rem;height:3.4375rem;top:25.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l23LSbnDx9Zz4HmdgvCIGze0GCU0CT4Z { display:block; }
 }@media only screen and (max-width: 763px) { #Fd1zPsNb59hwRv9g6HbpEShO0XqQ4ZpQ { width:0.125rem;height:12.5rem;top:31rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #caBo6nCwQ7ZT1DOZQ8TaB9yZDIugH6F4 { width:16.6875rem;height:3.8125rem;top:11.1875rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvv1PIZavdeMU4TXy6l0VJIp4mIdn9XS { width:16.3125rem;height:1.7871125rem;top:12.21240234375rem;left:1.84375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG .widget-text.counter-number { padding-top:0.370625rem;padding-right:0.34125rem;padding-bottom:0.370625rem;padding-left:0.34125rem;width:2.045625rem;min-width:2.045625rem;height:1.994375rem;font-size:1.484375rem;line-height:31.91px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.231875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.728125rem;height:0.7875rem;font-size:0.556875rem;line-height:12.6px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG { display:flex;width:14.9375rem;height:3.755rem;top:18.53125rem;left:2.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #EomHUaodPuI5NxybPzTnJHqAbC4iggE5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #QfpvDL8ruGhEDRHrzKQlbldLHRihT9MN {  }
 }@media only screen and (max-width: 763px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #gA6NJBT9JmEUiNov21o2ypkdoOMeC7sf {  }
 }@media only screen and (max-width: 763px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #idaT5Ca3tZaZCQC1tqGCLNOILJN2UIJO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #wwsDerDUMUepZkapezx4y500gFSXFDQi {  }
 }@media only screen and (max-width: 763px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #MCgqGPgu5JWlUrSBJU2N7CxzPzIISGJP {  }
 }@media only screen and (max-width: 763px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #Kmr2pNzW1MJPIoDaAqZBpMgWtCJwTCrB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #J9lqcxOw2EyfuCKS7ttbCT7wVUp8AzPb {  }
 }@media only screen and (max-width: 763px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #DEyu6SX2rooxNIVnOd9fqG6EtCXK0J3H {  }
 }@media only screen and (max-width: 763px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #CGNt5XJGCdmziPqkttxEOXaUXh5DHZfP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #EC4sbGMcvERG1DFAUAETF6shnBzGee2q {  }
 }@media only screen and (max-width: 763px) { #e9F3B0ueHQLuEzC9eRqbtdLaumLsVKKG #lIt1JXVis3zMT2JWmZMsovFkxaumqnkH {  }
 }@media only screen and (max-width: 763px) { #KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM { display:block; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBZQQQeN0WkrpFCSG1KgA47yfn2qEtVA { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 { display:block; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { width:20rem;height:84.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTvlxxungkyr0AclLynMZvsxAAUzL4Ec { width:14.625rem;height:5.19921875rem;top:1.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpNVd9JMr4ERiyWiLEFqOyiilERuZQDT { width:15.625rem;height:6.9043125rem;top:26.13671875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRaW3EUcU6k5waTMpOhbOZkLicmtW0sa { display:flex;width:1.875rem;height:1.875rem;top:24.26171875rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #lAIdrq2v6Uol2ycMnyLSz2EUAKfk4RDe { display:flex;width:1.875rem;height:1.875rem;top:53.375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #eiMuE2viuvbopxTw91ng9Uw3tbow2Z6u { display:flex;width:3.125rem;height:3.125rem;top:7.5625rem;left:6.375rem; }
 }@media only screen and (max-width: 763px) { #f2OTeLPHwkAk1Ig9tZssaLgVnkPXqnKw { display:flex;width:3.125rem;height:3.125rem;top:7.5625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #Io7CnkvIv8bq7SpgktyNASWqvT6spHyc { width:15.625rem;height:4.142575rem;top:55.1875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMU0EAOogkaJv6kLApqSlU6pb905TtNV { width:15.625rem;height:6.9043125rem;top:44.51318359375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFPPVIqu1GMBievQGBI8kThmTnIxOvJV { width:15.625rem;height:6.9043125rem;top:62.6875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsMmkeafDX4kVvWLFT9zX9XUP5SbkDup { display:flex;width:1.875rem;height:1.875rem;top:41.82568359375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #UUrFvUHrClAFUfTftMHfAD1rO1Sr3cLL { display:flex;width:1.875rem;height:1.875rem;top:34.1533203125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #eOgmRSiqTWtoH26sP4FoIxCcTM13NCW6 { width:9.9375rem;height:10.0625rem;top:11.88671875rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1gc5PBncahs0eMDFmT8G9TWXM7obZqu { width:15.625rem;height:4.142575rem;top:37.01123046875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldFZ2uwdhOmy6I0pUZ151a8z3dxENiJK { display:flex;width:1.875rem;height:1.875rem;top:60.8125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #IVN85szElLkI62tZQ5hookbqBbHpJSJV { width:15.625rem;height:6.9043125rem;top:74.6875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icnuk93OdbBaNzSmSURBQSAo27d29SB0 { display:flex;width:1.875rem;height:1.875rem;top:71.5625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #OgmF1FX1XeNZoF15GDkOiCe0fvRGQ72S { display:block; }#OgmF1FX1XeNZoF15GDkOiCe0fvRGQ72S > .row .container { width:20rem;height:75.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPdBK6GgMrLiPT23UfJn8NfDe85dlGJ7 { width:20rem;height:2.4rem;top:1.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #oxbfPyV7wPQQgvLvDn5ZTg7cMpLOuimk { width:10rem;height:0.0625rem;top:5.5875015258789rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsN8f0fzQ9FkqQcSDVTimfnzmMCxsSK9 { width:19.75rem;height:10rem;top:9.2749938964844rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHGD4P12MPXCBRktCWT3s5wZxywBAK8n { display:flex;width:2.3125rem;height:2.3125rem;top:20.8125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #dPvXDWfZ3wuWS7TsUKC9rgXtbm746Ggz { width:3.125rem;height:3.125rem;top:7.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhD0eIl8uK9mi1NZXbprAH6fzm7Xs8AT { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vihTQbdvfgIsZUTJeUMWkXXUDw8o50aU { width:17.875rem;height:2.6rem;top:14.612499237061rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfKmTyvaaOXb5AQLSKxzK1X5xzkX5lml { width:19.75rem;height:10rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0piTr2ZKca0EBPftAhbwfcp4GlLealn { width:17.875rem;height:1.29980625rem;top:27.375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TefTT7rVc7TegpxwT5QcUHHTCqlLN9f2 { width:3.125rem;height:3.125rem;top:20.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZBSNByzk3ZTXuCP1TFMdMCoIAJCrEP1 { display:flex;width:2.375rem;height:2.375rem;top:8.0625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #basHSJJkL44bxgOAmaFAaIUR1ayvC1XU { width:3.125rem;height:3.125rem;top:32.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypkSi9CNJh8kzAv9uNoixKQL7pht0Ts0 { display:flex;width:2.3125rem;height:2.3125rem;top:33.4375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #nziuLvnXmgkOtUAgETLde0wlUxOuzns8 { width:19.4375rem;height:1.7875rem;top:11.987499237061rem;left:0.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rznatquvUda86hznBOklIfLEASSfi0SF { width:19.4375rem;height:1.7875rem;top:24.6875rem;left:0.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Ew3xmf3v2lHePa7ogcqz3hGvqWTlXy { width:11.5625rem;height:8.625rem;top:46.125rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IIR7qJPKaGcUTQfGofq5irQ5A46hJWCc { width:17.5rem;height:8.9375rem;top:34.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEHIbzD0Gx8TA3mToaoQ9xypMKT0HxHT { width:17.625rem;height:2.03125rem;top:37.5rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REdbhKcDCu5eHWwchWf1XEKxdH7bqNBD { width:14.9375rem;height:1.625rem;top:40.5rem;left:2.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGdlTbzS7pucxiKyWTnG3JPCt2D6bDGG { width:17.5rem;height:10.9375rem;top:47rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh1061wycVRhLmt9xT9D4MMWWJZF1F0K { width:17.5rem;height:10.9375rem;top:62.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgnZq3mDcJ1So06tdniKJOwE4cJI0GKQ { width:15.9375rem;height:5.8496125rem;top:51.625rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvwKFLJ7R031h1hR3l7f0JKTTAuzivU5 { width:14.9375rem;height:3.25rem;top:67.8125rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAyTP56INPwdWwZpT2fV1fK3LUK2MSUn { width:17.625rem;height:2.03125rem;top:49.1875rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utGveaPCwzIFXzABbzf6V0M9qLCR8cVd { width:17.625rem;height:2.03125rem;top:64.8125rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCEmey4RtZGcXeKgBN73GQAQ5XbhWZDe { width:3.125rem;height:3.125rem;top:45.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUyTBGLC7aCMafqy6rElalrNx7OT2U35 { width:3.125rem;height:3.125rem;top:61.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWEQsNf5TtagCE0UlwDAaP2IO6TlS22C { display:flex;width:2.3125rem;height:2.3125rem;top:46rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #cxK5Oz5zkmSyaqVVxtbTTI8TnVx3PEtZ { display:flex;width:2.3125rem;height:2.3125rem;top:61.34375rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #LsTSm746q8UVCMhfQGTX73L1gshFzPNR { display:block; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jd7V6PED1qh2oUQ9fAKJgyT5IdUITO9o { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSXVGuxvLrTO8O9zTL3slBtZMEipNI7E { display:block; }#sSXVGuxvLrTO8O9zTL3slBtZMEipNI7E > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiEbQtvmRuP9lv2MCThLeNwC30xKtFTP { width:14.375rem;height:0;top:1.25rem;left:2.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pVHNQcxxOm2E4nNownhFqUg4u1JwFkuT { width:3.1875rem;height:3.1875rem;top:31.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO2ZayavfHE6vGW2tBFeOw9wf8rtFrq6 { display:flex;width:2.25rem;height:2.25rem;top:32.125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #QMI7Xy34ZaSreNoLigfzQkGoMQSaKJUO { width:3.1875rem;height:3.1875rem;top:25.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3tLkVXvTiOwRKOWTaLbblMFtnS7sW0Q { display:flex;width:2.25rem;height:2.25rem;top:25.6875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #kB3U3znaEK6l7B9A9pCshmJ8N71gzM6k { width:3.1875rem;height:3.1875rem;top:50.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkKWXm5ufmDEd4M6ZNiZrG37BNbA4J8q { width:12.5625rem;height:2.79980625rem;top:27.4375rem;left:4.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PnRgu84H2SwIXpzhyLgUbDntgpVP4BBp { display:flex;width:2.25rem;height:2.25rem;top:50.6875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #hF9rh7s1k6SW8KgdAvvOuxxHWEi8ATTq { width:13.3125rem;height:20rem;top:2.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWp65zaldLbc6xTdpWVBO0CraI3tepGw { width:14.5625rem;height:33.4375rem;top:26.6875rem;left:2.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #h9JDGNwSDXTWmcrsKNq19Q1SUi9DTRuw { width:11.3125rem;height:1.79980625rem;top:25.6875rem;left:4.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lWu7KZe5HqXCni9woLxwhH8vbJrTeM2P { width:9.8125rem;height:1.79980625rem;top:31.6875rem;left:4.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ibPTaOTBTzTf3OFfUZuXe7TdGTDRdr3a { width:13.6875rem;height:2.79980625rem;top:33.5rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zXyoWM0pKPKTcTArx8uXdv5oVXzq1Anc { width:13.8125rem;height:1.79980625rem;top:37.875rem;left:5.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TABX1xOBWiFtWNALHAcSz1JepcVtfEm9 { width:13.5625rem;height:4.19970625rem;top:39.6875rem;left:5.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KhuS8ETOvTfDuEzuqIrueCQ1ENDvBrOD { width:13.6875rem;height:1.79980625rem;top:44.875rem;left:5.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rzokk8wZlW2GvwXA3SEcnLt39CMoVl7d { width:13.75rem;height:2.79980625rem;top:46.6875rem;left:5.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d9gmynF99bs5UEIBM6sFNP7VLN0o31NR { width:13.5rem;height:2.79980625rem;top:53.25rem;left:5.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cNFTKkBJZHQbXbyGzgZlST8MvA9q9n3l { width:13.5625rem;height:1.79980625rem;top:51rem;left:5.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QfrqrTItQlZpDxViZSRfs9eAKRaVPHyA { width:3.1875rem;height:3.1875rem;top:37.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahFKsQUAwfsddTBeuodhRBFJ23kiHJU5 { display:flex;width:2.25rem;height:2.25rem;top:37.875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #wJDGRZ2aAGcIGB8vOvtn0zdgv7CrLiXn { width:3.1875rem;height:3.1875rem;top:44.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaXQkJge9xuBiakKcN6Jg6GOttmbrXRn { display:flex;width:2.25rem;height:2.25rem;top:44.625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #yHdFLG4QoH1OgCg8HO5EwnS0LgTWcEth { display:block; }#yHdFLG4QoH1OgCg8HO5EwnS0LgTWcEth > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { background-color: transparent; background-image: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container > .video-iframe-container { display: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container { display: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .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); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { border-width: 0; border-radius: 0; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { width:20rem;height:64.60546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tkk3XcI0mzNGrvhhJrV3d8WIX3iB9WJ7 { width:19.3125rem;height:48.0625rem;top:7.51171875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRJnSg4Q8E0DvOCO05sbJBlgfE9merTN { width:17.6875rem;height:3.8994125rem;top:12.01171875rem;left:1.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJBnFCKztKtxoUNU6WSSaSRR2CTv5Tuo { width:15.1875rem;height:25.195325rem;top:20.4814453125rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWablmMIt2rC8KuLL33AQlFTcTFMTqBp { display:flex;width:1.875rem;height:1.875rem;top:20.5rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #HwWbtNQpWo4063VmmtHOUitUNcpa5Uzh { width:12.5rem;height:3.25rem;top:49.07421875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L67OWJlBI7WCrn03CgsTDxzFc1xrCbTB { display:block; }
 }@media only screen and (max-width: 763px) { #JU3S7RhyOD8Rc1bwt8UeBm5KKwPtwmCo { width:18.4375rem;height:46.75rem;top:8.26171875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtg4kSiU6TyziZxT8TVy86N8LvhLV5mT { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W70CXyWT4i2d0NpOMJUCC3tVZDmMHAyo { display:flex;width:1.875rem;height:1.875rem;top:22.375rem;left:1.15625rem; }
 }@media only screen and (max-width: 763px) { #UlUInaXBGfeBlFARFteCcbG3U2UrfD4g { display:flex;width:1.875rem;height:1.875rem;top:24.25rem;left:1.15625rem; }
 }@media only screen and (max-width: 763px) { #H9OsvWiD31deU2FPalNbg8XtxxOQCn3J { display:flex;width:1.875rem;height:1.875rem;top:30.5rem;left:1.15625rem; }
 }@media only screen and (max-width: 763px) { #i8qm04R2qm4BdHJ7ksL2fBmfuhmc3mOs { display:flex;width:1.875rem;height:1.875rem;top:34.8125rem;left:1.15625rem; }
 }@media only screen and (max-width: 763px) { #NwyZSbyfiBFfTxVM1rrscb92braqchZP { display:flex;width:1.875rem;height:1.875rem;top:38.88671875rem;left:1.15625rem; }
 }@media only screen and (max-width: 763px) { #mPNkLtsCqWrHWPE4BzmNBhhZBpnHVpXp { display:flex;width:1.875rem;height:1.875rem;top:42.19921875rem;left:1.15625rem; }
 }@media only screen and (max-width: 763px) { #bIoMcauUNMsQpML4RL4aapenpRvb6BEs { width:20rem;height:0;top:56.82421875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brqUfQv2TqcCoTwylTHgXV8bdniEJieo { width:20rem;height:0;top:61.32421875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { display:block; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDteoGrWnLFe3ROgrzt03Wxk6Eaibed7 { width:20rem;height:0.89355625rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }