.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#qbr9cIpq1q2IR5TVAlV5NQCAeWDm5Uit { 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; }#qbr9cIpq1q2IR5TVAlV5NQCAeWDm5Uit > .row .container { background-color: transparent; background-image: none; }#qbr9cIpq1q2IR5TVAlV5NQCAeWDm5Uit::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbr9cIpq1q2IR5TVAlV5NQCAeWDm5Uit > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbr9cIpq1q2IR5TVAlV5NQCAeWDm5Uit > .row .container > .video-iframe-container { display: none; }#qbr9cIpq1q2IR5TVAlV5NQCAeWDm5Uit > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbr9cIpq1q2IR5TVAlV5NQCAeWDm5Uit > .row > .video-iframe-container { display: none; }#qbr9cIpq1q2IR5TVAlV5NQCAeWDm5Uit > .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); }#qbr9cIpq1q2IR5TVAlV5NQCAeWDm5Uit > .row .container { border-width: 0; border-radius: 0; }#qbr9cIpq1q2IR5TVAlV5NQCAeWDm5Uit > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbr9cIpq1q2IR5TVAlV5NQCAeWDm5Uit > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#bF6ypstmK64FmqQH18WdZJKDyK0mdVoe { background-color:#00b3b3;background-image:none;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.53125rem;left:51.237504959106rem;display:block; }
#vJ4QHiskQ1dJgp1hMFZMJ4ZFrvfSvhe6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gGten2QUZGpiEdT0Anr6v08wvS86kJWX { color:#000000;display:block;width:12.309375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.5rem;height:1.625rem;display:block; }
#ZR1z8WVaI863o9fEPwb6yl2tFnJP10A4 { 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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.5rem;left:22.0625rem;display:block; }
#f6TLJQRP6qQc1nTiu1r1cCXTsXvJv1Ta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qmApVthuf8VAiWTX1iIrmd4T9QXpDnfO { 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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.4375rem;left:27.9375rem;display:block; }
#aANRWG6qMMXG2xUImOF712BRQvUbX4o8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ROZxUVz5S0JsVB8yGnznMf6BK9gJJncA { 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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:2.5rem;left:33.0625rem;display:block; }
#eJWJXNVIzPoKiB4apAnH3HVPmCKSwlMp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tSOv6Tn2IVHginJi3zMdaMAK3x7dgm5f { 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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.5rem;left:39.3125rem;display:block; }
#USPTWbXnEw3Wxfh01L5esmJDchMZJQao { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yzK1UDk8ulPLmnxIKruXQuM4xqQK5Iwa { 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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.5rem;left:44.5625rem;display:block; }
#X0CRBcSLoOq4MCvWg5PIVruwAACuMAkz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CAAwasCqhCMBNIUMu9Fz3f8g1TVIRbZn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.0625rem;left:48.4375rem; }
#uJSHVIE9upoNNLtToFaHaHvokfbqDwwu { position:relative;display:block; }#uJSHVIE9upoNNLtToFaHaHvokfbqDwwu { background-color: transparent; background-image: none; }#uJSHVIE9upoNNLtToFaHaHvokfbqDwwu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJSHVIE9upoNNLtToFaHaHvokfbqDwwu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJSHVIE9upoNNLtToFaHaHvokfbqDwwu > .row .container > .video-iframe-container { display: none; }#uJSHVIE9upoNNLtToFaHaHvokfbqDwwu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJSHVIE9upoNNLtToFaHaHvokfbqDwwu > .row > .video-iframe-container { display: none; }#uJSHVIE9upoNNLtToFaHaHvokfbqDwwu > .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); }#uJSHVIE9upoNNLtToFaHaHvokfbqDwwu { border-width: 0; border-radius: 0; }#uJSHVIE9upoNNLtToFaHaHvokfbqDwwu > .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; }#uJSHVIE9upoNNLtToFaHaHvokfbqDwwu > .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:7.4375rem;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; }#Jfm90rnpr6XCbUQCxq4FggP31SWZbWfa { 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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:4.75rem;left:22.875rem;display:block; }
#WrLiTu6ip0yslViimE14fdcMEQTrA49e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g5w4CTDMZU7UTviyiT5GXuVn7zSpm4DO { 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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:2.375rem;left:39.375rem;display:block; }
#A1AHeGfikdTieVbmwmy14aMbbgnRWUKr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RhIq2FKAJ7Q3O6elqMHF3kiCTnrgqwfP { 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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:0rem;left:39.40625rem;display:block; }
#LC8eRkcHQC62BzcGsXVo1E6NWqBGbpBy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDGk0tluwvAThubt2tT6muSQ8Tgscdna { 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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:0.125rem;left:51rem;display:block; }
#IqZACpuhbHXGlA6G0tdM5EwKf3luHWVJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DIb7ts6EW8fgA1WfPPxwuvHRQLJUhGGe { 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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2.3125rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:4.75rem;left:39.375rem;display:block; }
#L21hM0KWTymucl5oBMMHCopzDTCJUaD6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DLPd4dFzsRbet0WJE1ETwoHXKkqzDePu { 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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.3125rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:0rem;left:22.875rem;display:block; }
#kSkaM22ENZH6yWFUCTAyls3VnXJIWqvC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wqC4rqJHVLExS2BUi5FkouD790Fnc46h { 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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:2.375rem;left:22.9375rem;display:block; }
#UplNlz0LgH7Ty37XiOyOBvXuqOR6gGoI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:40.875rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#xLesJGL5ralq9aM2kicmltzldr7MWiD6 { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:3.9375rem;left:4.59375rem;height:5.8496125rem;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; }
#iT56f4o3vaTFKmT3Q05nmH3SmzRElNRK { color:#000000;display:block;width:27.6230625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:13.537109375rem;left:16.1875rem;height:2.11230625rem;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; }
#JF5KhL1oheLbrlEAgOTL4kVxcDQOETzG { color:#000000;display:block;width:46.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:17.5244140625rem;left:6.75rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#Ic19hNlvIaLFENsvkBAZcEKgyhC3HEk9 { color:#000000;display:block;width:34rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:25.66015625rem;left:13rem;height:2.11230625rem;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; }
#FJ1fLWfFxL89EnSulhhbORIeCsWwbeLl { color:#000000;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:29.6474609375rem;left:5.3125rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#bdwm0GRi8ZB6zCSEMAa99zJ85hh0zdtg { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15096;background-color:#e3e3e3;background-image:none;top:1.5rem;left:0rem;display:block; }
#RgdXpZTem9mDd8mMI8I4rUQU7zXG5aSo { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15097;background-color:#e3e3e3;background-image:none;top:36.9375rem;left:0rem;display:block; }
#i4E5znuoF7J5A3raff4NmqcvXvpN9XpA { position:relative;display:block; }#i4E5znuoF7J5A3raff4NmqcvXvpN9XpA { background-color: transparent; background-image: none; }#i4E5znuoF7J5A3raff4NmqcvXvpN9XpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4E5znuoF7J5A3raff4NmqcvXvpN9XpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4E5znuoF7J5A3raff4NmqcvXvpN9XpA > .row .container > .video-iframe-container { display: none; }#i4E5znuoF7J5A3raff4NmqcvXvpN9XpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4E5znuoF7J5A3raff4NmqcvXvpN9XpA > .row > .video-iframe-container { display: none; }#i4E5znuoF7J5A3raff4NmqcvXvpN9XpA > .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); }#i4E5znuoF7J5A3raff4NmqcvXvpN9XpA { border-width: 0; border-radius: 0; }#i4E5znuoF7J5A3raff4NmqcvXvpN9XpA > .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; }#i4E5znuoF7J5A3raff4NmqcvXvpN9XpA > .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:16.3125rem;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; }#swsnnRNQEkGmTI7eor0B0FociSKwXL5X { color:#000000;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:4.5009765625rem;left:2.25rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#QS8ALAy2FowDI0dkWqTKLArg9Sy95t7W { color:#00b3b3;display:block;width:14.5605625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:1.9375rem;left:2.3125rem;height:1.625rem;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; }
#JJJX2wHMbe1zEIoKGM4u4gPMxXvtuMF3 { color:#000000;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:4.5009765625rem;left:22.1552734375rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#TLpJps9HFFNuKGvsyCDxf3ELTcnaiTLE { color:#00b3b3;display:block;width:14.5615rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:1.9375rem;left:22.25rem;height:1.625rem;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; }
#yLTBQylOa0C6mxXMCpvNpOn2OIHSy84e { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:4.5009765625rem;left:42.09375rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#zIFue8R3SyAtWWKICphWWgbbfK4ASUvy { color:#00b3b3;display:block;width:16.3730625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:1.9375rem;left:41.4375rem;height:1.625rem;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; }
#aEXCniaJzRA6pgUswNfqAo9v6dfP0rVh { box-sizing:content-box;height:11rem;width:0.3125rem;position:absolute;display:block;z-index:15094;background-color:#e3e3e3;background-image:none;top:1.78125rem;left:19.8125rem;display:block; }
#CSKlBABZJhV7q9H1OEpRJEcKkzJsz7TM { box-sizing:content-box;height:11rem;width:0.3125rem;position:absolute;display:block;z-index:15095;background-color:#e3e3e3;background-image:none;top:1.9375rem;left:39.8125rem;display:block; }
#QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/68d1f02b-a2f2-41ca-b7bc-3b83f3977ccd/4.crop_3375x1522_0,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb.adaptive-delivery-prevent-bg, #QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb.lazyload, #QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb.lazyloading { background-image: none; }#QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb > .row .container { background-color: transparent; background-image: none; }#QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.1); }#QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb > .row .container > .video-iframe-container { display: none; }#QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.1); }#QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb > .row > .video-iframe-container { display: none; }#QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb > .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); }#QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb > .row .container { border-width: 0; border-radius: 0; }#QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#SQzXT2SGmTZ6uDl9DKUBLW84HEy70b8I { background-color:#00b3b3;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: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:4.3125rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:2.75rem;left:18.3125rem;display:block; }
#xd3npvmMgbfGED1NsmHhxtWaLNqKOf31 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qmT4LIR6hVyCAdVM5F0aZ7PrJha1C7qA { position:relative;display:block; }#qmT4LIR6hVyCAdVM5F0aZ7PrJha1C7qA { background-color: transparent; background-image: none; }#qmT4LIR6hVyCAdVM5F0aZ7PrJha1C7qA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmT4LIR6hVyCAdVM5F0aZ7PrJha1C7qA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmT4LIR6hVyCAdVM5F0aZ7PrJha1C7qA > .row .container > .video-iframe-container { display: none; }#qmT4LIR6hVyCAdVM5F0aZ7PrJha1C7qA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmT4LIR6hVyCAdVM5F0aZ7PrJha1C7qA > .row > .video-iframe-container { display: none; }#qmT4LIR6hVyCAdVM5F0aZ7PrJha1C7qA > .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); }#qmT4LIR6hVyCAdVM5F0aZ7PrJha1C7qA { border-width: 0; border-radius: 0; }#qmT4LIR6hVyCAdVM5F0aZ7PrJha1C7qA > .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; }#qmT4LIR6hVyCAdVM5F0aZ7PrJha1C7qA > .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:21.125rem;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; }#GS48fnlpTJr0EAXOGiNBuCPbQtCGS3kU { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.412109375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#RSlmw4casVaEM29MWSJfFuiCToGtEVzr { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.224609375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#eyNrT01pkc5BgHpu7XzA9fJT8lslT7kE { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.8125rem;left:42.375rem; }
#eyNrT01pkc5BgHpu7XzA9fJT8lslT7kE > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#dmUWPe4hA1LaTiIeGrugLKk56VZIHCJP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.8125rem;left:45.5rem; }
#dmUWPe4hA1LaTiIeGrugLKk56VZIHCJP > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#ivwnJ8tr2t2Zr71I1OGSOU72IWH9CRhh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.8125rem;left:48.625rem; }
#ivwnJ8tr2t2Zr71I1OGSOU72IWH9CRhh > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#TZ5UIX1KiiUOfRVhaKNshlLhGnsc9QL4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.8125rem;left:51.75rem; }
#TZ5UIX1KiiUOfRVhaKNshlLhGnsc9QL4 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#L1v0Pbkm9P43fm4LBq8v02F5eJNJ7T4B { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.9375rem;left:1.4375rem;height:0.6494125rem;display:block; }
#Bn5bUxKJkTPr8KCLMGpfpG5nfc2RQ206 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#PgSUDTtBwJFfeP2lsJIiMZtJ3Hd99hkt { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:13.9375rem;height:0.9746125rem;font-style:normal;display:block; }
#Gafgn4TZyz0ZZpCWWgnLJ5iz5QyT6I6O { color:#000000;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.625rem;left:25.6875rem;height:1.625rem;font-style:normal;display:block; }
#NTi8L4m4gnCrwzrkoII0ihMl1Pfypgrx { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:1.4375rem;height:0.9746125rem;font-style:normal;display:block; }
#PtEWWh3IgRti3vuzwnM8zDMeom2BhvbB { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#oOmBSJDyucPHxNEWD2XqsvDK54pEvsz4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:42.375rem;height:0.9746125rem;font-style:normal;display:block; }
#uSQFyx0fzQPDwLcCQagFkDZ4kZZUTGnq { color:#000000;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.375rem;left:42.375rem;height:2.4375rem;font-style:normal;display:block; }
#g9W2f2RsV0sgAeKdFwvPQWmBNvDuL3tP { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.875rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#r7OVeHu4RcFEpbra2bO0eRhaz9UW0ldk { background-color:#00b3b3;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:14.6875rem;left:25.125rem;display:block; }
#JlhfTIWksGWtyLSKtdZ4DonKhs9WwhVL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vmUvK5xSaEAK6M4lPxB8nlzXHVsxWbqh { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#zg9ZJhmKbAQSnRfuTKvrPhXsNUI8MKJN { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15023;line-height:2;letter-spacing:0;top:7.3125rem;left:1.4375rem;height:10rem;font-style:normal;display:block; }
#oroE7IGnL7KWx6vRsbArpME6ewTxc8qO { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15018;line-height:2;letter-spacing:0;top:5.412109375rem;left:13.9375rem;height:5rem;font-style:normal;display:block; }
#Lg9drt4gvoXWAripHUVMDWcwgf8IMEvM { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#OPadTAQVbGKUzqmHHL6yATETN7sSMNqP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.8125rem;left:54.875rem; }
#OPadTAQVbGKUzqmHHL6yATETN7sSMNqP > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbr9cIpq1q2IR5TVAlV5NQCAeWDm5Uit { display:block; }#qbr9cIpq1q2IR5TVAlV5NQCAeWDm5Uit > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bF6ypstmK64FmqQH18WdZJKDyK0mdVoe { width:6.3125rem;height:2.1875rem;top:2.5rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ4QHiskQ1dJgp1hMFZMJ4ZFrvfSvhe6 { display:block; }
 }@media only screen and (max-width: 763px) { #gGten2QUZGpiEdT0Anr6v08wvS86kJWX { width:9.375rem;height:1.125rem;top:4.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR1z8WVaI863o9fEPwb6yl2tFnJP10A4 { width:4.625rem;height:2.3125rem;top:2.5rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6TLJQRP6qQc1nTiu1r1cCXTsXvJv1Ta { display:block; }
 }@media only screen and (max-width: 763px) { #qmApVthuf8VAiWTX1iIrmd4T9QXpDnfO { width:3.875rem;height:2.3125rem;top:2.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aANRWG6qMMXG2xUImOF712BRQvUbX4o8 { display:block; }
 }@media only screen and (max-width: 763px) { #ROZxUVz5S0JsVB8yGnznMf6BK9gJJncA { width:5rem;height:2.3125rem;top:2.5rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJWJXNVIzPoKiB4apAnH3HVPmCKSwlMp { display:block; }
 }@media only screen and (max-width: 763px) { #tSOv6Tn2IVHginJi3zMdaMAK3x7dgm5f { width:4.5625rem;height:2.3125rem;top:2.5rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USPTWbXnEw3Wxfh01L5esmJDchMZJQao { display:block; }
 }@media only screen and (max-width: 763px) { #yzK1UDk8ulPLmnxIKruXQuM4xqQK5Iwa { width:4.5625rem;height:2.3125rem;top:2.5rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0CRBcSLoOq4MCvWg5PIVruwAACuMAkz { display:block; }
 }@media only screen and (max-width: 763px) { #CAAwasCqhCMBNIUMu9Fz3f8g1TVIRbZn { top:3.0625rem;left:42.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJSHVIE9upoNNLtToFaHaHvokfbqDwwu { display:block; }#uJSHVIE9upoNNLtToFaHaHvokfbqDwwu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jfm90rnpr6XCbUQCxq4FggP31SWZbWfa { width:10.3125rem;height:2.3125rem;top:4.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrLiTu6ip0yslViimE14fdcMEQTrA49e { display:block; }
 }@media only screen and (max-width: 763px) { #g5w4CTDMZU7UTviyiT5GXuVn7zSpm4DO { width:5.1875rem;height:2.3125rem;top:2.375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1AHeGfikdTieVbmwmy14aMbbgnRWUKr { display:block; }
 }@media only screen and (max-width: 763px) { #RhIq2FKAJ7Q3O6elqMHF3kiCTnrgqwfP { width:5.125rem;height:2.3125rem;top:0rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC8eRkcHQC62BzcGsXVo1E6NWqBGbpBy { display:block; }
 }@media only screen and (max-width: 763px) { #wDGk0tluwvAThubt2tT6muSQ8Tgscdna { width:3.875rem;height:2.3125rem;top:0.125rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqZACpuhbHXGlA6G0tdM5EwKf3luHWVJ { display:block; }
 }@media only screen and (max-width: 763px) { #DIb7ts6EW8fgA1WfPPxwuvHRQLJUhGGe { width:4.125rem;height:2.3125rem;top:4.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L21hM0KWTymucl5oBMMHCopzDTCJUaD6 { display:block; }
 }@media only screen and (max-width: 763px) { #DLPd4dFzsRbet0WJE1ETwoHXKkqzDePu { width:9.25rem;height:2.3125rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSkaM22ENZH6yWFUCTAyls3VnXJIWqvC { display:block; }
 }@media only screen and (max-width: 763px) { #wqC4rqJHVLExS2BUi5FkouD790Fnc46h { width:8.375rem;height:2.3125rem;top:2.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UplNlz0LgH7Ty37XiOyOBvXuqOR6gGoI { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLesJGL5ralq9aM2kicmltzldr7MWiD6 { top:3.9375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT56f4o3vaTFKmT3Q05nmH3SmzRElNRK { top:13.5rem;left:10.0625rem;width:27.5625rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF5KhL1oheLbrlEAgOTL4kVxcDQOETzG { top:17.5rem;left:0.625rem;width:46.5rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic19hNlvIaLFENsvkBAZcEKgyhC3HEk9 { top:25.625rem;left:6.875rem;width:34rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ1fLWfFxL89EnSulhhbORIeCsWwbeLl { top:29.625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdwm0GRi8ZB6zCSEMAa99zJ85hh0zdtg { top:1.5rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgdXpZTem9mDd8mMI8I4rUQU7zXG5aSo { top:36.9375rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4E5znuoF7J5A3raff4NmqcvXvpN9XpA { display:block; }#i4E5znuoF7J5A3raff4NmqcvXvpN9XpA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swsnnRNQEkGmTI7eor0B0FociSKwXL5X { top:4.5rem;left:0.1875rem;width:15.5rem;height:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS8ALAy2FowDI0dkWqTKLArg9Sy95t7W { top:1.9375rem;left:0.25rem;width:14.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJJX2wHMbe1zEIoKGM4u4gPMxXvtuMF3 { top:4.5rem;left:15.9677734375rem;width:14.75rem;height:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLpJps9HFFNuKGvsyCDxf3ELTcnaiTLE { top:1.9375rem;left:16.0625rem;width:14.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLTBQylOa0C6mxXMCpvNpOn2OIHSy84e { top:4.5rem;left:31.78125rem;width:15.8125rem;height:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIFue8R3SyAtWWKICphWWgbbfK4ASUvy { top:1.9375rem;left:31.3125rem;width:16.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEXCniaJzRA6pgUswNfqAo9v6dfP0rVh { top:1.75rem;left:15.5625rem;width:0.3125rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSKlBABZJhV7q9H1OEpRJEcKkzJsz7TM { top:1.9375rem;left:31.4375rem;width:0.3125rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb { display:block; }#QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQzXT2SGmTZ6uDl9DKUBLW84HEy70b8I { width:23.375rem;height:4.3125rem;top:2.75rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd3npvmMgbfGED1NsmHhxtWaLNqKOf31 { display:block; }
 }@media only screen and (max-width: 763px) { #qmT4LIR6hVyCAdVM5F0aZ7PrJha1C7qA { display:block; }#qmT4LIR6hVyCAdVM5F0aZ7PrJha1C7qA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GS48fnlpTJr0EAXOGiNBuCPbQtCGS3kU { top:5.375rem;left:19.5625rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSlmw4casVaEM29MWSJfFuiCToGtEVzr { top:6.1875rem;left:19.5625rem;width:4.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyNrT01pkc5BgHpu7XzA9fJT8lslT7kE { top:8.8125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
#eyNrT01pkc5BgHpu7XzA9fJT8lslT7kE > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #dmUWPe4hA1LaTiIeGrugLKk56VZIHCJP { top:8.8125rem;left:39.375rem;width:1.25rem;height:1.25rem;display:block; }
#dmUWPe4hA1LaTiIeGrugLKk56VZIHCJP > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #ivwnJ8tr2t2Zr71I1OGSOU72IWH9CRhh { top:8.8125rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
#ivwnJ8tr2t2Zr71I1OGSOU72IWH9CRhh > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #TZ5UIX1KiiUOfRVhaKNshlLhGnsc9QL4 { top:8.8125rem;left:45.625rem;width:1.25rem;height:1.25rem;display:block; }
#TZ5UIX1KiiUOfRVhaKNshlLhGnsc9QL4 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #L1v0Pbkm9P43fm4LBq8v02F5eJNJ7T4B { top:19.9375rem;left:0rem;width:12.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn5bUxKJkTPr8KCLMGpfpG5nfc2RQ206 { top:3.4375rem;left:19.5625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgSUDTtBwJFfeP2lsJIiMZtJ3Hd99hkt { top:3.4375rem;left:7.8125rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gafgn4TZyz0ZZpCWWgnLJ5iz5QyT6I6O { top:10.625rem;left:19.5625rem;width:14.625rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTi8L4m4gnCrwzrkoII0ihMl1Pfypgrx { top:3.4375rem;left:0rem;width:9.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtEWWh3IgRti3vuzwnM8zDMeom2BhvbB { top:5.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOmBSJDyucPHxNEWD2XqsvDK54pEvsz4 { top:3.4375rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSQFyx0fzQPDwLcCQagFkDZ4kZZUTGnq { top:5.375rem;left:31.25rem;width:16.5rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9W2f2RsV0sgAeKdFwvPQWmBNvDuL3tP { top:8.875rem;left:19.5625rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7OVeHu4RcFEpbra2bO0eRhaz9UW0ldk { width:15.75rem;height:2.5rem;top:14.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlhfTIWksGWtyLSKtdZ4DonKhs9WwhVL { display:block; }
 }@media only screen and (max-width: 763px) { #vmUvK5xSaEAK6M4lPxB8nlzXHVsxWbqh { top:6.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg9ZJhmKbAQSnRfuTKvrPhXsNUI8MKJN { top:7.3125rem;left:0rem;width:10.1875rem;height:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oroE7IGnL7KWx6vRsbArpME6ewTxc8qO { top:5.375rem;left:7.8125rem;width:10rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg9drt4gvoXWAripHUVMDWcwgf8IMEvM { display:none; }
 }@media only screen and (max-width: 763px) { #OPadTAQVbGKUzqmHHL6yATETN7sSMNqP { top:8.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#OPadTAQVbGKUzqmHHL6yATETN7sSMNqP > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbr9cIpq1q2IR5TVAlV5NQCAeWDm5Uit { position:relative;z-index:auto;display:block; }#qbr9cIpq1q2IR5TVAlV5NQCAeWDm5Uit > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bF6ypstmK64FmqQH18WdZJKDyK0mdVoe { width:4.4375rem;height:1.75rem;top:1.2000000476837rem;left:14.549999773503rem;font-size:0.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ4QHiskQ1dJgp1hMFZMJ4ZFrvfSvhe6 { display:block; }
 }@media only screen and (max-width: 763px) { #gGten2QUZGpiEdT0Anr6v08wvS86kJWX { width:14.0625rem;height:1.7875rem;top:1.1812499761581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR1z8WVaI863o9fEPwb6yl2tFnJP10A4 { width:4.625rem;height:2.625rem;top:3.375rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6TLJQRP6qQc1nTiu1r1cCXTsXvJv1Ta { display:block; }
 }@media only screen and (max-width: 763px) { #qmApVthuf8VAiWTX1iIrmd4T9QXpDnfO { width:3.1875rem;height:2.625rem;top:3.375rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aANRWG6qMMXG2xUImOF712BRQvUbX4o8 { display:block; }
 }@media only screen and (max-width: 763px) { #ROZxUVz5S0JsVB8yGnznMf6BK9gJJncA { width:5.75rem;height:2.625rem;top:3.375rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJWJXNVIzPoKiB4apAnH3HVPmCKSwlMp { display:block; }
 }@media only screen and (max-width: 763px) { #tSOv6Tn2IVHginJi3zMdaMAK3x7dgm5f { width:4.375rem;height:2.625rem;top:3.375rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USPTWbXnEw3Wxfh01L5esmJDchMZJQao { display:block; }
 }@media only screen and (max-width: 763px) { #yzK1UDk8ulPLmnxIKruXQuM4xqQK5Iwa { width:3.5rem;height:2.625rem;top:5.125rem;left:0.87421876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0CRBcSLoOq4MCvWg5PIVruwAACuMAkz { display:block; }
 }@media only screen and (max-width: 763px) { #CAAwasCqhCMBNIUMu9Fz3f8g1TVIRbZn { display:flex;width:1.25rem;height:1.25rem;top:5.8125rem;left:4.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #uJSHVIE9upoNNLtToFaHaHvokfbqDwwu { display:block; }#uJSHVIE9upoNNLtToFaHaHvokfbqDwwu > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jfm90rnpr6XCbUQCxq4FggP31SWZbWfa { width:11.0625rem;height:2.3125rem;top:6.96875rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrLiTu6ip0yslViimE14fdcMEQTrA49e { display:block; }
 }@media only screen and (max-width: 763px) { #g5w4CTDMZU7UTviyiT5GXuVn7zSpm4DO { width:5.1875rem;height:2.3125rem;top:9.3125rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1AHeGfikdTieVbmwmy14aMbbgnRWUKr { display:block; }
 }@media only screen and (max-width: 763px) { #RhIq2FKAJ7Q3O6elqMHF3kiCTnrgqwfP { width:5.125rem;height:2.3125rem;top:0rem;left:1.5927734375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC8eRkcHQC62BzcGsXVo1E6NWqBGbpBy { display:block; }
 }@media only screen and (max-width: 763px) { #wDGk0tluwvAThubt2tT6muSQ8Tgscdna { width:3.875rem;height:2.3125rem;top:11.625rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqZACpuhbHXGlA6G0tdM5EwKf3luHWVJ { display:block; }
 }@media only screen and (max-width: 763px) { #DIb7ts6EW8fgA1WfPPxwuvHRQLJUhGGe { width:3.625rem;height:2.3125rem;top:13.9375rem;left:1.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L21hM0KWTymucl5oBMMHCopzDTCJUaD6 { display:block; }
 }@media only screen and (max-width: 763px) { #DLPd4dFzsRbet0WJE1ETwoHXKkqzDePu { width:9.375rem;height:2.3125rem;top:4.71875rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSkaM22ENZH6yWFUCTAyls3VnXJIWqvC { display:block; }
 }@media only screen and (max-width: 763px) { #wqC4rqJHVLExS2BUi5FkouD790Fnc46h { width:7.75rem;height:2.3125rem;top:2.3125rem;left:1.6552734375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UplNlz0LgH7Ty37XiOyOBvXuqOR6gGoI { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLesJGL5ralq9aM2kicmltzldr7MWiD6 { width:20rem;height:3.57421875rem;top:3.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iT56f4o3vaTFKmT3Q05nmH3SmzRElNRK { width:20rem;height:1.21875rem;top:7.63671875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JF5KhL1oheLbrlEAgOTL4kVxcDQOETzG { width:17.5rem;height:5.68359375rem;top:10.73046875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic19hNlvIaLFENsvkBAZcEKgyhC3HEk9 { width:19.3125rem;height:1.21875rem;top:18.2890625rem;left:0.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJ1fLWfFxL89EnSulhhbORIeCsWwbeLl { width:17.8125rem;height:6.8203125rem;top:20.4453125rem;left:1.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdwm0GRi8ZB6zCSEMAa99zJ85hh0zdtg { width:20rem;height:0.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgdXpZTem9mDd8mMI8I4rUQU7zXG5aSo { width:20rem;height:0.3125rem;top:29.2763671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4E5znuoF7J5A3raff4NmqcvXvpN9XpA { display:block; }#i4E5znuoF7J5A3raff4NmqcvXvpN9XpA > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swsnnRNQEkGmTI7eor0B0FociSKwXL5X { width:18.1875rem;height:3.41015625rem;top:3.875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS8ALAy2FowDI0dkWqTKLArg9Sy95t7W { width:14.5rem;height:1.4619125rem;top:1.625rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJJX2wHMbe1zEIoKGM4u4gPMxXvtuMF3 { width:19.3125rem;height:3.41015625rem;top:11.609375rem;left:0.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLpJps9HFFNuKGvsyCDxf3ELTcnaiTLE { width:14.5rem;height:1.4619125rem;top:9.1875rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yLTBQylOa0C6mxXMCpvNpOn2OIHSy84e { width:18.5rem;height:3.41015625rem;top:19.29296875rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIFue8R3SyAtWWKICphWWgbbfK4ASUvy { width:16.3125rem;height:1.4619125rem;top:16.89453125rem;left:1.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aEXCniaJzRA6pgUswNfqAo9v6dfP0rVh { width:0.3125rem;height:11rem;top:0.609375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CSKlBABZJhV7q9H1OEpRJEcKkzJsz7TM { width:0.3125rem;height:11rem;top:9.921875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb { display:block; }#QvQVlnsvVuBoeL9HnvSMuTI0QFb8KHcb > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQzXT2SGmTZ6uDl9DKUBLW84HEy70b8I { width:17.125rem;height:3rem;top:1.8125rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd3npvmMgbfGED1NsmHhxtWaLNqKOf31 { display:block; }
 }@media only screen and (max-width: 763px) { #qmT4LIR6hVyCAdVM5F0aZ7PrJha1C7qA { display:block; }#qmT4LIR6hVyCAdVM5F0aZ7PrJha1C7qA > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GS48fnlpTJr0EAXOGiNBuCPbQtCGS3kU { width:8.375rem;height:0.8125rem;top:10.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RSlmw4casVaEM29MWSJfFuiCToGtEVzr { width:4.4375rem;height:0.8125rem;top:11.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eyNrT01pkc5BgHpu7XzA9fJT8lslT7kE { display:flex;width:0.8125rem;height:0.8125rem;top:8.5625rem;left:18.8125rem;font-size:0.5625rem; }
#eyNrT01pkc5BgHpu7XzA9fJT8lslT7kE > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #dmUWPe4hA1LaTiIeGrugLKk56VZIHCJP { display:flex;width:0.9375rem;height:0.9375rem;top:10.625rem;left:18.75rem;font-size:0.625rem; }
#dmUWPe4hA1LaTiIeGrugLKk56VZIHCJP > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #ivwnJ8tr2t2Zr71I1OGSOU72IWH9CRhh { display:flex;width:0.9375rem;height:0.9375rem;top:12.8125rem;left:18.75rem;font-size:0.625rem; }
#ivwnJ8tr2t2Zr71I1OGSOU72IWH9CRhh > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #TZ5UIX1KiiUOfRVhaKNshlLhGnsc9QL4 { display:flex;width:0.8125rem;height:0.8125rem;top:15rem;left:18.8125rem;font-size:0.5625rem; }
#TZ5UIX1KiiUOfRVhaKNshlLhGnsc9QL4 > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #L1v0Pbkm9P43fm4LBq8v02F5eJNJ7T4B { width:12.5rem;height:0.6494125rem;top:25.6181640625rem;left:3.75rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bn5bUxKJkTPr8KCLMGpfpG5nfc2RQ206 { width:6.125rem;height:0.9746125rem;top:9.7119140625rem;left:10.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PgSUDTtBwJFfeP2lsJIiMZtJ3Hd99hkt { width:4.6875rem;height:0.9746125rem;top:1.080078125rem;left:10.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gafgn4TZyz0ZZpCWWgnLJ5iz5QyT6I6O { width:14.875rem;height:1.625rem;top:18.0625rem;left:2.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTi8L4m4gnCrwzrkoII0ihMl1Pfypgrx { width:9.5rem;height:0.9746125rem;top:1.080078125rem;left:0.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PtEWWh3IgRti3vuzwnM8zDMeom2BhvbB { width:10rem;height:0.8125rem;top:2.875rem;left:0.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oOmBSJDyucPHxNEWD2XqsvDK54pEvsz4 { width:12.5rem;height:0;top:32.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uSQFyx0fzQPDwLcCQagFkDZ4kZZUTGnq { width:14.25rem;height:0;top:34.1953125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g9W2f2RsV0sgAeKdFwvPQWmBNvDuL3tP { width:4.6875rem;height:0.9746125rem;top:16.6875rem;left:7.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r7OVeHu4RcFEpbra2bO0eRhaz9UW0ldk { width:15.0625rem;height:2.5rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlhfTIWksGWtyLSKtdZ4DonKhs9WwhVL { display:block; }
 }@media only screen and (max-width: 763px) { #vmUvK5xSaEAK6M4lPxB8nlzXHVsxWbqh { width:10rem;height:0.8125rem;top:3.8125rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zg9ZJhmKbAQSnRfuTKvrPhXsNUI8MKJN { width:9.5rem;height:10rem;top:4.625rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oroE7IGnL7KWx6vRsbArpME6ewTxc8qO { width:9.1875rem;height:5rem;top:2.875rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lg9drt4gvoXWAripHUVMDWcwgf8IMEvM { top:6.5625rem;left:18.5rem;width:1.4375rem;height:12.625rem;z-index:15014;background-color:rgba(20,53,60,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OPadTAQVbGKUzqmHHL6yATETN7sSMNqP { display:flex;width:0.9375rem;height:0.9375rem;top:16.875rem;left:18.75rem;font-size:0.625rem; }
#OPadTAQVbGKUzqmHHL6yATETN7sSMNqP > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }