.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); }#r7dAo1C2mrQ84NC3SdKv421fQgB1unly { 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; }#r7dAo1C2mrQ84NC3SdKv421fQgB1unly > .row .container { background-color: transparent; background-image: none; }#r7dAo1C2mrQ84NC3SdKv421fQgB1unly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7dAo1C2mrQ84NC3SdKv421fQgB1unly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7dAo1C2mrQ84NC3SdKv421fQgB1unly > .row .container > .video-iframe-container { display: none; }#r7dAo1C2mrQ84NC3SdKv421fQgB1unly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7dAo1C2mrQ84NC3SdKv421fQgB1unly > .row > .video-iframe-container { display: none; }#r7dAo1C2mrQ84NC3SdKv421fQgB1unly > .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); }#r7dAo1C2mrQ84NC3SdKv421fQgB1unly > .row .container { border-width: 0; border-radius: 0; }#r7dAo1C2mrQ84NC3SdKv421fQgB1unly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r7dAo1C2mrQ84NC3SdKv421fQgB1unly > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#FZpI7QxZbR2eyBKohTbaxSx1A9Zu4ceq { 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; }
#ELxPWRLkpAcGRRTf5ERWFZWVBFX0VHfb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vLpdFfEJoiLZOfZstMtwWmZxfg5Dh66u { color:#000000;display:block;width:11.625rem;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; }
#FK3NMV9MIo7iCbFQnpJI37TopPB5KIwa { 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.46875rem;left:24.375rem;display:block; }
#PKmQ7UZ80z4F0UOeTrixCQu9DGOwq6Vp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xUobMJc0E9W62J9A9qXsiH2tyOhtkhUk { 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.46875rem;left:29.625rem;display:block; }
#cq386zt2dQAHIeXZqx1WbXhicdpfFqnL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N20GQ8mobv1UD3bla9N7WcbeWfvslarT { 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.46875rem;left:34.3125rem;display:block; }
#tzWUDCHDTkdQM8TLVX7BdHrDQOWPOxPc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gTgm3Vz7hH2cECVVgN72xRCVscvEBTms { 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.46875rem;left:40.0625rem;display:block; }
#Wv6hUlD2LqTRpqG270fORMadEBKWHWfp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fo7iE7IBEQuaGbPq9T6gtZf6QSZqFa0J { 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; }
#PVaoq2KrWU4TB3X4pqOUe5ageuF2MewO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HuGItDia6uLZQkd32pCmZwhLtHHBdBCB { 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; }
#kZZpVL110KaQoaZmSnE8LvDTWtQGTw7B { 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.6875rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.46875rem;left:15.0625rem;display:block; }
#qhddNe42DbVT2aTEWl9xmBS07wX90Pxo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HEAosHBbXCaLoLkCwlyxLbgvTChJsWMu { position:relative;display:block; }#HEAosHBbXCaLoLkCwlyxLbgvTChJsWMu { background-color: transparent; background-image: none; }#HEAosHBbXCaLoLkCwlyxLbgvTChJsWMu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEAosHBbXCaLoLkCwlyxLbgvTChJsWMu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEAosHBbXCaLoLkCwlyxLbgvTChJsWMu > .row .container > .video-iframe-container { display: none; }#HEAosHBbXCaLoLkCwlyxLbgvTChJsWMu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEAosHBbXCaLoLkCwlyxLbgvTChJsWMu > .row > .video-iframe-container { display: none; }#HEAosHBbXCaLoLkCwlyxLbgvTChJsWMu > .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); }#HEAosHBbXCaLoLkCwlyxLbgvTChJsWMu { border-width: 0; border-radius: 0; }#HEAosHBbXCaLoLkCwlyxLbgvTChJsWMu > .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; }#HEAosHBbXCaLoLkCwlyxLbgvTChJsWMu > .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; }#O3ek0bs2hXnBzNxBK0ETb9rQFOukmxTV { 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; }
#pdf4DoUJXBqZho3Ki8cFIQp1wP01woCc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WIoyE6ibyRWpF6TR8nViuCkxVxXGQlPs { 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; }
#xaNF1pINx1QGR1qr6d7CRzWIKELgDZCA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T16iR3LuHXM8g7RsEBvqLg6tGJos1n7I { 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; }
#vt7fS2o7JDdXnko0Vm6lf1smHDDutTz4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMetS2XaT214ELprSc6NvBMLL90V0OGm { 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; }
#wuTOt178qo39l0ctJBKaBhUa5RtwqIwR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ePMAw31B6nXrWtPLNe5UXchN6zfTTlpn { 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; }
#gMRudPW9EOEuaN33TRrUhRBPTCiDfhlo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l5rv1vFakmECGwX4Z49v5TWWSSnd7Hfl { 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; }
#O930z03G6XZNwm8Meg625T8f8n5a3LFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lyg7NtCOBWwFDCrCz0SJ1nPbHD16RIAL { 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; }
#J9nb2WTJLbra1O7lHT9a22vZsHmr5TLD { 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:26.125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#JePQw8Ugn1NvKq3O5taEbgS6Lfu206Ol { color:#000000;display:block;width:47.9375rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:1.875rem;left:2.6875rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LWgaW638obZMu4fCGzhFMwoVA4IvB2dN { color:#000000;display:block;width:27.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:11.875rem;left:2.6875rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#o9FnmvsNcuAqTXEQTMa18oWFcSPssnpO { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15053;background-color:#e3e3e3;background-image:none;top:25.5625rem;left:0rem;display:block; }
#FRaX5AtV92gaX5e9Bu2sIH2ZuKv4TZ8b { color:#000000;display:block;width:47.9375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.6875rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XcqmueccVtu6OwilqTJvhZDKLWTwzDzB { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:15.9375rem;top:0rem;left:40.1875rem;overflow:hidden;display:block; }
#gaXfSlR98pVPsnNLnVmRrLDvJsOtMUa1 { position:relative;display:block; }#gaXfSlR98pVPsnNLnVmRrLDvJsOtMUa1 { background-color: transparent; background-image: none; }#gaXfSlR98pVPsnNLnVmRrLDvJsOtMUa1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaXfSlR98pVPsnNLnVmRrLDvJsOtMUa1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaXfSlR98pVPsnNLnVmRrLDvJsOtMUa1 > .row .container > .video-iframe-container { display: none; }#gaXfSlR98pVPsnNLnVmRrLDvJsOtMUa1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaXfSlR98pVPsnNLnVmRrLDvJsOtMUa1 > .row > .video-iframe-container { display: none; }#gaXfSlR98pVPsnNLnVmRrLDvJsOtMUa1 > .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); }#gaXfSlR98pVPsnNLnVmRrLDvJsOtMUa1 { border-width: 0; border-radius: 0; }#gaXfSlR98pVPsnNLnVmRrLDvJsOtMUa1 > .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; }#gaXfSlR98pVPsnNLnVmRrLDvJsOtMUa1 > .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:15.9375rem;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; }#qhSmbrlzN7eFN1UD62lOXRvgVNtqkRxn { color:#00b3b3;display:block;width:48.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.5rem;left:5.5625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kinWCsX1lpWyd2Jiyzv5Clyp5zfLAJZf { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.5;letter-spacing:0;top:8.1875rem;left:5.84375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#q08gkZwV8ev2kXsmTsfxe4Hvypt0beRq { position:relative;display:block; }#q08gkZwV8ev2kXsmTsfxe4Hvypt0beRq { background-color: transparent; background-image: none; }#q08gkZwV8ev2kXsmTsfxe4Hvypt0beRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q08gkZwV8ev2kXsmTsfxe4Hvypt0beRq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q08gkZwV8ev2kXsmTsfxe4Hvypt0beRq > .row .container > .video-iframe-container { display: none; }#q08gkZwV8ev2kXsmTsfxe4Hvypt0beRq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q08gkZwV8ev2kXsmTsfxe4Hvypt0beRq > .row > .video-iframe-container { display: none; }#q08gkZwV8ev2kXsmTsfxe4Hvypt0beRq > .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); }#q08gkZwV8ev2kXsmTsfxe4Hvypt0beRq { border-width: 0; border-radius: 0; }#q08gkZwV8ev2kXsmTsfxe4Hvypt0beRq > .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; }#q08gkZwV8ev2kXsmTsfxe4Hvypt0beRq > .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:35.375rem;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; }#aWEpKios7ggy6LmS5X5UXrP8RNWZHocT { color:#00b3b3;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.625rem;left:22.5rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#gW5HMbJcNhrdSfCac1PJ8Lt9WTHpRhRJ { color:#000000;display:block;width:36rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.5625rem;left:12rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#GbMbZwZT1HLGT91gxwWlmuvf6FFQqELn { color:#00b3b3;display:block;width:18.5rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.0625rem;left:20.75rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#u8qzv4enMdvoIFf3r6v83wa8naQKMCXO { color:#000000;display:block;width:24.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.9375rem;left:17.6875rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#PxTa1CZstFpHFbSkzrCQeDbWtKeGcDLn { color:#00b3b3;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.5625rem;left:20.9375rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#WXfT7op6acid2phmN94yQQa8aSiEq7GP { color:#000000;display:block;width:36.3125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.4375rem;left:11.875rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#Um1qvexXoBpZgw3X6NdTT2OQahT9Fn1n { color:#000000;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:0rem;left:12.375rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9 { 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:fixed;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; }#NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9.adaptive-delivery-prevent-bg, #NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9.lazyload, #NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9.lazyloading { background-image: none; }#NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9 > .row .container { background-color: transparent; background-image: none; }#NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,6,6,0.8); }#NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9 > .row .container > .video-iframe-container { display: none; }#NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,6,6,0.8); }#NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9 > .row > .video-iframe-container { display: none; }#NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9 > .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); }#NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9 > .row .container { border-width: 0; border-radius: 0; }#NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9::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; }#NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9 > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#BqXhi7QwvJGzewqkaT2lZ8zWJn8wAz0H { color:#00b3b3;display:block;width:48.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:2.5rem;left:5.5625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KzWTWyVDBGnQF4OHGkCaV4ekr5tiLBoE { color:#00b3b3;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.912109375rem;left:4rem;height:2.11230625rem;text-align:left;text-align-last:left;display:block; }
#g8D1pI3gTFfIrrOLoFLze591U3cPTqzM { color:#00b3b3;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.880859375rem;left:4rem;height:2.11230625rem;text-align:left;text-align-last:left;display:block; }
#UpNAwFv6eVlD0BAJ3POpnFRMcn7DVJS9 { color:#00b3b3;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.6611328125rem;left:4rem;height:2.11230625rem;text-align:left;text-align-last:left;display:block; }
#fO5OkXUCqfMrlDNbk6yBCZzLog9ck3Ld { color:#00b3b3;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:26.5361328125rem;left:4rem;height:2.11230625rem;text-align:left;text-align-last:left;display:block; }
#tFQBaTyTS4O7fyEVtIlXI8SOT9PPdLH0 { box-sizing:content-box;height:3.4375rem;width:32.5625rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:8.25rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#KXmqcC9vEm06zifRgnlpsPVnRDPtnZC0 { box-sizing:content-box;height:3.4375rem;width:5.125rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:14.0859375rem;left:0rem;display:block; }
#o3nhlyHvdEQoXSyq7mQLcK3qRX3dpncF { box-sizing:content-box;height:3.4375rem;width:32.5625rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:14.0859375rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#kDkIdJdT6kJvLRlTxewqfJ9Fqtmy3DCC { box-sizing:content-box;height:3.4375rem;width:5.125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:8.2744140625rem;left:0rem;display:block; }
#IUtT5LVxOpP7KxJbZfhH8GupuZr7BoJO { box-sizing:content-box;height:3.4375rem;width:32.5625rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:19.9990234375rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#wmANSC5PmiQn4xlsgTlTdxhGSTXUTMcu { box-sizing:content-box;height:3.4375rem;width:32.5625rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:25.8740234375rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#wiBI6ztwHlTesfSQZ3XqFiZGDh8iKUDr { box-sizing:content-box;height:3.4375rem;width:5.125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:19.9990234375rem;left:0rem;display:block; }
#Ccxoue9Z1TaH8U2Fc281TExI6SHzWZIU { box-sizing:content-box;height:3.4375rem;width:5.125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:25.8740234375rem;left:0rem;display:block; }
#RL4U0HaDdwGVHZNAOAtz11RlmI2TXwW2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#RL4U0HaDdwGVHZNAOAtz11RlmI2TXwW2 > .row .container { background-color: transparent; background-image: none; }#RL4U0HaDdwGVHZNAOAtz11RlmI2TXwW2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL4U0HaDdwGVHZNAOAtz11RlmI2TXwW2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL4U0HaDdwGVHZNAOAtz11RlmI2TXwW2 > .row .container > .video-iframe-container { display: none; }#RL4U0HaDdwGVHZNAOAtz11RlmI2TXwW2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL4U0HaDdwGVHZNAOAtz11RlmI2TXwW2 > .row > .video-iframe-container { display: none; }#RL4U0HaDdwGVHZNAOAtz11RlmI2TXwW2 > .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); }#RL4U0HaDdwGVHZNAOAtz11RlmI2TXwW2 > .row .container { border-width: 0; border-radius: 0; }#RL4U0HaDdwGVHZNAOAtz11RlmI2TXwW2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RL4U0HaDdwGVHZNAOAtz11RlmI2TXwW2 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#MzqTMf8sxEqyAZaAig5aVSX5lnVKHeOg { color:#ffffff;display:block;width:48.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:2.125rem;left:5.5625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#irX1xWuwmffq6TMqXHAAWhmItOS4hKg9 { position:relative;display:block; }#irX1xWuwmffq6TMqXHAAWhmItOS4hKg9 { background-color: transparent; background-image: none; }#irX1xWuwmffq6TMqXHAAWhmItOS4hKg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irX1xWuwmffq6TMqXHAAWhmItOS4hKg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irX1xWuwmffq6TMqXHAAWhmItOS4hKg9 > .row .container > .video-iframe-container { display: none; }#irX1xWuwmffq6TMqXHAAWhmItOS4hKg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irX1xWuwmffq6TMqXHAAWhmItOS4hKg9 > .row > .video-iframe-container { display: none; }#irX1xWuwmffq6TMqXHAAWhmItOS4hKg9 > .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); }#irX1xWuwmffq6TMqXHAAWhmItOS4hKg9 { border-width: 0; border-radius: 0; }#irX1xWuwmffq6TMqXHAAWhmItOS4hKg9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#irX1xWuwmffq6TMqXHAAWhmItOS4hKg9 > .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:71.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#b7vBvZ3GabqXu7w463yLbFn7wFIWBM2m { color:#000000;display:block;width:36.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.5;letter-spacing:0;top:5.375rem;left:5.125rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#X1KCinrli3RM9AHfyAXbR4qeFHFw2ZC2 { color:#000000;display:block;width:36.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.5;letter-spacing:0;top:20.0625rem;left:19.09375rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#yCZizHdWycNrK2oexadk5pcLCL4Hwmu8 { color:#000000;display:block;width:35.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:33.03125rem;left:5.4375rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#qTZe8xDLv7ZVmvNp303xcTJd9WyohBFX { box-sizing:content-box;height:10.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15005;background-color:#00b3b3;background-image:none;top:45.5rem;left:17.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#avgKGF1CBznEzvkQRld8kmabwvNuJoMC { box-sizing:content-box;height:9.375rem;width:39.25rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:46.0625rem;left:17.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#MBeazZnkuc9tTtU9MIA5uKt20SlJCDbV { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15051;line-height:1.5;letter-spacing:0;top:47.96875rem;left:19.25rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#c4q6ADqsxF1k3do1PDzMX8iRhtFxw6Lh { box-sizing:content-box;height:10.6875rem;width:40.4375rem;position:absolute;display:block;z-index:15007;background-color:#00b3b3;background-image:none;top:58.5625rem;left:2.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Ue6VBb6xwVpnpnrCCzTB27QkCk0CPFbD { box-sizing:content-box;height:9.5rem;width:39.25rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:59.1875rem;left:3.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#g9RsnJfoeiMQsxm8hBgdbG71suPB7GJF { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15052;line-height:1.5;letter-spacing:0;top:61.09375rem;left:5.09375rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#dXaB77ss0eMJqFyRXRTl1Qz18xE9v1zc { box-sizing:content-box;height:12.3125rem;width:40.4375rem;position:absolute;display:block;z-index:15007;background-color:#00b3b3;background-image:none;top:30.6875rem;left:2.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#o1f7p8wQVvrhUUHbHgdLqNBaCWKnt3zW { box-sizing:content-box;height:11.1875rem;width:39.25rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:31.25rem;left:3.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#MLkvVvwg8cRBeWD3Q6sg4vz6xHB6tzrh { box-sizing:content-box;height:10.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15009;background-color:#00b3b3;background-image:none;top:17.59375rem;left:17.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Tl6TU7qin1L5QMMHFPmFoRLWAm5RqpCT { box-sizing:content-box;height:9.25rem;width:39.25rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:18.3125rem;left:17.71875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#QkzGeGJGB0PnuWkBGE6sv8mZ5TgAUzkt { box-sizing:content-box;height:12.375rem;width:40.4375rem;position:absolute;display:block;z-index:15011;background-color:#00b3b3;background-image:none;top:2.9375rem;left:2.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#V1nGIsm70U5BNVRiMteB1p44PtPmKdUP { box-sizing:content-box;height:11.25rem;width:39.25rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:3.5rem;left:3.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#eXtyeTug4QDnVVuPCXOBkf0WgHQACUs5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#eXtyeTug4QDnVVuPCXOBkf0WgHQACUs5 > .row .container { background-color: transparent; background-image: none; }#eXtyeTug4QDnVVuPCXOBkf0WgHQACUs5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXtyeTug4QDnVVuPCXOBkf0WgHQACUs5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXtyeTug4QDnVVuPCXOBkf0WgHQACUs5 > .row .container > .video-iframe-container { display: none; }#eXtyeTug4QDnVVuPCXOBkf0WgHQACUs5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXtyeTug4QDnVVuPCXOBkf0WgHQACUs5 > .row > .video-iframe-container { display: none; }#eXtyeTug4QDnVVuPCXOBkf0WgHQACUs5 > .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); }#eXtyeTug4QDnVVuPCXOBkf0WgHQACUs5 > .row .container { border-width: 0; border-radius: 0; }#eXtyeTug4QDnVVuPCXOBkf0WgHQACUs5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eXtyeTug4QDnVVuPCXOBkf0WgHQACUs5 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#XlxTGlXio3J1e6OK92hICnmrMn6Gfrly { color:#800080;display:block;width:22.0625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15054;line-height:1.5;letter-spacing:0;top:1.875rem;left:18.96875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#Oc9ABD4zZeKd7hzMUBuR3s9QaHeMldbJ { position:relative;display:block; }#Oc9ABD4zZeKd7hzMUBuR3s9QaHeMldbJ { background-color: transparent; background-image: none; }#Oc9ABD4zZeKd7hzMUBuR3s9QaHeMldbJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oc9ABD4zZeKd7hzMUBuR3s9QaHeMldbJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oc9ABD4zZeKd7hzMUBuR3s9QaHeMldbJ > .row .container > .video-iframe-container { display: none; }#Oc9ABD4zZeKd7hzMUBuR3s9QaHeMldbJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oc9ABD4zZeKd7hzMUBuR3s9QaHeMldbJ > .row > .video-iframe-container { display: none; }#Oc9ABD4zZeKd7hzMUBuR3s9QaHeMldbJ > .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); }#Oc9ABD4zZeKd7hzMUBuR3s9QaHeMldbJ { border-width: 0; border-radius: 0; }#Oc9ABD4zZeKd7hzMUBuR3s9QaHeMldbJ > .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; }#Oc9ABD4zZeKd7hzMUBuR3s9QaHeMldbJ > .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:13.75rem;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; }#IZ4E1OrT0XQvIochbR4lkWJVtC9EmsMa { color:#000000;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.5;letter-spacing:0;top:4.1875rem;left:2.4375rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#FgmRRrTPQ61TO09lM9dZtqRwfJqZpanT { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.5;letter-spacing:0;top:4.25rem;left:21.25rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#IJ2b0pznhrpdchgcKKRXsDzgWJdftWfp { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15055;line-height:1.5;letter-spacing:0;top:4.1875rem;left:41.75rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3 { 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; }#e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3.adaptive-delivery-prevent-bg, #e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3.lazyload, #e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3.lazyloading { background-image: none; }#e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3 > .row .container { background-color: transparent; background-image: none; }#e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,6,6,0.8); }#e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3 > .row .container > .video-iframe-container { display: none; }#e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,6,6,0.8); }#e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3 > .row > .video-iframe-container { display: none; }#e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3 > .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); }#e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3 > .row .container { border-width: 0; border-radius: 0; }#e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3::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; }#e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3 > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#f5ADKVxwWd47lC2zJTcgpvT6TISTcuJh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.625rem;width:27.625rem;top:1.1875rem;left:32.375rem;overflow:hidden;display:block; }
#M42l3PMoolsFzsz8tk5RuTryhMn5Eqbz { color:#ffffff;display:block;width:37rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:15054;line-height:1.5;letter-spacing:0;top:3.125rem;left:1.75rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
#IqU6Ttr1IZx1x4HAceodRfSLQJGRXql7 { background-color:#00b3b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.0625rem;left:1.75rem;display:block; }
#gsoSJhSLAXFi7GCivA5PxPlN8O4DT1sG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HT3VqECf9LOlXcpGgy3yTE3xWWtf6otl { position:relative;display:block; }#HT3VqECf9LOlXcpGgy3yTE3xWWtf6otl { background-color: transparent; background-image: none; }#HT3VqECf9LOlXcpGgy3yTE3xWWtf6otl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT3VqECf9LOlXcpGgy3yTE3xWWtf6otl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT3VqECf9LOlXcpGgy3yTE3xWWtf6otl > .row .container > .video-iframe-container { display: none; }#HT3VqECf9LOlXcpGgy3yTE3xWWtf6otl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT3VqECf9LOlXcpGgy3yTE3xWWtf6otl > .row > .video-iframe-container { display: none; }#HT3VqECf9LOlXcpGgy3yTE3xWWtf6otl > .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); }#HT3VqECf9LOlXcpGgy3yTE3xWWtf6otl { border-width: 0; border-radius: 0; }#HT3VqECf9LOlXcpGgy3yTE3xWWtf6otl > .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; }#HT3VqECf9LOlXcpGgy3yTE3xWWtf6otl > .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; }#KQMRz8BJGEWmBQye6KdMZNLhrBrNvnS8 { 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; }
#Tteq9QXZUdxZohUxweIWIVUnnyrLKtdi { 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; }
#nZO4oaPapWAu2DeDg2ZHMu33VXTxNcRS { 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; }
#nZO4oaPapWAu2DeDg2ZHMu33VXTxNcRS > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#K2Blt1HOc8LxgXFfkbcDyPnkO1ReuDNG { 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; }
#K2Blt1HOc8LxgXFfkbcDyPnkO1ReuDNG > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#UHtSHbCo9wehuOPtQehmFVGDwQ5puAHr { 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; }
#UHtSHbCo9wehuOPtQehmFVGDwQ5puAHr > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#q5uqesU3Tznk6hTCiS8enZVkWfAmWnJr { 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; }
#q5uqesU3Tznk6hTCiS8enZVkWfAmWnJr > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#N5r7ziQqGlnkwJieywhNz671HHIxTRiM { 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; }
#tMDtRZBazaz39t4gF2Fmo4pLgWDAk5eK { 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; }
#db72EsaDqZftJEUqgpdnMCDzgVqfU16J { 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; }
#guDznKToaKbJKA5TfEXuIaUPCaDKZPT5 { 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; }
#hCosQZbWBSvdKvyJFhAxgtdqZm7IUqk9 { 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; }
#crdNa5p9pCZKZarMyB44qmW0JB8eLw3a { 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; }
#Bd2NN9VPD68FlRKE58BUNFL81P5ZPIbd { 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; }
#GsrsWtUA9Cp4lhEMB3LmNbSdOvIbDn5r { 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; }
#X82ZafhQ4QFxus1XHeJaZZu6M0XrQrKz { 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; }
#nWoFNPyIlkHLNNKMMqf6td6iOC4W1H61 { 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; }
#m2lBmGMyyqoCegvKnPmTT0BK1ZqryPAP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qpENBa4F3cfoNbkfbweHN7xhTg2p7LQl { 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; }
#sxil7dx8Exzi8isRdwTTIA6thcaB3HHh { 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; }
#sgh73TZRZS6hSUofgV3L33BO7GWyPAGA { 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; }
#C4B4tIS61HThuyTUOxASHSLUil8F6pnx { 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; }
#t4SX3JVpIy6r3ht6oHDHCuXPt7bvNxsD { 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; }
#t4SX3JVpIy6r3ht6oHDHCuXPt7bvNxsD > 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) { #r7dAo1C2mrQ84NC3SdKv421fQgB1unly { display:block; }#r7dAo1C2mrQ84NC3SdKv421fQgB1unly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZpI7QxZbR2eyBKohTbaxSx1A9Zu4ceq { width:6.3125rem;height:2.1875rem;top:2.5rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELxPWRLkpAcGRRTf5ERWFZWVBFX0VHfb { display:block; }
 }@media only screen and (max-width: 763px) { #vLpdFfEJoiLZOfZstMtwWmZxfg5Dh66u { width:9.375rem;height:1.125rem;top:4.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK3NMV9MIo7iCbFQnpJI37TopPB5KIwa { width:4.625rem;height:2.3125rem;top:2.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKmQ7UZ80z4F0UOeTrixCQu9DGOwq6Vp { display:block; }
 }@media only screen and (max-width: 763px) { #xUobMJc0E9W62J9A9qXsiH2tyOhtkhUk { width:3.875rem;height:2.3125rem;top:2.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq386zt2dQAHIeXZqx1WbXhicdpfFqnL { display:block; }
 }@media only screen and (max-width: 763px) { #N20GQ8mobv1UD3bla9N7WcbeWfvslarT { width:5rem;height:2.3125rem;top:2.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzWUDCHDTkdQM8TLVX7BdHrDQOWPOxPc { display:block; }
 }@media only screen and (max-width: 763px) { #gTgm3Vz7hH2cECVVgN72xRCVscvEBTms { width:4.5625rem;height:2.3125rem;top:2.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv6hUlD2LqTRpqG270fORMadEBKWHWfp { display:block; }
 }@media only screen and (max-width: 763px) { #fo7iE7IBEQuaGbPq9T6gtZf6QSZqFa0J { width:4.5625rem;height:2.3125rem;top:2.5rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVaoq2KrWU4TB3X4pqOUe5ageuF2MewO { display:block; }
 }@media only screen and (max-width: 763px) { #HuGItDia6uLZQkd32pCmZwhLtHHBdBCB { top:3.0625rem;left:42.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZZpVL110KaQoaZmSnE8LvDTWtQGTw7B { width:8.6875rem;height:2.3125rem;top:2.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhddNe42DbVT2aTEWl9xmBS07wX90Pxo { display:block; }
 }@media only screen and (max-width: 763px) { #HEAosHBbXCaLoLkCwlyxLbgvTChJsWMu { display:block; }#HEAosHBbXCaLoLkCwlyxLbgvTChJsWMu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3ek0bs2hXnBzNxBK0ETb9rQFOukmxTV { width:10.3125rem;height:2.3125rem;top:4.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdf4DoUJXBqZho3Ki8cFIQp1wP01woCc { display:block; }
 }@media only screen and (max-width: 763px) { #WIoyE6ibyRWpF6TR8nViuCkxVxXGQlPs { width:5.1875rem;height:2.3125rem;top:2.375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaNF1pINx1QGR1qr6d7CRzWIKELgDZCA { display:block; }
 }@media only screen and (max-width: 763px) { #T16iR3LuHXM8g7RsEBvqLg6tGJos1n7I { width:5.125rem;height:2.3125rem;top:0rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt7fS2o7JDdXnko0Vm6lf1smHDDutTz4 { display:block; }
 }@media only screen and (max-width: 763px) { #cMetS2XaT214ELprSc6NvBMLL90V0OGm { width:3.875rem;height:2.3125rem;top:0.125rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTOt178qo39l0ctJBKaBhUa5RtwqIwR { display:block; }
 }@media only screen and (max-width: 763px) { #ePMAw31B6nXrWtPLNe5UXchN6zfTTlpn { width:4.125rem;height:2.3125rem;top:4.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMRudPW9EOEuaN33TRrUhRBPTCiDfhlo { display:block; }
 }@media only screen and (max-width: 763px) { #l5rv1vFakmECGwX4Z49v5TWWSSnd7Hfl { width:9.25rem;height:2.3125rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O930z03G6XZNwm8Meg625T8f8n5a3LFT { display:block; }
 }@media only screen and (max-width: 763px) { #Lyg7NtCOBWwFDCrCz0SJ1nPbHD16RIAL { width:8.375rem;height:2.3125rem;top:2.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9nb2WTJLbra1O7lHT9a22vZsHmr5TLD { 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) { #JePQw8Ugn1NvKq3O5taEbgS6Lfu206Ol { top:1.875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWgaW638obZMu4fCGzhFMwoVA4IvB2dN { top:11.875rem;left:0rem;width:27.875rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9FnmvsNcuAqTXEQTMa18oWFcSPssnpO { top:25.5625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRaX5AtV92gaX5e9Bu2sIH2ZuKv4TZ8b { top:7.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcqmueccVtu6OwilqTJvhZDKLWTwzDzB { top:0rem;left:31.8125rem;width:15.9375rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaXfSlR98pVPsnNLnVmRrLDvJsOtMUa1 { display:block; }#gaXfSlR98pVPsnNLnVmRrLDvJsOtMUa1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhSmbrlzN7eFN1UD62lOXRvgVNtqkRxn { top:2.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kinWCsX1lpWyd2Jiyzv5Clyp5zfLAJZf { top:8.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q08gkZwV8ev2kXsmTsfxe4Hvypt0beRq { display:block; }#q08gkZwV8ev2kXsmTsfxe4Hvypt0beRq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWEpKios7ggy6LmS5X5UXrP8RNWZHocT { top:4.625rem;left:16.375rem;width:15.0625rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW5HMbJcNhrdSfCac1PJ8Lt9WTHpRhRJ { top:9.5625rem;left:5.875rem;width:36rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbMbZwZT1HLGT91gxwWlmuvf6FFQqELn { top:14.0625rem;left:14.625rem;width:18.5rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8qzv4enMdvoIFf3r6v83wa8naQKMCXO { top:18.9375rem;left:11.5625rem;width:24.625rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxTa1CZstFpHFbSkzrCQeDbWtKeGcDLn { top:23.5625rem;left:14.8125rem;width:18.125rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXfT7op6acid2phmN94yQQa8aSiEq7GP { top:28.4375rem;left:5.75rem;width:36.3125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um1qvexXoBpZgw3X6NdTT2OQahT9Fn1n { top:0rem;left:6.25rem;width:35.25rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9 { display:block; }#NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqXhi7QwvJGzewqkaT2lZ8zWJn8wAz0H { top:2.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzWTWyVDBGnQF4OHGkCaV4ekr5tiLBoE { top:8.875rem;left:0rem;width:24.9375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8D1pI3gTFfIrrOLoFLze591U3cPTqzM { top:14.875rem;left:0rem;width:18.6875rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpNAwFv6eVlD0BAJ3POpnFRMcn7DVJS9 { top:20.625rem;left:0rem;width:14.4375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO5OkXUCqfMrlDNbk6yBCZzLog9ck3Ld { top:26.5rem;left:0rem;width:26.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFQBaTyTS4O7fyEVtIlXI8SOT9PPdLH0 { top:8.25rem;left:0rem;width:32.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXmqcC9vEm06zifRgnlpsPVnRDPtnZC0 { top:14.0625rem;left:0rem;width:5.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3nhlyHvdEQoXSyq7mQLcK3qRX3dpncF { top:14.0625rem;left:0rem;width:32.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDkIdJdT6kJvLRlTxewqfJ9Fqtmy3DCC { top:8.25rem;left:0rem;width:5.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUtT5LVxOpP7KxJbZfhH8GupuZr7BoJO { top:19.9375rem;left:0rem;width:32.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmANSC5PmiQn4xlsgTlTdxhGSTXUTMcu { top:25.8125rem;left:0rem;width:32.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiBI6ztwHlTesfSQZ3XqFiZGDh8iKUDr { top:19.9375rem;left:0rem;width:5.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ccxoue9Z1TaH8U2Fc281TExI6SHzWZIU { top:25.8125rem;left:0rem;width:5.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL4U0HaDdwGVHZNAOAtz11RlmI2TXwW2 { display:block; }#RL4U0HaDdwGVHZNAOAtz11RlmI2TXwW2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzqTMf8sxEqyAZaAig5aVSX5lnVKHeOg { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irX1xWuwmffq6TMqXHAAWhmItOS4hKg9 { display:block; }#irX1xWuwmffq6TMqXHAAWhmItOS4hKg9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7vBvZ3GabqXu7w463yLbFn7wFIWBM2m { top:5.375rem;left:0rem;width:36.125rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1KCinrli3RM9AHfyAXbR4qeFHFw2ZC2 { top:20.0625rem;left:11.25rem;width:36.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCZizHdWycNrK2oexadk5pcLCL4Hwmu8 { top:33rem;left:0rem;width:35.5rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTZe8xDLv7ZVmvNp303xcTJd9WyohBFX { top:45.5rem;left:7.3125rem;width:40.4375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avgKGF1CBznEzvkQRld8kmabwvNuJoMC { top:46.0625rem;left:8.5rem;width:39.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBeazZnkuc9tTtU9MIA5uKt20SlJCDbV { top:47.9375rem;left:11.5625rem;width:36.1875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4q6ADqsxF1k3do1PDzMX8iRhtFxw6Lh { top:58.5625rem;left:0rem;width:40.4375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue6VBb6xwVpnpnrCCzTB27QkCk0CPFbD { top:59.1875rem;left:0rem;width:39.25rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9RsnJfoeiMQsxm8hBgdbG71suPB7GJF { top:61.0625rem;left:0rem;width:36.1875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXaB77ss0eMJqFyRXRTl1Qz18xE9v1zc { top:30.6875rem;left:0rem;width:40.4375rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1f7p8wQVvrhUUHbHgdLqNBaCWKnt3zW { top:31.25rem;left:0rem;width:39.25rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLkvVvwg8cRBeWD3Q6sg4vz6xHB6tzrh { top:17.5625rem;left:7.3125rem;width:40.4375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl6TU7qin1L5QMMHFPmFoRLWAm5RqpCT { top:18.3125rem;left:8.5rem;width:39.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkzGeGJGB0PnuWkBGE6sv8mZ5TgAUzkt { top:2.9375rem;left:0rem;width:40.4375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1nGIsm70U5BNVRiMteB1p44PtPmKdUP { top:3.5rem;left:0rem;width:39.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXtyeTug4QDnVVuPCXOBkf0WgHQACUs5 { display:block; }#eXtyeTug4QDnVVuPCXOBkf0WgHQACUs5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlxTGlXio3J1e6OK92hICnmrMn6Gfrly { top:1.875rem;left:12.84375rem;width:22.0625rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc9ABD4zZeKd7hzMUBuR3s9QaHeMldbJ { display:block; }#Oc9ABD4zZeKd7hzMUBuR3s9QaHeMldbJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZ4E1OrT0XQvIochbR4lkWJVtC9EmsMa { top:4.1875rem;left:0.375rem;width:14.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgmRRrTPQ61TO09lM9dZtqRwfJqZpanT { top:4.25rem;left:14.9375rem;width:16.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ2b0pznhrpdchgcKKRXsDzgWJdftWfp { top:4.1875rem;left:31.75rem;width:15.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3 { display:block; }#e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5ADKVxwWd47lC2zJTcgpvT6TISTcuJh { top:1.1875rem;left:20.125rem;width:27.625rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M42l3PMoolsFzsz8tk5RuTryhMn5Eqbz { top:3.125rem;left:0rem;width:37rem;height:9.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqU6Ttr1IZx1x4HAceodRfSLQJGRXql7 { width:17.1875rem;height:3.4375rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsoSJhSLAXFi7GCivA5PxPlN8O4DT1sG { display:block; }
 }@media only screen and (max-width: 763px) { #HT3VqECf9LOlXcpGgy3yTE3xWWtf6otl { display:block; }#HT3VqECf9LOlXcpGgy3yTE3xWWtf6otl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQMRz8BJGEWmBQye6KdMZNLhrBrNvnS8 { top:5.375rem;left:19.5625rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tteq9QXZUdxZohUxweIWIVUnnyrLKtdi { 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) { #nZO4oaPapWAu2DeDg2ZHMu33VXTxNcRS { top:8.8125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
#nZO4oaPapWAu2DeDg2ZHMu33VXTxNcRS > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #K2Blt1HOc8LxgXFfkbcDyPnkO1ReuDNG { top:8.8125rem;left:39.375rem;width:1.25rem;height:1.25rem;display:block; }
#K2Blt1HOc8LxgXFfkbcDyPnkO1ReuDNG > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #UHtSHbCo9wehuOPtQehmFVGDwQ5puAHr { top:8.8125rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
#UHtSHbCo9wehuOPtQehmFVGDwQ5puAHr > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #q5uqesU3Tznk6hTCiS8enZVkWfAmWnJr { top:8.8125rem;left:45.625rem;width:1.25rem;height:1.25rem;display:block; }
#q5uqesU3Tznk6hTCiS8enZVkWfAmWnJr > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #N5r7ziQqGlnkwJieywhNz671HHIxTRiM { top:19.9375rem;left:0rem;width:12.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMDtRZBazaz39t4gF2Fmo4pLgWDAk5eK { 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) { #db72EsaDqZftJEUqgpdnMCDzgVqfU16J { 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) { #guDznKToaKbJKA5TfEXuIaUPCaDKZPT5 { 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) { #hCosQZbWBSvdKvyJFhAxgtdqZm7IUqk9 { top:3.4375rem;left:0rem;width:9.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #crdNa5p9pCZKZarMyB44qmW0JB8eLw3a { top:5.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd2NN9VPD68FlRKE58BUNFL81P5ZPIbd { 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) { #GsrsWtUA9Cp4lhEMB3LmNbSdOvIbDn5r { 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) { #X82ZafhQ4QFxus1XHeJaZZu6M0XrQrKz { 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) { #nWoFNPyIlkHLNNKMMqf6td6iOC4W1H61 { width:15.75rem;height:2.5rem;top:14.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2lBmGMyyqoCegvKnPmTT0BK1ZqryPAP { display:block; }
 }@media only screen and (max-width: 763px) { #qpENBa4F3cfoNbkfbweHN7xhTg2p7LQl { top:6.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxil7dx8Exzi8isRdwTTIA6thcaB3HHh { top:7.3125rem;left:0rem;width:10.1875rem;height:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgh73TZRZS6hSUofgV3L33BO7GWyPAGA { top:5.375rem;left:7.8125rem;width:10rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4B4tIS61HThuyTUOxASHSLUil8F6pnx { display:none; }
 }@media only screen and (max-width: 763px) { #t4SX3JVpIy6r3ht6oHDHCuXPt7bvNxsD { top:8.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#t4SX3JVpIy6r3ht6oHDHCuXPt7bvNxsD > 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) { #r7dAo1C2mrQ84NC3SdKv421fQgB1unly { position:relative;z-index:auto;display:block; }#r7dAo1C2mrQ84NC3SdKv421fQgB1unly > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZpI7QxZbR2eyBKohTbaxSx1A9Zu4ceq { 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) { #ELxPWRLkpAcGRRTf5ERWFZWVBFX0VHfb { display:block; }
 }@media only screen and (max-width: 763px) { #vLpdFfEJoiLZOfZstMtwWmZxfg5Dh66u { width:12.125rem;height:1.7871125rem;top:1.1806640625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK3NMV9MIo7iCbFQnpJI37TopPB5KIwa { width:4.625rem;height:2.625rem;top:3.375rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKmQ7UZ80z4F0UOeTrixCQu9DGOwq6Vp { display:block; }
 }@media only screen and (max-width: 763px) { #xUobMJc0E9W62J9A9qXsiH2tyOhtkhUk { width:3.1875rem;height:2.625rem;top:6.4375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq386zt2dQAHIeXZqx1WbXhicdpfFqnL { display:block; }
 }@media only screen and (max-width: 763px) { #N20GQ8mobv1UD3bla9N7WcbeWfvslarT { width:5.75rem;height:2.625rem;top:6.4375rem;left:4.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzWUDCHDTkdQM8TLVX7BdHrDQOWPOxPc { display:block; }
 }@media only screen and (max-width: 763px) { #gTgm3Vz7hH2cECVVgN72xRCVscvEBTms { 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) { #Wv6hUlD2LqTRpqG270fORMadEBKWHWfp { display:block; }
 }@media only screen and (max-width: 763px) { #fo7iE7IBEQuaGbPq9T6gtZf6QSZqFa0J { width:3.5rem;height:2.625rem;top:6.4375rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVaoq2KrWU4TB3X4pqOUe5ageuF2MewO { display:block; }
 }@media only screen and (max-width: 763px) { #HuGItDia6uLZQkd32pCmZwhLtHHBdBCB { display:flex;width:1.25rem;height:1.25rem;top:7.125rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #kZZpVL110KaQoaZmSnE8LvDTWtQGTw7B { width:8.6875rem;height:2.3125rem;top:3.53125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhddNe42DbVT2aTEWl9xmBS07wX90Pxo { display:block; }
 }@media only screen and (max-width: 763px) { #HEAosHBbXCaLoLkCwlyxLbgvTChJsWMu { display:block; }#HEAosHBbXCaLoLkCwlyxLbgvTChJsWMu > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3ek0bs2hXnBzNxBK0ETb9rQFOukmxTV { width:11.0625rem;height:2.3125rem;top:7rem;left:5.75rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pdf4DoUJXBqZho3Ki8cFIQp1wP01woCc { display:block; }
 }@media only screen and (max-width: 763px) { #WIoyE6ibyRWpF6TR8nViuCkxVxXGQlPs { width:5.1875rem;height:2.3125rem;top:9.3125rem;left:11.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xaNF1pINx1QGR1qr6d7CRzWIKELgDZCA { display:block; }
 }@media only screen and (max-width: 763px) { #T16iR3LuHXM8g7RsEBvqLg6tGJos1n7I { width:5.125rem;height:2.3125rem;top:0rem;left:11.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #vt7fS2o7JDdXnko0Vm6lf1smHDDutTz4 { display:block; }
 }@media only screen and (max-width: 763px) { #cMetS2XaT214ELprSc6NvBMLL90V0OGm { width:3.875rem;height:2.3125rem;top:11.625rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wuTOt178qo39l0ctJBKaBhUa5RtwqIwR { display:block; }
 }@media only screen and (max-width: 763px) { #ePMAw31B6nXrWtPLNe5UXchN6zfTTlpn { width:3.625rem;height:2.3125rem;top:13.9375rem;left:13.125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gMRudPW9EOEuaN33TRrUhRBPTCiDfhlo { display:block; }
 }@media only screen and (max-width: 763px) { #l5rv1vFakmECGwX4Z49v5TWWSSnd7Hfl { width:9.375rem;height:2.3125rem;top:4.75rem;left:7.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #O930z03G6XZNwm8Meg625T8f8n5a3LFT { display:block; }
 }@media only screen and (max-width: 763px) { #Lyg7NtCOBWwFDCrCz0SJ1nPbHD16RIAL { width:7.75rem;height:2.3125rem;top:2.3125rem;left:9.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #J9nb2WTJLbra1O7lHT9a22vZsHmr5TLD { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JePQw8Ugn1NvKq3O5taEbgS6Lfu206Ol { width:20rem;height:1.8681625rem;top:0.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LWgaW638obZMu4fCGzhFMwoVA4IvB2dN { width:18.3125rem;height:4.5rem;top:6.25rem;left:0.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9FnmvsNcuAqTXEQTMa18oWFcSPssnpO { width:20rem;height:0.3125rem;top:28.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRaX5AtV92gaX5e9Bu2sIH2ZuKv4TZ8b { width:20rem;height:2.923825rem;top:2.8046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XcqmueccVtu6OwilqTJvhZDKLWTwzDzB { width:10.6875rem;height:17.1875rem;top:11.88671875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaXfSlR98pVPsnNLnVmRrLDvJsOtMUa1 { display:block; }#gaXfSlR98pVPsnNLnVmRrLDvJsOtMUa1 > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhSmbrlzN7eFN1UD62lOXRvgVNtqkRxn { width:18.6875rem;height:2.923825rem;top:1.23828125rem;left:0.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kinWCsX1lpWyd2Jiyzv5Clyp5zfLAJZf { width:19.0625rem;height:6.5625rem;top:5.0625rem;left:0.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q08gkZwV8ev2kXsmTsfxe4Hvypt0beRq { display:block; }#q08gkZwV8ev2kXsmTsfxe4Hvypt0beRq > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWEpKios7ggy6LmS5X5UXrP8RNWZHocT { width:15.0625rem;height:1.4619125rem;top:5.599609375rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW5HMbJcNhrdSfCac1PJ8Lt9WTHpRhRJ { width:20rem;height:1.13671875rem;top:7.060546875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbMbZwZT1HLGT91gxwWlmuvf6FFQqELn { width:18.5rem;height:1.4619125rem;top:8.861328125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8qzv4enMdvoIFf3r6v83wa8naQKMCXO { width:20rem;height:1.13671875rem;top:10.322265625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxTa1CZstFpHFbSkzrCQeDbWtKeGcDLn { width:18.125rem;height:1.4619125rem;top:12.498046875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXfT7op6acid2phmN94yQQa8aSiEq7GP { width:20rem;height:2.2734375rem;top:13.958984375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um1qvexXoBpZgw3X6NdTT2OQahT9Fn1n { width:18.125rem;height:2.923825rem;top:1.25rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9 { display:block; }#NqSxJ9QDT4kHkqpACaIALL402JZ9HDv9 > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqXhi7QwvJGzewqkaT2lZ8zWJn8wAz0H { width:20rem;height:1.13671875rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KzWTWyVDBGnQF4OHGkCaV4ekr5tiLBoE { width:20rem;height:1.4619125rem;top:4.611328125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8D1pI3gTFfIrrOLoFLze591U3cPTqzM { width:18.6875rem;height:1.4619125rem;top:9.3935546875rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpNAwFv6eVlD0BAJ3POpnFRMcn7DVJS9 { width:14.4375rem;height:1.4619125rem;top:13.9482421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO5OkXUCqfMrlDNbk6yBCZzLog9ck3Ld { width:20rem;height:1.4619125rem;top:18.8857421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFQBaTyTS4O7fyEVtIlXI8SOT9PPdLH0 { width:20rem;height:3.4375rem;top:3.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXmqcC9vEm06zifRgnlpsPVnRDPtnZC0 { width:5.125rem;height:3.4375rem;top:8.3486328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3nhlyHvdEQoXSyq7mQLcK3qRX3dpncF { width:20rem;height:3.4375rem;top:8.3486328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDkIdJdT6kJvLRlTxewqfJ9Fqtmy3DCC { width:5.125rem;height:3.4375rem;top:3.6611328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUtT5LVxOpP7KxJbZfhH8GupuZr7BoJO { width:20rem;height:3.4375rem;top:13.0361328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmANSC5PmiQn4xlsgTlTdxhGSTXUTMcu { width:20rem;height:3.4375rem;top:17.7236328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiBI6ztwHlTesfSQZ3XqFiZGDh8iKUDr { width:5.125rem;height:3.4375rem;top:13.0361328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ccxoue9Z1TaH8U2Fc281TExI6SHzWZIU { width:5.125rem;height:3.4375rem;top:17.7236328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL4U0HaDdwGVHZNAOAtz11RlmI2TXwW2 { display:block; }#RL4U0HaDdwGVHZNAOAtz11RlmI2TXwW2 > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzqTMf8sxEqyAZaAig5aVSX5lnVKHeOg { width:20rem;height:1.4619125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irX1xWuwmffq6TMqXHAAWhmItOS4hKg9 { display:block; }#irX1xWuwmffq6TMqXHAAWhmItOS4hKg9 > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7vBvZ3GabqXu7w463yLbFn7wFIWBM2m { width:17.125rem;height:6.5625rem;top:3.25rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1KCinrli3RM9AHfyAXbR4qeFHFw2ZC2 { width:19.0625rem;height:5.25rem;top:15.875rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yCZizHdWycNrK2oexadk5pcLCL4Hwmu8 { width:19rem;height:5.25rem;top:27.6875rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTZe8xDLv7ZVmvNp303xcTJd9WyohBFX { width:20rem;height:10.5625rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #avgKGF1CBznEzvkQRld8kmabwvNuJoMC { width:20rem;height:9.375rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBeazZnkuc9tTtU9MIA5uKt20SlJCDbV { width:20rem;height:5.25rem;top:39.34375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c4q6ADqsxF1k3do1PDzMX8iRhtFxw6Lh { width:20rem;height:10.6875rem;top:48.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue6VBb6xwVpnpnrCCzTB27QkCk0CPFbD { width:20rem;height:9.5rem;top:49.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9RsnJfoeiMQsxm8hBgdbG71suPB7GJF { width:20rem;height:5.25rem;top:51.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXaB77ss0eMJqFyRXRTl1Qz18xE9v1zc { width:20rem;height:10.5625rem;top:25.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1f7p8wQVvrhUUHbHgdLqNBaCWKnt3zW { width:20rem;height:9.25rem;top:25.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLkvVvwg8cRBeWD3Q6sg4vz6xHB6tzrh { width:20rem;height:10.5625rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl6TU7qin1L5QMMHFPmFoRLWAm5RqpCT { width:20rem;height:9.25rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkzGeGJGB0PnuWkBGE6sv8mZ5TgAUzkt { width:20rem;height:10.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1nGIsm70U5BNVRiMteB1p44PtPmKdUP { width:20rem;height:9.25rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXtyeTug4QDnVVuPCXOBkf0WgHQACUs5 { display:block; }#eXtyeTug4QDnVVuPCXOBkf0WgHQACUs5 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlxTGlXio3J1e6OK92hICnmrMn6Gfrly { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc9ABD4zZeKd7hzMUBuR3s9QaHeMldbJ { display:block; }#Oc9ABD4zZeKd7hzMUBuR3s9QaHeMldbJ > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZ4E1OrT0XQvIochbR4lkWJVtC9EmsMa { width:15.625rem;height:2.625rem;top:1.1875rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgmRRrTPQ61TO09lM9dZtqRwfJqZpanT { width:16.8125rem;height:2.625rem;top:4.8125rem;left:1.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ2b0pznhrpdchgcKKRXsDzgWJdftWfp { width:15.8125rem;height:3.9375rem;top:8rem;left:2.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3 { display:block; }#e46HD6VNMMUJMXfxJAKUsaeu9r8ZX3i3 > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5ADKVxwWd47lC2zJTcgpvT6TISTcuJh { width:20rem;height:20.723625rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M42l3PMoolsFzsz8tk5RuTryhMn5Eqbz { width:20rem;height:5.0625rem;top:3.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IqU6Ttr1IZx1x4HAceodRfSLQJGRXql7 { width:17.1875rem;height:3.4375rem;top:10.47265625rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsoSJhSLAXFi7GCivA5PxPlN8O4DT1sG { display:block; }
 }@media only screen and (max-width: 763px) { #HT3VqECf9LOlXcpGgy3yTE3xWWtf6otl { display:block; }#HT3VqECf9LOlXcpGgy3yTE3xWWtf6otl > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQMRz8BJGEWmBQye6KdMZNLhrBrNvnS8 { 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) { #Tteq9QXZUdxZohUxweIWIVUnnyrLKtdi { 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) { #nZO4oaPapWAu2DeDg2ZHMu33VXTxNcRS { display:flex;width:0.8125rem;height:0.8125rem;top:8.5625rem;left:18.8125rem;font-size:0.5625rem; }
#nZO4oaPapWAu2DeDg2ZHMu33VXTxNcRS > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #K2Blt1HOc8LxgXFfkbcDyPnkO1ReuDNG { display:flex;width:0.9375rem;height:0.9375rem;top:10.625rem;left:18.75rem;font-size:0.625rem; }
#K2Blt1HOc8LxgXFfkbcDyPnkO1ReuDNG > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #UHtSHbCo9wehuOPtQehmFVGDwQ5puAHr { display:flex;width:0.9375rem;height:0.9375rem;top:12.8125rem;left:18.75rem;font-size:0.625rem; }
#UHtSHbCo9wehuOPtQehmFVGDwQ5puAHr > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #q5uqesU3Tznk6hTCiS8enZVkWfAmWnJr { display:flex;width:0.8125rem;height:0.8125rem;top:15rem;left:18.8125rem;font-size:0.5625rem; }
#q5uqesU3Tznk6hTCiS8enZVkWfAmWnJr > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #N5r7ziQqGlnkwJieywhNz671HHIxTRiM { 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) { #tMDtRZBazaz39t4gF2Fmo4pLgWDAk5eK { 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) { #db72EsaDqZftJEUqgpdnMCDzgVqfU16J { 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) { #guDznKToaKbJKA5TfEXuIaUPCaDKZPT5 { 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) { #hCosQZbWBSvdKvyJFhAxgtdqZm7IUqk9 { 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) { #crdNa5p9pCZKZarMyB44qmW0JB8eLw3a { 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) { #Bd2NN9VPD68FlRKE58BUNFL81P5ZPIbd { 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) { #GsrsWtUA9Cp4lhEMB3LmNbSdOvIbDn5r { 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) { #X82ZafhQ4QFxus1XHeJaZZu6M0XrQrKz { 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) { #nWoFNPyIlkHLNNKMMqf6td6iOC4W1H61 { width:15.0625rem;height:2.5rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2lBmGMyyqoCegvKnPmTT0BK1ZqryPAP { display:block; }
 }@media only screen and (max-width: 763px) { #qpENBa4F3cfoNbkfbweHN7xhTg2p7LQl { 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) { #sxil7dx8Exzi8isRdwTTIA6thcaB3HHh { 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) { #sgh73TZRZS6hSUofgV3L33BO7GWyPAGA { 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) { #C4B4tIS61HThuyTUOxASHSLUil8F6pnx { 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) { #t4SX3JVpIy6r3ht6oHDHCuXPt7bvNxsD { display:flex;width:0.9375rem;height:0.9375rem;top:16.875rem;left:18.75rem;font-size:0.625rem; }
#t4SX3JVpIy6r3ht6oHDHCuXPt7bvNxsD > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }