.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWdCLl7k4wGbOcnEheisdr0qSr7QShw3 { 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;z-index:auto;display:block; }#TWdCLl7k4wGbOcnEheisdr0qSr7QShw3 > .row .container { background-color: transparent; background-image: none; }#TWdCLl7k4wGbOcnEheisdr0qSr7QShw3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWdCLl7k4wGbOcnEheisdr0qSr7QShw3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWdCLl7k4wGbOcnEheisdr0qSr7QShw3 > .row .container > .video-iframe-container { display: none; }#TWdCLl7k4wGbOcnEheisdr0qSr7QShw3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWdCLl7k4wGbOcnEheisdr0qSr7QShw3 > .row > .video-iframe-container { display: none; }#TWdCLl7k4wGbOcnEheisdr0qSr7QShw3 > .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); }#TWdCLl7k4wGbOcnEheisdr0qSr7QShw3 > .row .container { border-width: 0; border-radius: 0; }#TWdCLl7k4wGbOcnEheisdr0qSr7QShw3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWdCLl7k4wGbOcnEheisdr0qSr7QShw3 > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#GouqsKQI7aMdMHDzO00SNlE9i4paIceu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.25rem;left:39.6875rem;display:block; }
#JGTHAAIDKrnoVkxXRPLsBfPgwmbXETs1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OChaVcNR9wlQoOOONhRvbmtxmPVQeErw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.25rem;left:45.6875rem;display:block; }
#nVqUBgLabVg3RQBs0ly8FdWNa10VamXa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U8oVkP0KPopVSxLVw9kvok39F0TaTLBy { background-color:#c02222;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;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.3125rem;left:62.75rem;display:block; }
#oIDHXTtTxFd2TUT3vXlBQnTlyZ7zU1XJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IMnZsJcPpXB7N9nGBGgt3Fg9CU5PXTmt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:13.9375rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#boiaUFrOwlLeBWBUQ3pSe6nAbUNwM9cS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:2.34375rem;left:73rem; }
#boiaUFrOwlLeBWBUQ3pSe6nAbUNwM9cS > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#vnDczr0UCMwoKenkShOpS00IFEh67ztD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.25rem;left:33.25rem;display:block; }
#tEOlx6mP0emOXlOrTIE8nFzq8ycSG69W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FrwH0aSdxTTkD524r1Lu1unA6wCNreTM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.25rem;left:53.9375rem;display:block; }
#etwISyruyuBPwKiT0wprkm3T8DfmFhK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n4298ffcc96a74743ec104c6ec7828c9 { position:relative;display:none; }#n4298ffcc96a74743ec104c6ec7828c9 { border-width: 0; border-radius: 0; }#n4298ffcc96a74743ec104c6ec7828c9 > .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; }#n4298ffcc96a74743ec104c6ec7828c9 > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Z8cf66b104bd0d16055ae42886bb616a { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:13.9375rem;top:1.5625rem;left:0rem;overflow:hidden;display:none; }
#v24d75106cbb002c6edfbd04b1a24613 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.25rem;left:40.625rem;display:none; }
#Z0f661006d970e3a8351f38d4bca9fc8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#abba4b06f6cc1da8c67466ceb392468e { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.25rem;left:47.0625rem;display:none; }
#m4e94fd47b6f03cb9e32134211e47cb3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bc437c0417dde213aca12b2b26d59eb4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.25rem;left:54.25rem;display:none; }
#df0b72ea5baeae3cd1f9abdf6de974c5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k5b19995c45f103cfed171c17421c27f { 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:15000;opacity:1;display:none; }
#Oa5c2492d4766b936f8cb6ebf4bb8ef0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#c02222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.25rem;left:54.25rem;display:none; }
#R24b6d1c28f057641da1ab02fcff10a5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s3fe2338e5ab28617dc1f1f893a918f6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:11.8056640625rem;left:64.5rem;display:none; }
#s3fe2338e5ab28617dc1f1f893a918f6 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { position:relative;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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:87.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:54.3125rem;left:43.9375rem;display:none; }
#Xe7FRmLy0harUirvl0t11AdG9qFyLChH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.125rem;top:11.25rem;left:9.0625rem;overflow:hidden;display:block; }
#rUwzfQTAmpeVxfFm7qQ3axTIsGP27vGP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:4.5625rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:12.8125rem;left:31.25rem;height:11.8613125rem;display:block; }
#t5QN1nlzWySTzeP4JmNqCWMtBQtshKXX { color:#000000;display:block;width:70.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:37.625rem;left:2.28125rem;height:47.83203125rem;display:block; }
#Bd38e04d58fa3ea3a2f5892246c8f133 { border-top:0.3125rem solid #000000;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; }#Bd38e04d58fa3ea3a2f5892246c8f133 > .row .container { background-color: transparent; background-image: none; }#Bd38e04d58fa3ea3a2f5892246c8f133::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bd38e04d58fa3ea3a2f5892246c8f133 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bd38e04d58fa3ea3a2f5892246c8f133 > .row .container > .video-iframe-container { display: none; }#Bd38e04d58fa3ea3a2f5892246c8f133 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bd38e04d58fa3ea3a2f5892246c8f133 > .row > .video-iframe-container { display: none; }#Bd38e04d58fa3ea3a2f5892246c8f133 > .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); }#Bd38e04d58fa3ea3a2f5892246c8f133 > .row .container { border-width: 0; border-radius: 0; }#Bd38e04d58fa3ea3a2f5892246c8f133 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bd38e04d58fa3ea3a2f5892246c8f133 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#fccebd0992fe298550fa5d0618c470ee { color:#2b2a29;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.3125rem;left:7.5rem;height:4.19921875rem;font-style:normal;display:block; }
#Ta7d217e1b0eb89be9f8ea004a2ba960 { color:#2b2a29;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.03125rem;left:60.1875rem;height:3.6738375rem;font-style:normal;display:block; }
#q5433f2aba2596f2cec5f53f4195e372 { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11rem;left:31.875rem;display:block; }
#f6ea8b93abba20f6c1c5c2770939d057 { color:#2b2a29;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.125rem;left:49.75rem;height:1.2246125rem;font-style:normal;display:block; }
#l1b0574f5b735d0c81d172d3e0c41012 { color:#2b2a29;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:35rem;height:1.2246125rem;font-style:normal;display:block; }
#X72baff7ea34aa4c433003eb76464b1f { color:#2b2a29;display:block;width:4.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.0625rem;left:59rem;height:1.04980625rem;font-style:normal;display:block; }
#Xf580fbd5bccebe4a1f5975b39893c4f { color:#2b2a29;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.04980625rem;font-style:normal;display:block; }
#O20001bd35972ee19598c03248a4a98b { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11rem;left:7.5rem;display:block; }
#acf7cbd98a38596b9746480bd8113b84 { 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:15025;top:5.9560546875rem;left:33rem; }
#pe11f083a797b45cddaba69471042d92 { 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:15024;top:6rem;left:47.8125rem; }
#a5291b2f422d0e804bb3e4a6e3c8dbab { 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:15025;top:5.849609375rem;left:58.125rem; }
#a644af4eb179540a8069346ecb834ec0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:11.8056640625rem;left:64.5rem; }
#a644af4eb179540a8069346ecb834ec0 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#fc0e24e71b81315e7083124e4c3d11dc { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:9.375rem;top:2.6123046875rem;left:7.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TWdCLl7k4wGbOcnEheisdr0qSr7QShw3 { display:block; }#TWdCLl7k4wGbOcnEheisdr0qSr7QShw3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GouqsKQI7aMdMHDzO00SNlE9i4paIceu { width:6.5rem;height:2.1875rem;top:2.25rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGTHAAIDKrnoVkxXRPLsBfPgwmbXETs1 { display:block; }
 }@media only screen and (max-width: 763px) { #OChaVcNR9wlQoOOONhRvbmtxmPVQeErw { width:7rem;height:2.1875rem;top:2.25rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVqUBgLabVg3RQBs0ly8FdWNa10VamXa { display:block; }
 }@media only screen and (max-width: 763px) { #U8oVkP0KPopVSxLVw9kvok39F0TaTLBy { width:8.6875rem;height:2.125rem;top:2.3125rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIDHXTtTxFd2TUT3vXlBQnTlyZ7zU1XJ { display:block; }
 }@media only screen and (max-width: 763px) { #IMnZsJcPpXB7N9nGBGgt3Fg9CU5PXTmt { width:13.9375rem;height:3.5625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #boiaUFrOwlLeBWBUQ3pSe6nAbUNwM9cS { top:2.3125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#boiaUFrOwlLeBWBUQ3pSe6nAbUNwM9cS > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #vnDczr0UCMwoKenkShOpS00IFEh67ztD { width:6.5rem;height:2.1875rem;top:2.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEOlx6mP0emOXlOrTIE8nFzq8ycSG69W { display:block; }
 }@media only screen and (max-width: 763px) { #FrwH0aSdxTTkD524r1Lu1unA6wCNreTM { width:6.5rem;height:2.1875rem;top:2.25rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etwISyruyuBPwKiT0wprkm3T8DfmFhK2 { display:block; }
 }@media only screen and (max-width: 763px) { #n4298ffcc96a74743ec104c6ec7828c9 { display:none; }#n4298ffcc96a74743ec104c6ec7828c9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z8cf66b104bd0d16055ae42886bb616a { width:13.9375rem;height:3.5625rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v24d75106cbb002c6edfbd04b1a24613 { width:6.5rem;height:2.1875rem;top:2.25rem;left:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0f661006d970e3a8351f38d4bca9fc8 { display:block; }
 }@media only screen and (max-width: 763px) { #abba4b06f6cc1da8c67466ceb392468e { width:6.5rem;height:2.1875rem;top:2.25rem;left:33.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4e94fd47b6f03cb9e32134211e47cb3 { display:block; }
 }@media only screen and (max-width: 763px) { #bc437c0417dde213aca12b2b26d59eb4 { width:6.5rem;height:2.1875rem;top:2.25rem;left:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #df0b72ea5baeae3cd1f9abdf6de974c5 { display:block; }
 }@media only screen and (max-width: 763px) { #k5b19995c45f103cfed171c17421c27f { display:none; }
 }@media only screen and (max-width: 763px) { #Oa5c2492d4766b936f8cb6ebf4bb8ef0 { width:6.5rem;height:2.1875rem;top:2.25rem;left:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R24b6d1c28f057641da1ab02fcff10a5 { display:block; }
 }@media only screen and (max-width: 763px) { #s3fe2338e5ab28617dc1f1f893a918f6 { top:11.75rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:none; }
#s3fe2338e5ab28617dc1f1f893a918f6 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { top:54.25rem;left:30.3125rem;width:14.0625rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xe7FRmLy0harUirvl0t11AdG9qFyLChH { top:11.25rem;left:0rem;width:13.125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUwzfQTAmpeVxfFm7qQ3axTIsGP27vGP { top:12.8125rem;left:17.625rem;width:12.5rem;height:12.125rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5QN1nlzWySTzeP4JmNqCWMtBQtshKXX { top:37.625rem;left:0rem;width:47.75rem;height:47.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd38e04d58fa3ea3a2f5892246c8f133 { display:block; }#Bd38e04d58fa3ea3a2f5892246c8f133 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fccebd0992fe298550fa5d0618c470ee { top:6.3125rem;left:0rem;width:19.875rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta7d217e1b0eb89be9f8ea004a2ba960 { top:6rem;left:40.4375rem;width:7.3125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5433f2aba2596f2cec5f53f4195e372 { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6ea8b93abba20f6c1c5c2770939d057 { top:6.125rem;left:36.125rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1b0574f5b735d0c81d172d3e0c41012 { top:6.0625rem;left:21.375rem;width:11.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X72baff7ea34aa4c433003eb76464b1f { top:13.0625rem;left:35.9375rem;width:4.625rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf580fbd5bccebe4a1f5975b39893c4f { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O20001bd35972ee19598c03248a4a98b { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acf7cbd98a38596b9746480bd8113b84 { top:5.9375rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe11f083a797b45cddaba69471042d92 { top:6rem;left:34.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5291b2f422d0e804bb3e4a6e3c8dbab { top:5.8125rem;left:44.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a644af4eb179540a8069346ecb834ec0 { top:11.75rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
#a644af4eb179540a8069346ecb834ec0 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #fc0e24e71b81315e7083124e4c3d11dc { top:2.5625rem;left:0rem;width:9.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TWdCLl7k4wGbOcnEheisdr0qSr7QShw3 { position:relative;z-index:auto;display:block; }#TWdCLl7k4wGbOcnEheisdr0qSr7QShw3 > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GouqsKQI7aMdMHDzO00SNlE9i4paIceu { width:3.9375rem;height:2.1875rem;top:9.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGTHAAIDKrnoVkxXRPLsBfPgwmbXETs1 { display:block; }
 }@media only screen and (max-width: 763px) { #OChaVcNR9wlQoOOONhRvbmtxmPVQeErw { width:7.5rem;height:2.1875rem;top:12.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVqUBgLabVg3RQBs0ly8FdWNa10VamXa { display:block; }
 }@media only screen and (max-width: 763px) { #U8oVkP0KPopVSxLVw9kvok39F0TaTLBy { width:8.6875rem;height:2.125rem;top:19.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIDHXTtTxFd2TUT3vXlBQnTlyZ7zU1XJ { display:block; }
 }@media only screen and (max-width: 763px) { #IMnZsJcPpXB7N9nGBGgt3Fg9CU5PXTmt { width:12.75rem;height:3.5rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boiaUFrOwlLeBWBUQ3pSe6nAbUNwM9cS { width:2rem;height:2rem;top:23.125rem;left:9rem;display:block; }
#boiaUFrOwlLeBWBUQ3pSe6nAbUNwM9cS > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #vnDczr0UCMwoKenkShOpS00IFEh67ztD { width:6.5rem;height:2.1875rem;top:6rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEOlx6mP0emOXlOrTIE8nFzq8ycSG69W { display:block; }
 }@media only screen and (max-width: 763px) { #FrwH0aSdxTTkD524r1Lu1unA6wCNreTM { width:6.5rem;height:2.1875rem;top:16.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #etwISyruyuBPwKiT0wprkm3T8DfmFhK2 { display:block; }
 }@media only screen and (max-width: 763px) { #n4298ffcc96a74743ec104c6ec7828c9 { position:relative;z-index:auto;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:none; }#n4298ffcc96a74743ec104c6ec7828c9 > .row .container { border-width: 0; border-radius: 0; }#n4298ffcc96a74743ec104c6ec7828c9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n4298ffcc96a74743ec104c6ec7828c9 > .row .container { width:20rem;height:22.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z8cf66b104bd0d16055ae42886bb616a { width:12rem;height:3rem;top:1.25rem;left:4rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #v24d75106cbb002c6edfbd04b1a24613 { width:6.5rem;height:2.1875rem;top:15.8125rem;left:6.75rem;text-align:right;text-align-last:right;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Z0f661006d970e3a8351f38d4bca9fc8 { display:block; }
 }@media only screen and (max-width: 763px) { #abba4b06f6cc1da8c67466ceb392468e { width:3.9375rem;height:2.1875rem;top:12.375rem;left:8rem;text-align:right;text-align-last:right;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #m4e94fd47b6f03cb9e32134211e47cb3 { display:block; }
 }@media only screen and (max-width: 763px) { #bc437c0417dde213aca12b2b26d59eb4 { width:5.375rem;height:2.1875rem;top:8.9375rem;left:7.3125rem;text-align:right;text-align-last:right;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #df0b72ea5baeae3cd1f9abdf6de974c5 { display:block; }
 }@media only screen and (max-width: 763px) { #k5b19995c45f103cfed171c17421c27f { display:flex;top:-0.3125rem;left:4rem;width:3.125rem;height:3.125rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #Oa5c2492d4766b936f8cb6ebf4bb8ef0 { width:5.375rem;height:2.1875rem;top:5.5rem;left:7.3125rem;z-index:15010;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #R24b6d1c28f057641da1ab02fcff10a5 { display:block; }
 }@media only screen and (max-width: 763px) { #s3fe2338e5ab28617dc1f1f893a918f6 { width:1.875rem;height:1.875rem;top:19.25rem;left:9.0625rem;z-index:15032;display:block; }
#s3fe2338e5ab28617dc1f1f893a918f6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { 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; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:20rem;height:107.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { width:8.6875rem;height:9.125rem;top:107.50727844238rem;left:9.8125rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #Xe7FRmLy0harUirvl0t11AdG9qFyLChH { width:13.125rem;height:15.25rem;top:1.25rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUwzfQTAmpeVxfFm7qQ3axTIsGP27vGP { width:12.5rem;height:5.19921875rem;top:1.25rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5QN1nlzWySTzeP4JmNqCWMtBQtshKXX { width:20rem;height:98.75015625rem;top:7.69921875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bd38e04d58fa3ea3a2f5892246c8f133 { display:block; }#Bd38e04d58fa3ea3a2f5892246c8f133 > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fccebd0992fe298550fa5d0618c470ee { width:14.625rem;height:7.347625rem;top:7.36230625rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ta7d217e1b0eb89be9f8ea004a2ba960 { width:13.75rem;height:4.1982375rem;top:29.69336875rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q5433f2aba2596f2cec5f53f4195e372 { width:18.75rem;height:0.0625rem;top:36.45313125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6ea8b93abba20f6c1c5c2770939d057 { width:9.875rem;height:1.3994125rem;top:24.23243125rem;left:5.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l1b0574f5b735d0c81d172d3e0c41012 { width:11.375rem;height:1.3994125rem;top:18.77149375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X72baff7ea34aa4c433003eb76464b1f { width:20rem;height:1.04980625rem;top:38.51563125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xf580fbd5bccebe4a1f5975b39893c4f { width:20rem;height:1.04980625rem;top:5.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O20001bd35972ee19598c03248a4a98b { width:18.75rem;height:0.0625rem;top:35.14063125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acf7cbd98a38596b9746480bd8113b84 { width:1.5625rem;height:1.5625rem;top:15.95899375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe11f083a797b45cddaba69471042d92 { width:1.5625rem;height:1.5625rem;top:21.41993125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5291b2f422d0e804bb3e4a6e3c8dbab { width:1.5625rem;height:1.5625rem;top:26.88086875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a644af4eb179540a8069346ecb834ec0 { width:1.875rem;height:1.875rem;top:40.8154375rem;left:9.0625rem;display:block; }
#a644af4eb179540a8069346ecb834ec0 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #fc0e24e71b81315e7083124e4c3d11dc { width:9.375rem;height:2.5625rem;top:1.25rem;left:5.3125rem;display:block; }
 }