.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); }#NIibyWboNrF7boQQ478zNFNJKR6fKE3c { position:relative;display:block; }#NIibyWboNrF7boQQ478zNFNJKR6fKE3c { background-color: transparent; background-image: none; }#NIibyWboNrF7boQQ478zNFNJKR6fKE3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIibyWboNrF7boQQ478zNFNJKR6fKE3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIibyWboNrF7boQQ478zNFNJKR6fKE3c > .row .container > .video-iframe-container { display: none; }#NIibyWboNrF7boQQ478zNFNJKR6fKE3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIibyWboNrF7boQQ478zNFNJKR6fKE3c > .row > .video-iframe-container { display: none; }#NIibyWboNrF7boQQ478zNFNJKR6fKE3c > .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); }#NIibyWboNrF7boQQ478zNFNJKR6fKE3c { border-width: 0; border-radius: 0; }#NIibyWboNrF7boQQ478zNFNJKR6fKE3c > .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; }#NIibyWboNrF7boQQ478zNFNJKR6fKE3c > .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:5.875rem;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; }#BkhlcMNneeiQ9s8cIZ2vKJZBU5bHziJo { 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:2.25rem;width:9.8125rem;top:1.8125rem;left:1.59375rem;overflow:hidden;display:block; }
#yqSN9qPLzshtqbGW5uilfxEe6K7MaPkX { background-color:transparent;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:#17252a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:16rem;display:block; }
#VATidN00BZOGPOlgRHgElGLDD4FnD1Wp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#thh7WV997JFld3vU128TGriHC8wlHMUV { background-color:transparent;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:#17252a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.1875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:23rem;display:block; }
#I4WRzfPDKWkJWodlawKgguCJzyL9e3Z2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tJNRPGT9d2QaRO5zmVXe9iBMa7V21vbl { background-color:transparent;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:#17252a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.1875rem;left:28rem;display:block; }
#F6FBttgfSBoTIRsqoX2yapoIJb4ZfZkv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xZH32NCd4UqpLLTTbFCKIdLrNi5R7M2J { background-color:transparent;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:#17252a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.1875rem;left:42.375rem;display:block; }
#tqTlJUDh38bvRTgVgcltWJz1NkByQ48v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#St3hgKSXiD0TbPNFGgw9weKM9FK1aGvN { background-color:transparent;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:#17252a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.1875rem;left:50.75rem;display:block; }
#MqWOMQQSiRu8ADMhseFTrHOq7wv7QTOL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/06c9976f-a129-4de7-bdeb-ad3b8f9ebcc2/MainBanner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#HXKQwTMbaDnVvw7nh2ge2gUBQTUVS2Um { color:#000000;display:block;width:25.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.0625rem;left:4.125rem;height:4.0625rem;font-style:normal;display:block; }
#km3DOTSHD2NOgigko5fWcaTh1lWERp8H { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.125rem;left:4.125rem;height:5.2rem;font-style:normal;display:block; }
#uKxzCpOklEbtmcLuXO2S0Lv75GO6Gxl7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f6;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; }#uKxzCpOklEbtmcLuXO2S0Lv75GO6Gxl7 > .row .container { background-color: transparent; background-image: none; }#uKxzCpOklEbtmcLuXO2S0Lv75GO6Gxl7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKxzCpOklEbtmcLuXO2S0Lv75GO6Gxl7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKxzCpOklEbtmcLuXO2S0Lv75GO6Gxl7 > .row .container > .video-iframe-container { display: none; }#uKxzCpOklEbtmcLuXO2S0Lv75GO6Gxl7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKxzCpOklEbtmcLuXO2S0Lv75GO6Gxl7 > .row > .video-iframe-container { display: none; }#uKxzCpOklEbtmcLuXO2S0Lv75GO6Gxl7 > .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); }#uKxzCpOklEbtmcLuXO2S0Lv75GO6Gxl7 > .row .container { border-width: 0; border-radius: 0; }#uKxzCpOklEbtmcLuXO2S0Lv75GO6Gxl7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uKxzCpOklEbtmcLuXO2S0Lv75GO6Gxl7 > .row .container { font-size:0.875rem;font-family:arial;height:95.625rem;width:60rem;position:relative;display:block; }#Im6BFWwWWxExO4gIrJNP9epciv5kWBLI { color:#000000;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.9375rem;left:7.3125rem;height:3.25rem;font-style:normal;display:block; }
#HpDGOOQMyTvoVxTVaCwEVfVhXWkSiNya { color:#706f6f;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.25rem;left:7.3125rem;height:10.23046875rem;font-style:normal;display:block; }
#iEsaHT5dV0Er8C0H0gxTNvWc5WhZE7aR { position:absolute;display:block;z-index:15003;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:18.125rem;width:15.375rem;top:5.4375rem;left:37.3125rem;overflow:hidden;display:block; }
#lAlGaELLTr6FZx7rv7o9kzP2IV7ZRNRw { position:absolute;display:block;z-index:15004;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:1.4375rem;width:9.125rem;top:6.625rem;left:7.3125rem;overflow:hidden;display:block; }
#Cpb6qBI9fsTokzb7wUXeZxU29PchJrik { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31.75rem;left:26.9375rem;height:3.25rem;font-style:normal;display:block; }
#VkOQHuygagiU2emh0QaGzDSDTyySaTc7 { color:#706f6f;display:block;width:27.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:35.9375rem;left:26.9375rem;height:3.41015625rem;font-style:normal;display:block; }
#d6LKzyaz53eHqTkaN4Q1WsUVfI7VOTSx { position:absolute;display:block;z-index:15005;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:1.4375rem;width:10.875rem;top:29.6875rem;left:26.9375rem;overflow:hidden;display:block; }
#T44iFo4ppy6Ui3Swyf66Zm9FBAMBoUfy { position:absolute;display:block;z-index:15004;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:14.5rem;width:16.625rem;top:24.9375rem;left:7rem;overflow:hidden;display:block; }
#JPk0bA193IR2nnFs2hMi6NAE2MoBQH9t { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:12.3125rem;top:44.8125rem;left:10.75rem;overflow:hidden;display:block; }
#rEw5pub4TZ0tm4rMmL7KBo682VAWrePp { position:absolute;display:block;z-index:15007;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:11.6875rem;width:12.3125rem;top:44.8125rem;left:25.5625rem;overflow:hidden;display:block; }
#efB4ccCCEIPl5eGNcKfncHJNflTITmFM { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:12.3125rem;top:44.8125rem;left:40.125rem;overflow:hidden;display:block; }
#qKLvhXNRap6qfpcPu5D0TJvElRPSPaWs { position:absolute;display:block;z-index:15009;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:11.6875rem;width:12.3125rem;top:58.75rem;left:10.75rem;overflow:hidden;display:block; }
#DEPU4tQs61e10mgJD6eWupfU2hNANGxq { position:absolute;display:block;z-index:15010;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:11.6875rem;width:12.3125rem;top:58.75rem;left:25.5625rem;overflow:hidden;display:block; }
#dUqdFSqyk5MmCOKukte5Wu9DaUvEiDlw { position:absolute;display:block;z-index:15011;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:11.6875rem;width:12.3125rem;top:58.75rem;left:40.125rem;overflow:hidden;display:block; }
#SXCfMD16FecJ1JKwz2drDeGdaFSrlx3R { position:absolute;display:block;z-index:15012;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:11.6875rem;width:12.3125rem;top:73.3125rem;left:11.0625rem;overflow:hidden;display:block; }
#N3EuM7sZaUiPDrhgszZRQU7a3nNqf9kM { position:absolute;display:block;z-index:15013;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:11.6875rem;width:12.3125rem;top:73.3125rem;left:25.875rem;overflow:hidden;display:block; }
#qA6d4CDNdpQHd8U0Choxwv5lyPvTGURv { position:absolute;display:block;z-index:15014;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:11.6875rem;width:12.3125rem;top:73.3125rem;left:40.4375rem;overflow:hidden;display:block; }
#yxe5BLUJQnIwOzgohMTyIgwrLi9nXms2 { background-color:#d5eea2;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:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:#17252a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:2.25rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:88.8125rem;left:20.03125rem;display:block; }
#GwfecmL6pnBGhPH6AZUkcUXvOi7MOFnX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MxMFNHldLLc0RRdmrf9E1xgSCSOVQWwp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#17252a;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; }#MxMFNHldLLc0RRdmrf9E1xgSCSOVQWwp > .row .container { background-color: transparent; background-image: none; }#MxMFNHldLLc0RRdmrf9E1xgSCSOVQWwp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxMFNHldLLc0RRdmrf9E1xgSCSOVQWwp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxMFNHldLLc0RRdmrf9E1xgSCSOVQWwp > .row .container > .video-iframe-container { display: none; }#MxMFNHldLLc0RRdmrf9E1xgSCSOVQWwp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxMFNHldLLc0RRdmrf9E1xgSCSOVQWwp > .row > .video-iframe-container { display: none; }#MxMFNHldLLc0RRdmrf9E1xgSCSOVQWwp > .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); }#MxMFNHldLLc0RRdmrf9E1xgSCSOVQWwp > .row .container { border-width: 0; border-radius: 0; }#MxMFNHldLLc0RRdmrf9E1xgSCSOVQWwp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MxMFNHldLLc0RRdmrf9E1xgSCSOVQWwp > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:60rem;position:relative;display:block; }#MJFoUtF8wKnwMeadOxQGoQ1vTUvH0B2C { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.25rem;top:7.125rem;left:3.8125rem;overflow:hidden;display:block; }
#uubzRhIbxrzsKnLpDC7oETxPCPbgomEJ { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3125rem;left:27.25rem;height:3.25rem;font-style:normal;display:block; }
#GnyFvD6zNK98DQpQTwEq8sP3O1BQzahG { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.0625rem;left:27.25rem;height:10.23046875rem;font-style:normal;display:block; }
#dEeShFlfV1Vzz2vnsEitP0TsS9elLKFg { background-color:#d5eea2;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:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:#17252a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:2.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:23.0625rem;left:27.25rem;display:block; }
#kXku5CfNdkTVmJ7rXNOhgPBnRTArRsoN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dmDopUHotsvZTr6xTWcqNw0QR1pLgl8a { position:absolute;display:block;z-index:15017;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:1.4375rem;width:14.3125rem;top:5.1875rem;left:27.25rem;overflow:hidden;display:block; }
#nUD0vVbwDw6btD33ttmGn9uVbZI8pmNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f6;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; }#nUD0vVbwDw6btD33ttmGn9uVbZI8pmNT > .row .container { background-color: transparent; background-image: none; }#nUD0vVbwDw6btD33ttmGn9uVbZI8pmNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUD0vVbwDw6btD33ttmGn9uVbZI8pmNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUD0vVbwDw6btD33ttmGn9uVbZI8pmNT > .row .container > .video-iframe-container { display: none; }#nUD0vVbwDw6btD33ttmGn9uVbZI8pmNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUD0vVbwDw6btD33ttmGn9uVbZI8pmNT > .row > .video-iframe-container { display: none; }#nUD0vVbwDw6btD33ttmGn9uVbZI8pmNT > .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); }#nUD0vVbwDw6btD33ttmGn9uVbZI8pmNT > .row .container { border-width: 0; border-radius: 0; }#nUD0vVbwDw6btD33ttmGn9uVbZI8pmNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUD0vVbwDw6btD33ttmGn9uVbZI8pmNT > .row .container { font-size:0.875rem;font-family:arial;height:62.625rem;width:60rem;position:relative;display:block; }#zQwmPUFfQRq3RsGrENg93veqr8wd4cH8 { color:#000000;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6875rem;left:8.75rem;height:3.25rem;font-style:normal;display:block; }
#C1g4iZSPMvFqgdBoEARTwnuXZtIdz1O3 { color:#706f6f;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.125rem;left:8.75rem;height:4.546875rem;font-style:normal;display:block; }
#EITQzcoScckboZxfpTnqfmXHbGPk83NE { position:absolute;display:block;z-index:15004;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:18.5rem;width:9.875rem;top:1.8125rem;left:40.4375rem;overflow:hidden;display:block; }
#k6UTe7nb0bH9TgwVwuOFALxtsVupTyGX { position:absolute;display:block;z-index:15005;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:1.4375rem;width:10.3125rem;top:5.625rem;left:8.75rem;overflow:hidden;display:block; }
#eexzoqOoFTxzirIvPGzeA9pBBoIFxSk7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:15.625rem;top:22rem;left:22.125rem;overflow:hidden;display:block; }
#CqXApk8u00PHBPc9q2hDcmKnDivHy8LV { position:absolute;display:block;z-index:15007;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:16.875rem;width:16rem;top:21.78125rem;left:4.6875rem;overflow:hidden;display:block; }
#lBTFN8HKVr0I69z8Ub9ypJiqg2lh4X21 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:15.625rem;top:22rem;left:39.75rem;overflow:hidden;display:block; }
#COXk6x2m67duVqS7T4JTxtuv5xt7IJLV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:15.625rem;top:40.0625rem;left:13.6875rem;overflow:hidden;display:block; }
#yww5DduCSIFSZZElfH0dVePLsAXGCDZz { position:absolute;display:block;z-index:15009;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:16.4375rem;width:15.625rem;top:40.0625rem;left:30.75rem;overflow:hidden;display:block; }
#npegxFpZkrKgTe6aWXkNIAGLMin4Oi6L { position:relative;display:block; }#npegxFpZkrKgTe6aWXkNIAGLMin4Oi6L { background-color: transparent; background-image: none; }#npegxFpZkrKgTe6aWXkNIAGLMin4Oi6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npegxFpZkrKgTe6aWXkNIAGLMin4Oi6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npegxFpZkrKgTe6aWXkNIAGLMin4Oi6L > .row .container > .video-iframe-container { display: none; }#npegxFpZkrKgTe6aWXkNIAGLMin4Oi6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npegxFpZkrKgTe6aWXkNIAGLMin4Oi6L > .row > .video-iframe-container { display: none; }#npegxFpZkrKgTe6aWXkNIAGLMin4Oi6L > .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); }#npegxFpZkrKgTe6aWXkNIAGLMin4Oi6L { border-width: 0; border-radius: 0; }#npegxFpZkrKgTe6aWXkNIAGLMin4Oi6L > .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; }#npegxFpZkrKgTe6aWXkNIAGLMin4Oi6L > .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:47.5rem;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; }#vy2aSWJavMN4BxR6dBRlRuNTBRXmDRTi { 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:20rem;width:17.9375rem;top:1.5rem;left:21.03125rem;overflow:hidden;display:block; }
#QGznOwZegBazKxw5HPFt8vZ86D2DMHO5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:44rem;top:25.6875rem;left:8rem;overflow:hidden;display:block; }
#ueH2yFCW7Grhekdts3Vvbk8dTvoQaDta { color:#706f6f;display:block;width:30.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:35.5rem;left:14.71875rem;height:4.14258125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MbxTg0zPCFecinlNzMKCFwKkJVCzhcQr { position:absolute;display:block;z-index:15005;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:1.375rem;width:21.125rem;top:22.6875rem;left:18.9375rem;overflow:hidden;display:block; }
#dvT5hGQhDyCpewz4ntCoitVsTdXqd56R { background-color:#d5eea2;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:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:#17252a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:2.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:40.6875rem;left:19.9375rem;display:block; }
#NPxtkPHTD3DLdvfszd5l5BBuLG1DUwko { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITnMFlZq9vLgUzAu0oaJBydG5UHeWcbx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#17252a;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; }#ITnMFlZq9vLgUzAu0oaJBydG5UHeWcbx > .row .container { background-color: transparent; background-image: none; }#ITnMFlZq9vLgUzAu0oaJBydG5UHeWcbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITnMFlZq9vLgUzAu0oaJBydG5UHeWcbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITnMFlZq9vLgUzAu0oaJBydG5UHeWcbx > .row .container > .video-iframe-container { display: none; }#ITnMFlZq9vLgUzAu0oaJBydG5UHeWcbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITnMFlZq9vLgUzAu0oaJBydG5UHeWcbx > .row > .video-iframe-container { display: none; }#ITnMFlZq9vLgUzAu0oaJBydG5UHeWcbx > .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); }#ITnMFlZq9vLgUzAu0oaJBydG5UHeWcbx > .row .container { border-width: 0; border-radius: 0; }#ITnMFlZq9vLgUzAu0oaJBydG5UHeWcbx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITnMFlZq9vLgUzAu0oaJBydG5UHeWcbx > .row .container { font-size:0.875rem;font-family:arial;height:108.875rem;width:60rem;position:relative;display:block; }#m1vXff67BKQNuelTdQt2oBwAqmcaTxrn { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:8.875rem;height:3.8984375rem;font-style:normal;display:block; }
#g0X6aZRv93QKfyBAsJRbFFhnTf6hPgTs { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.6875rem;left:8.875rem;height:6.8203125rem;font-style:normal;display:block; }
#app7F1ZFXP5XRMZs8XUmB77P09gxDD2A { position:absolute;display:block;z-index:15005;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:1.5rem;width:16.3125rem;top:4.4375rem;left:8.875rem;overflow:hidden;display:block; }
#wi4x6qwW6DuTnLtXVatf9IdTiOQ9npDf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:12.0625rem;top:4.2624998092651rem;left:38.125rem;overflow:hidden;display:block; }
#BHVVMSsHDSVT5bDz9kop3bO4lwvhvGgW { position:absolute;display:block;z-index:15007;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:81.5rem;width:45.9375rem;top:22.706249237061rem;left:7.03125rem;overflow:hidden;display:block; }
#ETbb2IFIJKSm2yxIE7pQrgrIZ9iMwKeM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#add500;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; }#ETbb2IFIJKSm2yxIE7pQrgrIZ9iMwKeM > .row .container { background-color: transparent; background-image: none; }#ETbb2IFIJKSm2yxIE7pQrgrIZ9iMwKeM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETbb2IFIJKSm2yxIE7pQrgrIZ9iMwKeM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETbb2IFIJKSm2yxIE7pQrgrIZ9iMwKeM > .row .container > .video-iframe-container { display: none; }#ETbb2IFIJKSm2yxIE7pQrgrIZ9iMwKeM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETbb2IFIJKSm2yxIE7pQrgrIZ9iMwKeM > .row > .video-iframe-container { display: none; }#ETbb2IFIJKSm2yxIE7pQrgrIZ9iMwKeM > .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); }#ETbb2IFIJKSm2yxIE7pQrgrIZ9iMwKeM > .row .container { border-width: 0; border-radius: 0; }#ETbb2IFIJKSm2yxIE7pQrgrIZ9iMwKeM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETbb2IFIJKSm2yxIE7pQrgrIZ9iMwKeM > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#QSTmqQDxPrzutn3sPKP6170dOTyo3G1C { 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:3.9375rem;width:7.5rem;top:2.6875rem;left:4.75rem;overflow:hidden;display:block; }
#u7earCDZifowUS2P9OoXooBxG7ONE3RO { color:#ffffff;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:1.125rem;left:13.6875rem;height:7.03125rem;text-align:left;text-align-last:left;display:block; }
#Aqsp715SInwl70gEDQGA0eBI7HPJe7dL { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:1.8125rem;left:32.28125rem;overflow:hidden;display:block; }
#mhlMi9S87IwqS3ATfRzLENfpb1VG8cz1 { position:absolute;display:block;z-index:15034;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:7.5625rem;width:12.0625rem;top:1.46875rem;left:44.4375rem;overflow:hidden;display:block; }
#DAPtn3nEfUREmp8AWfGTopubFB1d0LcU { position:relative;display:block; }#DAPtn3nEfUREmp8AWfGTopubFB1d0LcU { background-color: transparent; background-image: none; }#DAPtn3nEfUREmp8AWfGTopubFB1d0LcU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAPtn3nEfUREmp8AWfGTopubFB1d0LcU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAPtn3nEfUREmp8AWfGTopubFB1d0LcU > .row .container > .video-iframe-container { display: none; }#DAPtn3nEfUREmp8AWfGTopubFB1d0LcU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAPtn3nEfUREmp8AWfGTopubFB1d0LcU > .row > .video-iframe-container { display: none; }#DAPtn3nEfUREmp8AWfGTopubFB1d0LcU > .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); }#DAPtn3nEfUREmp8AWfGTopubFB1d0LcU { border-width: 0; border-radius: 0; }#DAPtn3nEfUREmp8AWfGTopubFB1d0LcU > .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; }#DAPtn3nEfUREmp8AWfGTopubFB1d0LcU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.5rem;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; }#WHMFfpmAkNEto5GuID3oQXULFlltsz8J { 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:2.75rem;width:15.5625rem;top:1.125rem;left:43.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NIibyWboNrF7boQQ478zNFNJKR6fKE3c { display:block; }#NIibyWboNrF7boQQ478zNFNJKR6fKE3c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkhlcMNneeiQ9s8cIZ2vKJZBU5bHziJo { top:1.8125rem;left:0rem;width:9.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqSN9qPLzshtqbGW5uilfxEe6K7MaPkX { width:7rem;height:3.4375rem;top:1.25rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VATidN00BZOGPOlgRHgElGLDD4FnD1Wp { display:block; }
 }@media only screen and (max-width: 763px) { #thh7WV997JFld3vU128TGriHC8wlHMUV { width:4.1875rem;height:3.4375rem;top:1.1875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4WRzfPDKWkJWodlawKgguCJzyL9e3Z2 { display:block; }
 }@media only screen and (max-width: 763px) { #tJNRPGT9d2QaRO5zmVXe9iBMa7V21vbl { width:13.5rem;height:3.4375rem;top:1.1875rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6FBttgfSBoTIRsqoX2yapoIJb4ZfZkv { display:block; }
 }@media only screen and (max-width: 763px) { #xZH32NCd4UqpLLTTbFCKIdLrNi5R7M2J { width:7.75rem;height:3.4375rem;top:1.1875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqTlJUDh38bvRTgVgcltWJz1NkByQ48v { display:block; }
 }@media only screen and (max-width: 763px) { #St3hgKSXiD0TbPNFGgw9weKM9FK1aGvN { width:5.6875rem;height:3.4375rem;top:1.1875rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqWOMQQSiRu8ADMhseFTrHOq7wv7QTOL { 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) { #HXKQwTMbaDnVvw7nh2ge2gUBQTUVS2Um { top:9.0625rem;left:0rem;width:25.125rem;height:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #km3DOTSHD2NOgigko5fWcaTh1lWERp8H { top:14.125rem;left:0rem;width:24.3125rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKxzCpOklEbtmcLuXO2S0Lv75GO6Gxl7 { display:block; }#uKxzCpOklEbtmcLuXO2S0Lv75GO6Gxl7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Im6BFWwWWxExO4gIrJNP9epciv5kWBLI { top:8.9375rem;left:1.1875rem;width:24.25rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpDGOOQMyTvoVxTVaCwEVfVhXWkSiNya { top:13.25rem;left:1.1875rem;width:28.9375rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEsaHT5dV0Er8C0H0gxTNvWc5WhZE7aR { top:5.4375rem;left:31.1875rem;width:15.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAlGaELLTr6FZx7rv7o9kzP2IV7ZRNRw { top:6.625rem;left:1.1875rem;width:9.125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpb6qBI9fsTokzb7wUXeZxU29PchJrik { top:31.75rem;left:20.8125rem;width:22.1875rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkOQHuygagiU2emh0QaGzDSDTyySaTc7 { top:35.9375rem;left:20.0625rem;width:27.6875rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6LKzyaz53eHqTkaN4Q1WsUVfI7VOTSx { top:29.6875rem;left:20.8125rem;width:10.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T44iFo4ppy6Ui3Swyf66Zm9FBAMBoUfy { top:24.9375rem;left:0.875rem;width:16.625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPk0bA193IR2nnFs2hMi6NAE2MoBQH9t { top:44.8125rem;left:4.625rem;width:12.3125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEw5pub4TZ0tm4rMmL7KBo682VAWrePp { top:44.8125rem;left:19.4375rem;width:12.3125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efB4ccCCEIPl5eGNcKfncHJNflTITmFM { top:44.8125rem;left:34rem;width:12.3125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKLvhXNRap6qfpcPu5D0TJvElRPSPaWs { top:58.75rem;left:4.625rem;width:12.3125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEPU4tQs61e10mgJD6eWupfU2hNANGxq { top:58.75rem;left:19.4375rem;width:12.3125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUqdFSqyk5MmCOKukte5Wu9DaUvEiDlw { top:58.75rem;left:34rem;width:12.3125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXCfMD16FecJ1JKwz2drDeGdaFSrlx3R { top:73.3125rem;left:4.9375rem;width:12.3125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3EuM7sZaUiPDrhgszZRQU7a3nNqf9kM { top:73.3125rem;left:19.75rem;width:12.3125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA6d4CDNdpQHd8U0Choxwv5lyPvTGURv { top:73.3125rem;left:34.3125rem;width:12.3125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxe5BLUJQnIwOzgohMTyIgwrLi9nXms2 { width:23.375rem;height:2.25rem;top:88.8125rem;left:13.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwfecmL6pnBGhPH6AZUkcUXvOi7MOFnX { display:block; }
 }@media only screen and (max-width: 763px) { #MxMFNHldLLc0RRdmrf9E1xgSCSOVQWwp { display:block; }#MxMFNHldLLc0RRdmrf9E1xgSCSOVQWwp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJFoUtF8wKnwMeadOxQGoQ1vTUvH0B2C { top:7.125rem;left:0rem;width:18.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uubzRhIbxrzsKnLpDC7oETxPCPbgomEJ { top:7.3125rem;left:21.125rem;width:22.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnyFvD6zNK98DQpQTwEq8sP3O1BQzahG { top:12.0625rem;left:18.8125rem;width:28.9375rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEeShFlfV1Vzz2vnsEitP0TsS9elLKFg { width:20.125rem;height:2.3125rem;top:23.0625rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXku5CfNdkTVmJ7rXNOhgPBnRTArRsoN { display:block; }
 }@media only screen and (max-width: 763px) { #dmDopUHotsvZTr6xTWcqNw0QR1pLgl8a { top:5.1875rem;left:21.125rem;width:14.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUD0vVbwDw6btD33ttmGn9uVbZI8pmNT { display:block; }#nUD0vVbwDw6btD33ttmGn9uVbZI8pmNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQwmPUFfQRq3RsGrENg93veqr8wd4cH8 { top:7.6875rem;left:2.625rem;width:24.25rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1g4iZSPMvFqgdBoEARTwnuXZtIdz1O3 { top:12.125rem;left:2.625rem;width:28.9375rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EITQzcoScckboZxfpTnqfmXHbGPk83NE { top:1.8125rem;left:34.3125rem;width:9.875rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6UTe7nb0bH9TgwVwuOFALxtsVupTyGX { top:5.625rem;left:2.625rem;width:10.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eexzoqOoFTxzirIvPGzeA9pBBoIFxSk7 { top:22rem;left:16rem;width:15.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqXApk8u00PHBPc9q2hDcmKnDivHy8LV { top:21.75rem;left:0rem;width:16rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBTFN8HKVr0I69z8Ub9ypJiqg2lh4X21 { top:22rem;left:32.125rem;width:15.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXk6x2m67duVqS7T4JTxtuv5xt7IJLV { top:40.0625rem;left:7.5625rem;width:15.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yww5DduCSIFSZZElfH0dVePLsAXGCDZz { top:40.0625rem;left:24.625rem;width:15.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npegxFpZkrKgTe6aWXkNIAGLMin4Oi6L { display:block; }#npegxFpZkrKgTe6aWXkNIAGLMin4Oi6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vy2aSWJavMN4BxR6dBRlRuNTBRXmDRTi { top:1.5rem;left:14.90625rem;width:17.9375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGznOwZegBazKxw5HPFt8vZ86D2DMHO5 { top:25.6875rem;left:1.875rem;width:44rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueH2yFCW7Grhekdts3Vvbk8dTvoQaDta { top:35.5rem;left:8.59375rem;width:30.5625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbxTg0zPCFecinlNzMKCFwKkJVCzhcQr { top:22.6875rem;left:12.8125rem;width:21.125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvT5hGQhDyCpewz4ntCoitVsTdXqd56R { width:20.125rem;height:2.3125rem;top:40.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPxtkPHTD3DLdvfszd5l5BBuLG1DUwko { display:block; }
 }@media only screen and (max-width: 763px) { #ITnMFlZq9vLgUzAu0oaJBydG5UHeWcbx { display:block; }#ITnMFlZq9vLgUzAu0oaJBydG5UHeWcbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1vXff67BKQNuelTdQt2oBwAqmcaTxrn { top:6.6875rem;left:2.75rem;width:27.1875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0X6aZRv93QKfyBAsJRbFFhnTf6hPgTs { top:11.6875rem;left:2.75rem;width:27.125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #app7F1ZFXP5XRMZs8XUmB77P09gxDD2A { top:4.4375rem;left:2.75rem;width:16.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi4x6qwW6DuTnLtXVatf9IdTiOQ9npDf { top:4.25rem;left:32rem;width:12.0625rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHVVMSsHDSVT5bDz9kop3bO4lwvhvGgW { top:22.6875rem;left:0.90625rem;width:45.9375rem;height:81.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETbb2IFIJKSm2yxIE7pQrgrIZ9iMwKeM { display:block; }#ETbb2IFIJKSm2yxIE7pQrgrIZ9iMwKeM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSTmqQDxPrzutn3sPKP6170dOTyo3G1C { top:2.6875rem;left:0rem;width:7.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7earCDZifowUS2P9OoXooBxG7ONE3RO { top:1.125rem;left:7.5625rem;width:15rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqsp715SInwl70gEDQGA0eBI7HPJe7dL { top:1.8125rem;left:26.15625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhlMi9S87IwqS3ATfRzLENfpb1VG8cz1 { top:1.4375rem;left:35.6875rem;width:12.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAPtn3nEfUREmp8AWfGTopubFB1d0LcU { display:block; }#DAPtn3nEfUREmp8AWfGTopubFB1d0LcU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHMFfpmAkNEto5GuID3oQXULFlltsz8J { top:1.125rem;left:32.1875rem;width:15.5625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NIibyWboNrF7boQQ478zNFNJKR6fKE3c { display:block; }#NIibyWboNrF7boQQ478zNFNJKR6fKE3c > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkhlcMNneeiQ9s8cIZ2vKJZBU5bHziJo { width:5.75rem;height:1.375rem;top:2.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqSN9qPLzshtqbGW5uilfxEe6K7MaPkX { width:4.6875rem;height:3.4375rem;top:4.8125rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VATidN00BZOGPOlgRHgElGLDD4FnD1Wp { display:block; }
 }@media only screen and (max-width: 763px) { #thh7WV997JFld3vU128TGriHC8wlHMUV { width:4.1875rem;height:3.4375rem;top:4.8125rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4WRzfPDKWkJWodlawKgguCJzyL9e3Z2 { display:block; }
 }@media only screen and (max-width: 763px) { #tJNRPGT9d2QaRO5zmVXe9iBMa7V21vbl { width:13.5rem;height:3.4375rem;top:7.625rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6FBttgfSBoTIRsqoX2yapoIJb4ZfZkv { display:block; }
 }@media only screen and (max-width: 763px) { #xZH32NCd4UqpLLTTbFCKIdLrNi5R7M2J { width:7.75rem;height:3.4375rem;top:11.0625rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tqTlJUDh38bvRTgVgcltWJz1NkByQ48v { display:block; }
 }@media only screen and (max-width: 763px) { #St3hgKSXiD0TbPNFGgw9weKM9FK1aGvN { width:5.6875rem;height:3.4375rem;top:23.625rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqWOMQQSiRu8ADMhseFTrHOq7wv7QTOL { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/271ef878-5743-460b-b9d1-f1722d419ea7/LandingAwakeU2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXKQwTMbaDnVvw7nh2ge2gUBQTUVS2Um { width:10rem;height:3.4125rem;top:2.5625rem;left:1.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #km3DOTSHD2NOgigko5fWcaTh1lWERp8H { width:14.6875rem;height:4.875rem;top:6.59375rem;left:1.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKxzCpOklEbtmcLuXO2S0Lv75GO6Gxl7 { display:block; }#uKxzCpOklEbtmcLuXO2S0Lv75GO6Gxl7 > .row .container { width:20rem;height:115.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Im6BFWwWWxExO4gIrJNP9epciv5kWBLI { width:15.8125rem;height:2.4375rem;top:17.6875rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpDGOOQMyTvoVxTVaCwEVfVhXWkSiNya { width:18.3125rem;height:15.925rem;top:21.0625rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iEsaHT5dV0Er8C0H0gxTNvWc5WhZE7aR { width:10.9375rem;height:12.875rem;top:1.8125rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAlGaELLTr6FZx7rv7o9kzP2IV7ZRNRw { width:9.125rem;height:1.4375rem;top:15.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpb6qBI9fsTokzb7wUXeZxU29PchJrik { width:14.3125rem;height:2.4375rem;top:54.9375rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkOQHuygagiU2emh0QaGzDSDTyySaTc7 { width:18rem;height:4.225rem;top:58rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6LKzyaz53eHqTkaN4Q1WsUVfI7VOTSx { width:9.125rem;height:1.3125rem;top:53.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T44iFo4ppy6Ui3Swyf66Zm9FBAMBoUfy { width:15rem;height:13.0625rem;top:37.550000190735rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPk0bA193IR2nnFs2hMi6NAE2MoBQH9t { width:8.5rem;height:8.0625rem;top:63.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEw5pub4TZ0tm4rMmL7KBo682VAWrePp { width:8.5rem;height:8.125rem;top:63.1875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efB4ccCCEIPl5eGNcKfncHJNflTITmFM { width:8.75rem;height:8.25rem;top:72.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKLvhXNRap6qfpcPu5D0TJvElRPSPaWs { width:8.5625rem;height:8.125rem;top:72.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEPU4tQs61e10mgJD6eWupfU2hNANGxq { width:8.6875rem;height:8.25rem;top:82.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUqdFSqyk5MmCOKukte5Wu9DaUvEiDlw { width:8.5625rem;height:8.125rem;top:82.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXCfMD16FecJ1JKwz2drDeGdaFSrlx3R { width:8.625rem;height:8.1875rem;top:92.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3EuM7sZaUiPDrhgszZRQU7a3nNqf9kM { width:8.625rem;height:8.1875rem;top:92.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA6d4CDNdpQHd8U0Choxwv5lyPvTGURv { width:8.6875rem;height:8.25rem;top:102.3125rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxe5BLUJQnIwOzgohMTyIgwrLi9nXms2 { width:15.375rem;height:2.0625rem;top:112.375rem;left:2.3125rem;font-family:montserrat;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwfecmL6pnBGhPH6AZUkcUXvOi7MOFnX { display:block; }
 }@media only screen and (max-width: 763px) { #MxMFNHldLLc0RRdmrf9E1xgSCSOVQWwp { display:block; }#MxMFNHldLLc0RRdmrf9E1xgSCSOVQWwp > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJFoUtF8wKnwMeadOxQGoQ1vTUvH0B2C { width:12.25rem;height:12.625rem;top:5.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uubzRhIbxrzsKnLpDC7oETxPCPbgomEJ { width:17.875rem;height:2.6rem;top:20.5rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnyFvD6zNK98DQpQTwEq8sP3O1BQzahG { width:17.5rem;height:15.925rem;top:24.375rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dEeShFlfV1Vzz2vnsEitP0TsS9elLKFg { width:18.3125rem;height:2.125rem;top:41.0625rem;left:0.875rem;font-family:montserrat;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXku5CfNdkTVmJ7rXNOhgPBnRTArRsoN { display:block; }
 }@media only screen and (max-width: 763px) { #dmDopUHotsvZTr6xTWcqNw0QR1pLgl8a { width:14.3125rem;height:1.4375rem;top:1.9375rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUD0vVbwDw6btD33ttmGn9uVbZI8pmNT { display:block; }#nUD0vVbwDw6btD33ttmGn9uVbZI8pmNT > .row .container { width:20rem;height:109.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQwmPUFfQRq3RsGrENg93veqr8wd4cH8 { width:15.75rem;height:2.4375rem;top:6.8125rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1g4iZSPMvFqgdBoEARTwnuXZtIdz1O3 { width:16.8125rem;height:6.3375rem;top:10.5625rem;left:1.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EITQzcoScckboZxfpTnqfmXHbGPk83NE { width:3.5625rem;height:6.9375rem;top:0.90625rem;left:14.926041603088rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #k6UTe7nb0bH9TgwVwuOFALxtsVupTyGX { width:10.3125rem;height:1.4375rem;top:4.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eexzoqOoFTxzirIvPGzeA9pBBoIFxSk7 { width:15.625rem;height:16.4375rem;top:36rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqXApk8u00PHBPc9q2hDcmKnDivHy8LV { width:16rem;height:16.875rem;top:17.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBTFN8HKVr0I69z8Ub9ypJiqg2lh4X21 { width:15.625rem;height:16.4375rem;top:53.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXk6x2m67duVqS7T4JTxtuv5xt7IJLV { width:15.625rem;height:16.4375rem;top:71.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yww5DduCSIFSZZElfH0dVePLsAXGCDZz { width:15.625rem;height:16.4375rem;top:89.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npegxFpZkrKgTe6aWXkNIAGLMin4Oi6L { display:block; }#npegxFpZkrKgTe6aWXkNIAGLMin4Oi6L > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vy2aSWJavMN4BxR6dBRlRuNTBRXmDRTi { width:13.3125rem;height:14.875rem;top:1.5625rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGznOwZegBazKxw5HPFt8vZ86D2DMHO5 { width:17.75rem;height:3.3125rem;top:19.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueH2yFCW7Grhekdts3Vvbk8dTvoQaDta { width:18.875rem;height:5.525rem;top:23.522915840149rem;left:0.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MbxTg0zPCFecinlNzMKCFwKkJVCzhcQr { width:14.1875rem;height:0.8125rem;top:17.4375rem;left:2.90625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dvT5hGQhDyCpewz4ntCoitVsTdXqd56R { width:15.125rem;height:1.75rem;top:29.375rem;left:2.4375rem;font-family:montserrat;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPxtkPHTD3DLdvfszd5l5BBuLG1DUwko { display:block; }
 }@media only screen and (max-width: 763px) { #ITnMFlZq9vLgUzAu0oaJBydG5UHeWcbx { display:block; }#ITnMFlZq9vLgUzAu0oaJBydG5UHeWcbx > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1vXff67BKQNuelTdQt2oBwAqmcaTxrn { width:18rem;height:5.85rem;top:15.5rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0X6aZRv93QKfyBAsJRbFFhnTf6hPgTs { width:17.25rem;height:9.1rem;top:22.4375rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #app7F1ZFXP5XRMZs8XUmB77P09gxDD2A { width:16.3125rem;height:1.5rem;top:13.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi4x6qwW6DuTnLtXVatf9IdTiOQ9npDf { width:9.125rem;height:10.875rem;top:0.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHVVMSsHDSVT5bDz9kop3bO4lwvhvGgW { width:20rem;height:35.482993197279rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETbb2IFIJKSm2yxIE7pQrgrIZ9iMwKeM { display:block; }#ETbb2IFIJKSm2yxIE7pQrgrIZ9iMwKeM > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSTmqQDxPrzutn3sPKP6170dOTyo3G1C { width:6.9375rem;height:3.75rem;top:1.0625rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7earCDZifowUS2P9OoXooBxG7ONE3RO { width:15rem;height:6.5625rem;top:6.5625rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aqsp715SInwl70gEDQGA0eBI7HPJe7dL { width:5.6875rem;height:5.6875rem;top:14.125rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhlMi9S87IwqS3ATfRzLENfpb1VG8cz1 { width:12.0625rem;height:7.5625rem;top:20.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAPtn3nEfUREmp8AWfGTopubFB1d0LcU { display:block; }#DAPtn3nEfUREmp8AWfGTopubFB1d0LcU > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHMFfpmAkNEto5GuID3oQXULFlltsz8J { width:10.6875rem;height:1.8125rem;top:0.90625rem;left:8.4375rem;display:block; }
 }