.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); }#AKIcyPlJLwOyqFI0RZ6849JmKyAobZXw { 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; }#AKIcyPlJLwOyqFI0RZ6849JmKyAobZXw > .row .container { background-color: transparent; background-image: none; }#AKIcyPlJLwOyqFI0RZ6849JmKyAobZXw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKIcyPlJLwOyqFI0RZ6849JmKyAobZXw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKIcyPlJLwOyqFI0RZ6849JmKyAobZXw > .row .container > .video-iframe-container { display: none; }#AKIcyPlJLwOyqFI0RZ6849JmKyAobZXw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKIcyPlJLwOyqFI0RZ6849JmKyAobZXw > .row > .video-iframe-container { display: none; }#AKIcyPlJLwOyqFI0RZ6849JmKyAobZXw > .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); }#AKIcyPlJLwOyqFI0RZ6849JmKyAobZXw > .row .container { border-width: 0; border-radius: 0; }#AKIcyPlJLwOyqFI0RZ6849JmKyAobZXw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKIcyPlJLwOyqFI0RZ6849JmKyAobZXw > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#Z02yhCqLOvtn2DlJVgBmeBmxTZ4DTULg { 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; }
#tIPn7iDNCf6aPW2v1iStc6zp0Ky5PyKl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahHvnlt4Xhlz1N5RZLvfGx5tnfnNVmlJ { 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; }
#N6BtbUHScTnSOgFir6H2o6MJ1udRhvaZ { 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; }
#DR2WGrLc0dhy94RXTVRItlpsSySKaVJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#amercoycv40DZfAJDEgphA6tSwQz3SUK { 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; }
#Jv3KKn73f0DtktRvdy6RrpD5WdnMPZLE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d7RtKyaH62lCJpuCJWHWt88pTQr7q8Jf { 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; }
#ccCPIOGIkb2W9cqHFr06WMecbBANwkwy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AMHxCSbT3qLOzFVUvonpCQZ7GLhcJJzs { 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; }
#kCVTz3aooe6ig6nHSOQhPBcUHJ0eTX8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hrQ09mQq5HyTwkoqJJ9mZo9nQ8egSuyW { 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; }
#qW6xXgTh8IzTtPLoI21usrXllk2Eta03 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DHDorGrSpsHAfeAHgWfzCTd1ZPwKSgvw { 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; }
#hnfLVqruxr49My3CcCIkbKgg2TxrJK1f { 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; }
#H727FOpSxig2h45TfreEBiWd91nNn38l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HyaMzQCIrIrc62MIrnOH1T3SSHho5WVr { position:relative;display:block; }#HyaMzQCIrIrc62MIrnOH1T3SSHho5WVr { background-color: transparent; background-image: none; }#HyaMzQCIrIrc62MIrnOH1T3SSHho5WVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyaMzQCIrIrc62MIrnOH1T3SSHho5WVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyaMzQCIrIrc62MIrnOH1T3SSHho5WVr > .row .container > .video-iframe-container { display: none; }#HyaMzQCIrIrc62MIrnOH1T3SSHho5WVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyaMzQCIrIrc62MIrnOH1T3SSHho5WVr > .row > .video-iframe-container { display: none; }#HyaMzQCIrIrc62MIrnOH1T3SSHho5WVr > .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); }#HyaMzQCIrIrc62MIrnOH1T3SSHho5WVr { border-width: 0; border-radius: 0; }#HyaMzQCIrIrc62MIrnOH1T3SSHho5WVr > .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; }#HyaMzQCIrIrc62MIrnOH1T3SSHho5WVr > .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; }#Fi3i4ITIQ0PhJ7EIhARNKIkRZPWZJkw4 { 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; }
#tKRDbmBpWhiE75KmgwkH1XSv5uNgquZc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BpX8h42mLNyge6HFW2EZsVKyzZehBKHb { 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; }
#KU9OMnkr0fFHSCF09dKFO4P0pvBhdnEH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTQWTVJitZuh7Dv5ZGuh0EPRxUZuhKgl { 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; }
#MOwpvpMKaUuTQAJl9PsMI16bvMHEumpx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRdldbq3ZQ6iL8d7oAvgT1rCNlxXdmQ0 { 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; }
#RBxBlXSvMIFnLgEty3h97gXsgdxwyza6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#goutg6ztT28ZGSpZUTrIdgbeIumzazRn { 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; }
#LwmkAuTVLZdWCc7bk9TARdQSmvftWemo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sO6LQuoTA0XslHdNqNttpHzcsD0KITFB { 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; }
#epLPuBVL4KWPItRWhIAUmTPT0CsTdTpT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QUSWIXl80tKpwSbi3WLA9J5J0APeDUcc { 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; }
#O2QxGTo74cfUgAs5Q3y7sCDEzAGiJH2r { 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:37.5625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#ySQZtMg3pFTWEDfKRD0mt3NUFpcrgk0F { color:#000000;display:block;width:45.375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.123046875rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#A1x6WyNpAZxLsp95dT0MLUBWtWXWbnWP { color:#000000;display:block;width:27.6230625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:13.349609375rem;left:14.998046875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#abpCqP8wE4V7yzD4STmwHXtKK7JVDknE { color:#000000;display:block;width:48.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:17.3369140625rem;left:5.875rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#rI4IK7EhCTmAgtZdRshyinASfMSowOkL { color:#000000;display:block;width:27.6230625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:25.47265625rem;left:14.998046875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QWFaTKnVnXPHmVyGq3W4qv8Wi6R7RtT1 { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:29.4599609375rem;left:6.21875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#CC6fUAtxc3zCtFPaLAxmDIl1HlCH7LT0 { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15066;background-color:#e3e3e3;background-image:none;top:0.7685546875rem;left:0rem;display:block; }
#hQt9wnDmPEauXn9JKFC3K0nA15L5TDMF { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15067;background-color:#e3e3e3;background-image:none;top:36.5078125rem;left:0rem;display:block; }
#B92GenCKLPll1ZrGudZqcCSCOVG9TJWH { position:relative;display:block; }#B92GenCKLPll1ZrGudZqcCSCOVG9TJWH { background-color: transparent; background-image: none; }#B92GenCKLPll1ZrGudZqcCSCOVG9TJWH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B92GenCKLPll1ZrGudZqcCSCOVG9TJWH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B92GenCKLPll1ZrGudZqcCSCOVG9TJWH > .row .container > .video-iframe-container { display: none; }#B92GenCKLPll1ZrGudZqcCSCOVG9TJWH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B92GenCKLPll1ZrGudZqcCSCOVG9TJWH > .row > .video-iframe-container { display: none; }#B92GenCKLPll1ZrGudZqcCSCOVG9TJWH > .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); }#B92GenCKLPll1ZrGudZqcCSCOVG9TJWH { border-width: 0; border-radius: 0; }#B92GenCKLPll1ZrGudZqcCSCOVG9TJWH > .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; }#B92GenCKLPll1ZrGudZqcCSCOVG9TJWH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width: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; }#T0Fy2McONTZSKcO5BlyZ0kViF3FsxTEW { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:5.71875rem;left:1.5625rem;height:8.7715rem;text-align:center;text-align-last:center;display:block; }
#Bt5I5gNJ24ImZRvqMs5x8nn6bNzuhTF2 { color:#00b3b3;display:block;width:14.5605625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:1.6875rem;left:2.75rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uV9ZbDKoWpDh1bXOUTUa8y5sBbpDQuuK { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:4.98828125rem;left:21.3125rem;height:10.233375rem;text-align:center;text-align-last:center;display:block; }
#zs9ByDk9qHZmqVHVoofuO23RRM4CfGTC { color:#00b3b3;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:1.6875rem;left:22.71875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#u6tw47nEmrmTGyZkX980ZDDxL4K72CrI { color:#00b3b3;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:1.6875rem;left:40.5rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZdTMAwb4uku64xtP4Bf8SmfFlFX1cWk5 { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:5.71875rem;left:41.09375rem;height:8.7715rem;text-align:center;text-align-last:center;display:block; }
#I2gCUTidxACgbiTiNQKUgtByEtSqORuh { box-sizing:content-box;height:15.625rem;width:0.3125rem;position:absolute;display:block;z-index:15064;background-color:#e3e3e3;background-image:none;top:1.5625rem;left:19.8125rem;display:block; }
#wnMwR13uLQiM8KvsgD2Ai29D7XWLB2HT { box-sizing:content-box;height:15.625rem;width:0.3125rem;position:absolute;display:block;z-index:15065;background-color:#e3e3e3;background-image:none;top:1.5625rem;left:39.8125rem;display:block; }
#fCUudiJDBngTqDSmOESeQnrzTPpT1TXW { 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; }#fCUudiJDBngTqDSmOESeQnrzTPpT1TXW.adaptive-delivery-prevent-bg, #fCUudiJDBngTqDSmOESeQnrzTPpT1TXW.lazyload, #fCUudiJDBngTqDSmOESeQnrzTPpT1TXW.lazyloading { background-image: none; }#fCUudiJDBngTqDSmOESeQnrzTPpT1TXW > .row .container { background-color: transparent; background-image: none; }#fCUudiJDBngTqDSmOESeQnrzTPpT1TXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.06); }#fCUudiJDBngTqDSmOESeQnrzTPpT1TXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCUudiJDBngTqDSmOESeQnrzTPpT1TXW > .row .container > .video-iframe-container { display: none; }#fCUudiJDBngTqDSmOESeQnrzTPpT1TXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.06); }#fCUudiJDBngTqDSmOESeQnrzTPpT1TXW > .row > .video-iframe-container { display: none; }#fCUudiJDBngTqDSmOESeQnrzTPpT1TXW > .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); }#fCUudiJDBngTqDSmOESeQnrzTPpT1TXW > .row .container { border-width: 0; border-radius: 0; }#fCUudiJDBngTqDSmOESeQnrzTPpT1TXW::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; }#fCUudiJDBngTqDSmOESeQnrzTPpT1TXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fCUudiJDBngTqDSmOESeQnrzTPpT1TXW > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:block; }#gxudDqQRk1TmkLINFuayEnUbf8mSMSD3 { background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.125rem;height:4.4375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:2.375rem;left:15.4375rem;display:block; }
#DpyuRvgoCiA9OxmfzsdkgIbTHaPN6EgP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yByZPEEQqJcTfbxQREEDoZpCRe98vtll { position:relative;display:block; }#yByZPEEQqJcTfbxQREEDoZpCRe98vtll { background-color: transparent; background-image: none; }#yByZPEEQqJcTfbxQREEDoZpCRe98vtll::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yByZPEEQqJcTfbxQREEDoZpCRe98vtll > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yByZPEEQqJcTfbxQREEDoZpCRe98vtll > .row .container > .video-iframe-container { display: none; }#yByZPEEQqJcTfbxQREEDoZpCRe98vtll > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yByZPEEQqJcTfbxQREEDoZpCRe98vtll > .row > .video-iframe-container { display: none; }#yByZPEEQqJcTfbxQREEDoZpCRe98vtll > .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); }#yByZPEEQqJcTfbxQREEDoZpCRe98vtll { border-width: 0; border-radius: 0; }#yByZPEEQqJcTfbxQREEDoZpCRe98vtll > .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; }#yByZPEEQqJcTfbxQREEDoZpCRe98vtll > .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; }#Mb1TXv1O4BvdHVwxypzVaeFUTobwUnWO { 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; }
#UzQFW7as7aTgggah6UGb7xOdTEApFosi { 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; }
#LyampcNr7mv1hwr1MNpn34TC4BIBbGa4 { 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; }
#LyampcNr7mv1hwr1MNpn34TC4BIBbGa4 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#BcwWJK7KKducCcFn4qyKKTeJTkLPk7eo { 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; }
#BcwWJK7KKducCcFn4qyKKTeJTkLPk7eo > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#kF43JAk7g0fC5va0U4hTuelsS39fEnBU { 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; }
#kF43JAk7g0fC5va0U4hTuelsS39fEnBU > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#PtadE4uXxZW1dHkQoSKJrD6Kq4UwMsWV { 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; }
#PtadE4uXxZW1dHkQoSKJrD6Kq4UwMsWV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#nkAbS7ICnarpMkpfAEEqosSgrR2UI7zn { 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; }
#ih334VVB00bZPhotoOydT6NQsFWLt5Hy { 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; }
#DVghyn9KoTwn3PTOhBFC5c3NoJe1IWHf { 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; }
#qW0NpPZLgVRK9cbvQHIw3g84lBAuJfmg { 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; }
#O7V6ysKrIsSSd9MtrEi7UsE9R5afqF6v { 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; }
#QTyP2F9IybTwPOeqyP1O0LcV89NfBiUi { 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; }
#QMd0Gvtu2Wpfwk4rTsRxEBWGaxRIWHri { 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; }
#rE0d8lpxgIer9w8tavTdEO76rMiBTsdW { 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; }
#nDQ5auu85I76RL2Zwymbx1iETy3nt27m { 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; }
#TxpI4GQ4bwiXTsPp0TggnOesGgFD0Dxw { 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; }
#fA6JFxOqttmRDkaH7DUMpdoJ8uGErITT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xKsyUP0VfczAGOafzCHsXd4pqkNnlntR { 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; }
#Tq9AqfT6ibxQcKRFT9Sq2VzLkClQODMw { 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; }
#dhOXiVK4WzAMcTTaafTAk0b3UkU2lDNg { 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; }
#UblN3Q0udydq9acNxKeEHD4EVfW66xaZ { 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; }
#MrtxCmHVUFErOJ57vQ8LfCw7GQhMEQHv { 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; }
#MrtxCmHVUFErOJ57vQ8LfCw7GQhMEQHv > 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) { #AKIcyPlJLwOyqFI0RZ6849JmKyAobZXw { display:block; }#AKIcyPlJLwOyqFI0RZ6849JmKyAobZXw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z02yhCqLOvtn2DlJVgBmeBmxTZ4DTULg { width:6.3125rem;height:2.1875rem;top:2.5rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIPn7iDNCf6aPW2v1iStc6zp0Ky5PyKl { display:block; }
 }@media only screen and (max-width: 763px) { #ahHvnlt4Xhlz1N5RZLvfGx5tnfnNVmlJ { width:9.375rem;height:1.125rem;top:4.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6BtbUHScTnSOgFir6H2o6MJ1udRhvaZ { width:4.625rem;height:2.3125rem;top:2.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR2WGrLc0dhy94RXTVRItlpsSySKaVJq { display:block; }
 }@media only screen and (max-width: 763px) { #amercoycv40DZfAJDEgphA6tSwQz3SUK { width:3.875rem;height:2.3125rem;top:2.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv3KKn73f0DtktRvdy6RrpD5WdnMPZLE { display:block; }
 }@media only screen and (max-width: 763px) { #d7RtKyaH62lCJpuCJWHWt88pTQr7q8Jf { width:5rem;height:2.3125rem;top:2.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccCPIOGIkb2W9cqHFr06WMecbBANwkwy { display:block; }
 }@media only screen and (max-width: 763px) { #AMHxCSbT3qLOzFVUvonpCQZ7GLhcJJzs { width:4.5625rem;height:2.3125rem;top:2.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCVTz3aooe6ig6nHSOQhPBcUHJ0eTX8x { display:block; }
 }@media only screen and (max-width: 763px) { #hrQ09mQq5HyTwkoqJJ9mZo9nQ8egSuyW { width:4.5625rem;height:2.3125rem;top:2.5rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW6xXgTh8IzTtPLoI21usrXllk2Eta03 { display:block; }
 }@media only screen and (max-width: 763px) { #DHDorGrSpsHAfeAHgWfzCTd1ZPwKSgvw { top:3.0625rem;left:42.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnfLVqruxr49My3CcCIkbKgg2TxrJK1f { width:8.6875rem;height:2.3125rem;top:2.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H727FOpSxig2h45TfreEBiWd91nNn38l { display:block; }
 }@media only screen and (max-width: 763px) { #HyaMzQCIrIrc62MIrnOH1T3SSHho5WVr { display:block; }#HyaMzQCIrIrc62MIrnOH1T3SSHho5WVr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fi3i4ITIQ0PhJ7EIhARNKIkRZPWZJkw4 { width:10.3125rem;height:2.3125rem;top:4.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKRDbmBpWhiE75KmgwkH1XSv5uNgquZc { display:block; }
 }@media only screen and (max-width: 763px) { #BpX8h42mLNyge6HFW2EZsVKyzZehBKHb { width:5.1875rem;height:2.3125rem;top:2.375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU9OMnkr0fFHSCF09dKFO4P0pvBhdnEH { display:block; }
 }@media only screen and (max-width: 763px) { #PTQWTVJitZuh7Dv5ZGuh0EPRxUZuhKgl { width:5.125rem;height:2.3125rem;top:0rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOwpvpMKaUuTQAJl9PsMI16bvMHEumpx { display:block; }
 }@media only screen and (max-width: 763px) { #TRdldbq3ZQ6iL8d7oAvgT1rCNlxXdmQ0 { width:3.875rem;height:2.3125rem;top:0.125rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBxBlXSvMIFnLgEty3h97gXsgdxwyza6 { display:block; }
 }@media only screen and (max-width: 763px) { #goutg6ztT28ZGSpZUTrIdgbeIumzazRn { width:4.125rem;height:2.3125rem;top:4.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwmkAuTVLZdWCc7bk9TARdQSmvftWemo { display:block; }
 }@media only screen and (max-width: 763px) { #sO6LQuoTA0XslHdNqNttpHzcsD0KITFB { width:9.25rem;height:2.3125rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #epLPuBVL4KWPItRWhIAUmTPT0CsTdTpT { display:block; }
 }@media only screen and (max-width: 763px) { #QUSWIXl80tKpwSbi3WLA9J5J0APeDUcc { width:8.375rem;height:2.3125rem;top:2.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2QxGTo74cfUgAs5Q3y7sCDEzAGiJH2r { 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) { #ySQZtMg3pFTWEDfKRD0mt3NUFpcrgk0F { top:3.75rem;left:0rem;width:45.375rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1x6WyNpAZxLsp95dT0MLUBWtWXWbnWP { top:13.3125rem;left:8.873046875rem;width:27.5625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abpCqP8wE4V7yzD4STmwHXtKK7JVDknE { top:17.3125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI4IK7EhCTmAgtZdRshyinASfMSowOkL { top:25.4375rem;left:8.873046875rem;width:27.5625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWFaTKnVnXPHmVyGq3W4qv8Wi6R7RtT1 { top:29.4375rem;left:0.09375rem;width:47.5625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC6fUAtxc3zCtFPaLAxmDIl1HlCH7LT0 { top:0.75rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQt9wnDmPEauXn9JKFC3K0nA15L5TDMF { top:36.5rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B92GenCKLPll1ZrGudZqcCSCOVG9TJWH { display:block; }#B92GenCKLPll1ZrGudZqcCSCOVG9TJWH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Fy2McONTZSKcO5BlyZ0kViF3FsxTEW { top:5.6875rem;left:0rem;width:16.875rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt5I5gNJ24ImZRvqMs5x8nn6bNzuhTF2 { top:1.6875rem;left:0.6875rem;width:14.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV9ZbDKoWpDh1bXOUTUa8y5sBbpDQuuK { top:4.9375rem;left:14.375rem;width:17.375rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs9ByDk9qHZmqVHVoofuO23RRM4CfGTC { top:1.6875rem;left:16.53125rem;width:14.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6tw47nEmrmTGyZkX980ZDDxL4K72CrI { top:1.6875rem;left:28.625rem;width:19rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdTMAwb4uku64xtP4Bf8SmfFlFX1cWk5 { top:5.6875rem;left:29.8125rem;width:17.8125rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2gCUTidxACgbiTiNQKUgtByEtSqORuh { top:1.5625rem;left:15.5625rem;width:0.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnMwR13uLQiM8KvsgD2Ai29D7XWLB2HT { top:1.5625rem;left:31.4375rem;width:0.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCUudiJDBngTqDSmOESeQnrzTPpT1TXW { display:block; }#fCUudiJDBngTqDSmOESeQnrzTPpT1TXW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxudDqQRk1TmkLINFuayEnUbf8mSMSD3 { width:29.125rem;height:4.4375rem;top:2.375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpyuRvgoCiA9OxmfzsdkgIbTHaPN6EgP { display:block; }
 }@media only screen and (max-width: 763px) { #yByZPEEQqJcTfbxQREEDoZpCRe98vtll { display:block; }#yByZPEEQqJcTfbxQREEDoZpCRe98vtll > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb1TXv1O4BvdHVwxypzVaeFUTobwUnWO { top:5.375rem;left:19.5625rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzQFW7as7aTgggah6UGb7xOdTEApFosi { 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) { #LyampcNr7mv1hwr1MNpn34TC4BIBbGa4 { top:8.8125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
#LyampcNr7mv1hwr1MNpn34TC4BIBbGa4 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #BcwWJK7KKducCcFn4qyKKTeJTkLPk7eo { top:8.8125rem;left:39.375rem;width:1.25rem;height:1.25rem;display:block; }
#BcwWJK7KKducCcFn4qyKKTeJTkLPk7eo > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #kF43JAk7g0fC5va0U4hTuelsS39fEnBU { top:8.8125rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
#kF43JAk7g0fC5va0U4hTuelsS39fEnBU > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #PtadE4uXxZW1dHkQoSKJrD6Kq4UwMsWV { top:8.8125rem;left:45.625rem;width:1.25rem;height:1.25rem;display:block; }
#PtadE4uXxZW1dHkQoSKJrD6Kq4UwMsWV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #nkAbS7ICnarpMkpfAEEqosSgrR2UI7zn { top:19.9375rem;left:0rem;width:12.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih334VVB00bZPhotoOydT6NQsFWLt5Hy { 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) { #DVghyn9KoTwn3PTOhBFC5c3NoJe1IWHf { 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) { #qW0NpPZLgVRK9cbvQHIw3g84lBAuJfmg { 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) { #O7V6ysKrIsSSd9MtrEi7UsE9R5afqF6v { top:3.4375rem;left:0rem;width:9.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTyP2F9IybTwPOeqyP1O0LcV89NfBiUi { top:5.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMd0Gvtu2Wpfwk4rTsRxEBWGaxRIWHri { 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) { #rE0d8lpxgIer9w8tavTdEO76rMiBTsdW { 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) { #nDQ5auu85I76RL2Zwymbx1iETy3nt27m { 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) { #TxpI4GQ4bwiXTsPp0TggnOesGgFD0Dxw { width:15.75rem;height:2.5rem;top:14.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA6JFxOqttmRDkaH7DUMpdoJ8uGErITT { display:block; }
 }@media only screen and (max-width: 763px) { #xKsyUP0VfczAGOafzCHsXd4pqkNnlntR { top:6.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq9AqfT6ibxQcKRFT9Sq2VzLkClQODMw { top:7.3125rem;left:0rem;width:10.1875rem;height:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhOXiVK4WzAMcTTaafTAk0b3UkU2lDNg { top:5.375rem;left:7.8125rem;width:10rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UblN3Q0udydq9acNxKeEHD4EVfW66xaZ { display:none; }
 }@media only screen and (max-width: 763px) { #MrtxCmHVUFErOJ57vQ8LfCw7GQhMEQHv { top:8.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#MrtxCmHVUFErOJ57vQ8LfCw7GQhMEQHv > 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) { #AKIcyPlJLwOyqFI0RZ6849JmKyAobZXw { position:relative;z-index:auto;display:block; }#AKIcyPlJLwOyqFI0RZ6849JmKyAobZXw > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z02yhCqLOvtn2DlJVgBmeBmxTZ4DTULg { 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) { #tIPn7iDNCf6aPW2v1iStc6zp0Ky5PyKl { display:block; }
 }@media only screen and (max-width: 763px) { #ahHvnlt4Xhlz1N5RZLvfGx5tnfnNVmlJ { 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) { #N6BtbUHScTnSOgFir6H2o6MJ1udRhvaZ { 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) { #DR2WGrLc0dhy94RXTVRItlpsSySKaVJq { display:block; }
 }@media only screen and (max-width: 763px) { #amercoycv40DZfAJDEgphA6tSwQz3SUK { 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) { #Jv3KKn73f0DtktRvdy6RrpD5WdnMPZLE { display:block; }
 }@media only screen and (max-width: 763px) { #d7RtKyaH62lCJpuCJWHWt88pTQr7q8Jf { 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) { #ccCPIOGIkb2W9cqHFr06WMecbBANwkwy { display:block; }
 }@media only screen and (max-width: 763px) { #AMHxCSbT3qLOzFVUvonpCQZ7GLhcJJzs { 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) { #kCVTz3aooe6ig6nHSOQhPBcUHJ0eTX8x { display:block; }
 }@media only screen and (max-width: 763px) { #hrQ09mQq5HyTwkoqJJ9mZo9nQ8egSuyW { width:3.5rem;height:2.625rem;top:6.4375rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW6xXgTh8IzTtPLoI21usrXllk2Eta03 { display:block; }
 }@media only screen and (max-width: 763px) { #DHDorGrSpsHAfeAHgWfzCTd1ZPwKSgvw { display:flex;width:1.25rem;height:1.25rem;top:7.125rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #hnfLVqruxr49My3CcCIkbKgg2TxrJK1f { 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) { #H727FOpSxig2h45TfreEBiWd91nNn38l { display:block; }
 }@media only screen and (max-width: 763px) { #HyaMzQCIrIrc62MIrnOH1T3SSHho5WVr { display:block; }#HyaMzQCIrIrc62MIrnOH1T3SSHho5WVr > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fi3i4ITIQ0PhJ7EIhARNKIkRZPWZJkw4 { 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) { #tKRDbmBpWhiE75KmgwkH1XSv5uNgquZc { display:block; }
 }@media only screen and (max-width: 763px) { #BpX8h42mLNyge6HFW2EZsVKyzZehBKHb { 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) { #KU9OMnkr0fFHSCF09dKFO4P0pvBhdnEH { display:block; }
 }@media only screen and (max-width: 763px) { #PTQWTVJitZuh7Dv5ZGuh0EPRxUZuhKgl { 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) { #MOwpvpMKaUuTQAJl9PsMI16bvMHEumpx { display:block; }
 }@media only screen and (max-width: 763px) { #TRdldbq3ZQ6iL8d7oAvgT1rCNlxXdmQ0 { 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) { #RBxBlXSvMIFnLgEty3h97gXsgdxwyza6 { display:block; }
 }@media only screen and (max-width: 763px) { #goutg6ztT28ZGSpZUTrIdgbeIumzazRn { 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) { #LwmkAuTVLZdWCc7bk9TARdQSmvftWemo { display:block; }
 }@media only screen and (max-width: 763px) { #sO6LQuoTA0XslHdNqNttpHzcsD0KITFB { 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) { #epLPuBVL4KWPItRWhIAUmTPT0CsTdTpT { display:block; }
 }@media only screen and (max-width: 763px) { #QUSWIXl80tKpwSbi3WLA9J5J0APeDUcc { 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) { #O2QxGTo74cfUgAs5Q3y7sCDEzAGiJH2r { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySQZtMg3pFTWEDfKRD0mt3NUFpcrgk0F { width:20rem;height:2.923825rem;top:1.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1x6WyNpAZxLsp95dT0MLUBWtWXWbnWP { width:20rem;height:1.21875rem;top:6.609375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #abpCqP8wE4V7yzD4STmwHXtKK7JVDknE { width:17.6875rem;height:6.8203125rem;top:8.828125rem;left:1.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI4IK7EhCTmAgtZdRshyinASfMSowOkL { width:20rem;height:1.21875rem;top:17.4609375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWFaTKnVnXPHmVyGq3W4qv8Wi6R7RtT1 { width:17.8125rem;height:5.68359375rem;top:19.6171875rem;left:1.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC6fUAtxc3zCtFPaLAxmDIl1HlCH7LT0 { width:20rem;height:0.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQt9wnDmPEauXn9JKFC3K0nA15L5TDMF { width:20rem;height:0.3125rem;top:27.265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B92GenCKLPll1ZrGudZqcCSCOVG9TJWH { display:block; }#B92GenCKLPll1ZrGudZqcCSCOVG9TJWH > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Fy2McONTZSKcO5BlyZ0kViF3FsxTEW { width:17.375rem;height:4.546875rem;top:4.2734375rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt5I5gNJ24ImZRvqMs5x8nn6bNzuhTF2 { width:14.5rem;height:1.4619125rem;top:1.875rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uV9ZbDKoWpDh1bXOUTUa8y5sBbpDQuuK { width:18.75rem;height:5.68359375rem;top:13.23046875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs9ByDk9qHZmqVHVoofuO23RRM4CfGTC { width:14.5625rem;height:1.4619125rem;top:10.83203125rem;left:2.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6tw47nEmrmTGyZkX980ZDDxL4K72CrI { width:17.625rem;height:1.4619125rem;top:20.7890625rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZdTMAwb4uku64xtP4Bf8SmfFlFX1cWk5 { width:17.1875rem;height:4.546875rem;top:23.1875rem;left:1.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2gCUTidxACgbiTiNQKUgtByEtSqORuh { width:0.3125rem;height:15.625rem;top:0.49609375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wnMwR13uLQiM8KvsgD2Ai29D7XWLB2HT { width:0.3125rem;height:15.625rem;top:3.75rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fCUudiJDBngTqDSmOESeQnrzTPpT1TXW { display:block; }#fCUudiJDBngTqDSmOESeQnrzTPpT1TXW > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxudDqQRk1TmkLINFuayEnUbf8mSMSD3 { width:19rem;height:3.4375rem;top:1.75rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpyuRvgoCiA9OxmfzsdkgIbTHaPN6EgP { display:block; }
 }@media only screen and (max-width: 763px) { #yByZPEEQqJcTfbxQREEDoZpCRe98vtll { display:block; }#yByZPEEQqJcTfbxQREEDoZpCRe98vtll > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb1TXv1O4BvdHVwxypzVaeFUTobwUnWO { 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) { #UzQFW7as7aTgggah6UGb7xOdTEApFosi { 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) { #LyampcNr7mv1hwr1MNpn34TC4BIBbGa4 { display:flex;width:0.8125rem;height:0.8125rem;top:8.5625rem;left:18.8125rem;font-size:0.5625rem; }
#LyampcNr7mv1hwr1MNpn34TC4BIBbGa4 > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #BcwWJK7KKducCcFn4qyKKTeJTkLPk7eo { display:flex;width:0.9375rem;height:0.9375rem;top:10.625rem;left:18.75rem;font-size:0.625rem; }
#BcwWJK7KKducCcFn4qyKKTeJTkLPk7eo > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #kF43JAk7g0fC5va0U4hTuelsS39fEnBU { display:flex;width:0.9375rem;height:0.9375rem;top:12.8125rem;left:18.75rem;font-size:0.625rem; }
#kF43JAk7g0fC5va0U4hTuelsS39fEnBU > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #PtadE4uXxZW1dHkQoSKJrD6Kq4UwMsWV { display:flex;width:0.8125rem;height:0.8125rem;top:15rem;left:18.8125rem;font-size:0.5625rem; }
#PtadE4uXxZW1dHkQoSKJrD6Kq4UwMsWV > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #nkAbS7ICnarpMkpfAEEqosSgrR2UI7zn { 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) { #ih334VVB00bZPhotoOydT6NQsFWLt5Hy { 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) { #DVghyn9KoTwn3PTOhBFC5c3NoJe1IWHf { 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) { #qW0NpPZLgVRK9cbvQHIw3g84lBAuJfmg { 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) { #O7V6ysKrIsSSd9MtrEi7UsE9R5afqF6v { 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) { #QTyP2F9IybTwPOeqyP1O0LcV89NfBiUi { 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) { #QMd0Gvtu2Wpfwk4rTsRxEBWGaxRIWHri { 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) { #rE0d8lpxgIer9w8tavTdEO76rMiBTsdW { 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) { #nDQ5auu85I76RL2Zwymbx1iETy3nt27m { 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) { #TxpI4GQ4bwiXTsPp0TggnOesGgFD0Dxw { width:15.0625rem;height:2.5rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA6JFxOqttmRDkaH7DUMpdoJ8uGErITT { display:block; }
 }@media only screen and (max-width: 763px) { #xKsyUP0VfczAGOafzCHsXd4pqkNnlntR { 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) { #Tq9AqfT6ibxQcKRFT9Sq2VzLkClQODMw { 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) { #dhOXiVK4WzAMcTTaafTAk0b3UkU2lDNg { 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) { #UblN3Q0udydq9acNxKeEHD4EVfW66xaZ { 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) { #MrtxCmHVUFErOJ57vQ8LfCw7GQhMEQHv { display:flex;width:0.9375rem;height:0.9375rem;top:16.875rem;left:18.75rem;font-size:0.625rem; }
#MrtxCmHVUFErOJ57vQ8LfCw7GQhMEQHv > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }