.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { background-color: transparent; background-image: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .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); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { border-width: 0; border-radius: 0; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { font-size:14px;font-family:arial;height:120px;width:960px;position:relative;display:block; }#Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { 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;height:50px;width:217px;top:33px;left:371.5px;overflow:hidden;display:block; }
#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/7d145a05-b7cf-4a2d-a8d4-9f60e9db3d76/Banner_Site_Orthoclub_GH.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .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); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { font-size:14px;font-family:arial;height:479px;width:960px;overflow:visible;position:relative;display:block; }#vl2nyC0TvevL32r6hcNRgaHaOUraA0np { color:#30d57b;display:block;width:354px;position:absolute;font-family:lato;font-size:57px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:73px;left:112px;height:74.0938px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NAeP8ZgQs7awDvUWXBCFQrWEUzKT6ZuI { color:#ffffff;display:block;width:352px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:146px;left:113px;height:180px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IeACSo1Glfw3nUt49eEHIy0xA4LbfbSf { box-sizing:content-box;height:2px;width:200px;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:237px;left:113px;display:block; }
#Af5wJZEH90pe517PfT73KPdyS9KJbRGP { 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;height:368px;width:677px;top:55.5px;left:518px;overflow:hidden;display:block; }
#kA4RGQImHTq3Dubs6ySEVwfMzT7if64v { background-color:#08cd62;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:187px;height:55px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:351px;left:113px;display:block; }
#ETE79DMoR4Q5SH2cwshmSfxuZqwfPdAr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:#f1f1f1;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .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); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { border-width: 0; border-radius: 0; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { font-size:14px;font-family:arial;height:654px;width:960px;overflow:visible;position:relative;display:block; }#LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { color:#000000;display:block;width:737px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:60px;left:112px;height:114px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H50Tb37BX5Ucor4E8odVyJqmcoB9GBTU { 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;height:65px;width:65px;top:210px;left:150px;overflow:hidden;display:block; }
#ndnHPRhOhrtPbsS1D7r9lovoNC7ht50G { color:#000000;display:block;width:280px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:228px;left:240px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yfMUsESzfUawv3pdaxG7VFs10tBlkcBJ { box-sizing:content-box;height:50px;width:652px;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:215px;left:158px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:2px solid #808082;border-left:2px solid #808082;border-right:2px solid #808082;border-bottom:2px solid #808082;display:block; }
#BCuCMyWA0zcCTcEiVn7fiXmRWDTL49Kl { 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;height:65px;width:65px;top:287px;left:152px;overflow:hidden;display:block; }
#hTOMVTOGMlaBUHAGskFanIHOeTo2SM8n { color:#000000;display:block;width:550px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:305px;left:241px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LyVqx5Nri6kmcoXHN6vCqScEzgTBNu3c { color:#000000;display:block;width:550px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:388px;left:241px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HqdbmMcTh5RnqPRMdmXI9uUyxXl3I3lT { 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;height:65px;width:65px;top:369px;left:152px;overflow:hidden;display:block; }
#skMzeIecVMW1i5i02GlnlcTyT72P5V1h { position:absolute;display:block;z-index:15016;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;height:65px;width:65px;top:449px;left:152px;overflow:hidden;display:block; }
#ZFT6w0DQ3Iaow2bTo85X6LLssf7nXKiL { color:#000000;display:block;width:550px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:467px;left:241px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BHK5LFfkOxmuwGioZ2MEM7zBgL3Pd3Pn { position:absolute;display:block;z-index:15019;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;height:65px;width:65px;top:529px;left:152px;overflow:hidden;display:block; }
#p85NVhbIsPfUr1HswKFWm1aNZa2wWU17 { color:#000000;display:block;width:550px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:547px;left:241px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#morIeDHZ5LXnxAanWy4ZkRDc5xVkNTNJ { box-sizing:content-box;height:50px;width:652px;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:293px;left:158px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:2px solid #808082;border-left:2px solid #808082;border-right:2px solid #808082;border-bottom:2px solid #808082;display:block; }
#iRPfely4fKMwK1A0pbKXw45eO28huUlG { box-sizing:content-box;height:50px;width:652px;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;top:375px;left:158px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:2px solid #808082;border-left:2px solid #808082;border-right:2px solid #808082;border-bottom:2px solid #808082;display:block; }
#QlSJMwrCDf1GC9M5xKaideXcgvrQw00L { box-sizing:content-box;height:50px;width:652px;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;top:455px;left:158px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:2px solid #808082;border-left:2px solid #808082;border-right:2px solid #808082;border-bottom:2px solid #808082;display:block; }
#bnymrvZ4xVziEXnegO79znGCKeFGXc1o { box-sizing:content-box;height:50px;width:652px;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;top:535px;left:158px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:2px solid #808082;border-left:2px solid #808082;border-right:2px solid #808082;border-bottom:2px solid #808082;display:block; }
#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { border-width: 0; border-radius: 0; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { font-size:14px;font-family:arial;height:640px;width:960px;overflow:visible;position:relative;display:block; }#MfL4TzaooUpqIK0bi3BkxbRaBHUk6eLw { color:#585858;display:block;width:737px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:116px;left:112px;height:34.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g8XPRqKdEbeZp9rsk1Xbtv63ZUVkqUJb { color:#000000;display:block;width:476px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:435.99609375px;left:330.98828125px;height:108px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N8Trkw1tD1TxQaE5sqIdaWh10e5viAK2 { color:#00a453;display:block;width:737px;position:absolute;font-family:lato;font-size:35px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:65px;left:112px;height:52.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aiPAygtcKxX9nmGxfCzLrOvbaqAFbprr { color:#000000;display:block;width:668px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:189px;left:147px;height:27px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pm5H6wMyKiIT6XKnEDt7MQdEbq7t8KIB { box-sizing:content-box;height:50px;width:733px;position:absolute;display:block;z-index:15005;background-color:#efefef;background-image:none;top:176px;left:112px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#smVvLK3ETPpKCDQzpaM6QplTXCtzuCiA { box-sizing:content-box;height:50px;width:733px;position:absolute;display:block;z-index:15007;background-color:#efefef;background-image:none;top:246px;left:115px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#h1xxWZP6gy2BNwAmQh7AG0ry0rTUDpqA { color:#000000;display:block;width:668px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:259px;left:149px;height:27.0117px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NALzgIl5mTVhEL765ztSEuvIiRTRxIwi { box-sizing:content-box;height:50px;width:733px;position:absolute;display:block;z-index:15009;background-color:#efefef;background-image:none;top:316px;left:113px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#r1oHCvDB7Cx9ILThHXgUGnRHyKqZCboq { color:#000000;display:block;width:668px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:329px;left:147px;height:27.0117px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hNLGEhkaNbD0KUvpVN4GpMmo3QTCiB1P { box-sizing:content-box;height:153.984px;width:728.984px;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:411.7578125px;left:114.23828125px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:2px solid #808082;border-left:2px solid #808082;border-right:2px solid #808082;border-bottom:2px solid #808082;display:block; }
#M2yHXyN04PBbe42T0dkqLfBTnf6rI4c0 { color:#000000;display:block;width:136.973px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:498.51953125px;left:154.96484375px;height:30px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JVWQpBMynDgGILinSi9mM8U4mmEURenE { color:#000000;display:block;width:136.973px;position:absolute;font-family:lato;font-size:45px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:444.31251525879px;left:156.95834350586px;height:67.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt { background-color:#f1f1f1;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container { background-color: transparent; background-image: none; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container > .video-iframe-container { display: none; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row > .video-iframe-container { display: none; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .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); }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container { border-width: 0; border-radius: 0; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container { font-size:14px;font-family:arial;height:646px;width:960px;overflow:visible;position:relative;display:block; }#XNGFL7MdOOBB5m8tEoROV3vXxsWD2Vnb { color:#000000;display:block;width:737px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:155px;left:111px;height:28.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z6D15XV7oirvdHwcKBnt0w9AIW8aBxQs { 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;height:65px;width:65px;top:228px;left:150px;overflow:hidden;display:block; }
#JMedskwTNiSgmcosdtul3XObv5OAGgMS { color:#000000;display:block;width:513px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:246px;left:240px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hTPA8eA1Z7u0HskHCCehQz2A53rDgTxo { box-sizing:content-box;height:50px;width:652px;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:233px;left:158px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:2px solid #808082;border-left:2px solid #808082;border-right:2px solid #808082;border-bottom:2px solid #808082;display:block; }
#pGc9gEt9GVgI8Q1T4BBI93l35Z4JJDSk { 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;height:65px;width:65px;top:305px;left:152px;overflow:hidden;display:block; }
#GHNNIMUmiCPTxgDBOVzLw4uHDABUBiqc { color:#000000;display:block;width:550px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:323px;left:241px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R8SPtRpJHy2ldEmTS0KmnpPORyTrttFz { color:#000000;display:block;width:550px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:406px;left:241px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sF9NkzAd7fFQDJNxyoXPR86ZvBPdxT3N { 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;height:65px;width:65px;top:387px;left:152px;overflow:hidden;display:block; }
#Pb4XTJE7aAv4iq37zRHRUmwtZeXTkdoC { position:absolute;display:block;z-index:15016;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;height:65px;width:65px;top:467px;left:152px;overflow:hidden;display:block; }
#dLfMihOXe0M48t6qXUTixItLuU2cg4Ll { color:#000000;display:block;width:550px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:485px;left:241px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VltC8pArO2LfXRrCFR9nS5JiA729kOEK { box-sizing:content-box;height:50px;width:652px;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:311px;left:158px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:2px solid #808082;border-left:2px solid #808082;border-right:2px solid #808082;border-bottom:2px solid #808082;display:block; }
#r1nsh95vZVq8NHmE4FlxJOonbminFzT0 { box-sizing:content-box;height:50px;width:652px;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;top:393px;left:158px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:2px solid #808082;border-left:2px solid #808082;border-right:2px solid #808082;border-bottom:2px solid #808082;display:block; }
#lxzwLONGxo80PiL3J6510liex3CyPvN6 { box-sizing:content-box;height:50px;width:652px;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;top:473px;left:158px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:2px solid #808082;border-left:2px solid #808082;border-right:2px solid #808082;border-bottom:2px solid #808082;display:block; }
#KXR71NVREHk6xvpC0S9iROtNWTTd2Mmb { color:#000000;display:block;width:737px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:102px;left:112px;height:34.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pc9g5DOnyqaX7hTsM77Zp2VZ8IeTVkTh { color:#000000;display:block;width:737px;position:absolute;font-family:lato;font-size:35px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:51px;left:112px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EsTZRCFdTqwy8aUVJgoapA0V7kA1FVgw { color:#000000;display:block;width:737px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:567px;left:111px;height:28.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#plPTBZd8ED0bL9PisXasFvJieNK2O1ND { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container { background-color: transparent; background-image: none; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container > .video-iframe-container { display: none; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row > .video-iframe-container { display: none; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .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); }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container { border-width: 0; border-radius: 0; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container { font-size:14px;font-family:arial;height:395px;width:960px;overflow:visible;position:relative;display:block; }#CBtnQIe5TvfFeVaJ1qZ2Jn1xPtqVlv9a { color:#585858;display:block;width:737px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:105px;left:112px;height:34.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IsoGCHUNXJ0gQOK2TQ4F3FvmB1hkHEzy { color:#00a453;display:block;width:737px;position:absolute;font-family:lato;font-size:35px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:54px;left:112px;height:52.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nrV6ChahuwzAy1SK0Tbwp7UtTXTvEMec { color:#000000;display:block;width:737px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:169px;left:111px;height:85.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iVriE19WbE3x3kNXwni7SXATSF87dz3h { background-color:#00a453;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:187px;height:55px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:286px;left:386px;display:block; }
#l1kx6ZEAo8f09uoi80H0UTzgnTHoBB3w { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container { background-color: transparent; background-image: none; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container > .video-iframe-container { display: none; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row > .video-iframe-container { display: none; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .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); }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container { border-width: 0; border-radius: 0; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container { font-size:14px;font-family:arial;height:601px;width:960px;overflow:visible;position:relative;display:block; }#X8dSgqQTUOROL0CiQN0DmmFXg5lc0WvL { color:#585858;display:block;width:737px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:111px;left:111px;height:34.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zzyRAvyOyNwO6ul2WmqUTRzmrwbpJJme { color:#00a453;display:block;width:737px;position:absolute;font-family:lato;font-size:35px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:60px;left:111px;height:52.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KiJFHoLNM86dG9dWiLZcNrpVaypoy9OZ { color:#000000;display:block;width:293px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:220px;left:151px;height:285px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rSaanyJcbMhqcAsrTrn6Pe0ivU7ETkDK { color:#000000;display:block;width:293px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:220px;left:525px;height:285px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NZtumeu2mETvbg4zxDrpznN00xdQTfcG { box-sizing:content-box;height:352px;width:355px;position:absolute;display:block;z-index:15006;background-color:#f4f4f4;background-image:none;top:189px;left:494px;display:block; }
#KQI2T8qvkV3MwSzBLGC6BAZxiZTs31C5 { box-sizing:content-box;height:352px;width:355px;position:absolute;display:block;z-index:15005;background-color:#f4f4f4;background-image:none;top:186px;left:120px;display:block; }
#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { background-color: transparent; background-image: none; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container > .video-iframe-container { display: none; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row > .video-iframe-container { display: none; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .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); }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { border-width: 0; border-radius: 0; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { font-size:14px;font-family:arial;height:230px;width:960px;position:relative;display:block; }#k1T6UeIBTW5XH45AFmhyhfNnX5M45eUv { color:#ffffff;display:block;width:385px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:47.000015258789px;left:115px;height:57px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KeV00So5OxTem539LmZaozxqhRCF1zuG { 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;height:30px;width:30px;top:53px;left:615px;overflow:hidden;display:block; }
#ENBzTHxD0ynuXDlkrveG9ak7ehNlJuoL { 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;height:30px;width:30px;top:100px;left:615px;overflow:hidden;display:block; }
#DQJWbCDpbOzXTUFeqlgNsFqxxSmBhgJR { 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;height:29px;width:30px;top:150px;left:615px;overflow:hidden;display:block; }
#rCG6lh3mTbANN9XZMkJkoU9zFaCCnqnN { color:#ffffff;display:block;width:135px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:53px;left:660px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vPkSWKSN5SCLVFyBq0TX7qeSU18koGuS { color:#ffffff;display:block;width:135px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:101px;left:659px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NJPPEUoB1uveKSSQCUinRTr6D7DkBVvi { color:#ffffff;display:block;width:216px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:151px;left:660px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w6QKC9fAbxi4h9iIA7EaH60PmfBGOmRo { 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;height:50px;width:217px;top:133.50001525879px;left:115px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { top:33px;left:274px;width:217px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vl2nyC0TvevL32r6hcNRgaHaOUraA0np { width:354px;height:74px;top:73px;left:14px;font-size:57px;display:block; }
 }@media only screen and (max-width: 763px) { #NAeP8ZgQs7awDvUWXBCFQrWEUzKT6ZuI { width:352px;height:;top:146px;left:15px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IeACSo1Glfw3nUt49eEHIy0xA4LbfbSf { top:237px;left:15px;width:200px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #Af5wJZEH90pe517PfT73KPdyS9KJbRGP { top:55px;left:87px;width:677px;height:368px;display:block; }
 }@media only screen and (max-width: 763px) { #kA4RGQImHTq3Dubs6ySEVwfMzT7if64v { width:187px;height:55px;top:351px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ETE79DMoR4Q5SH2cwshmSfxuZqwfPdAr { display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { width:737px;height:114px;top:60px;left:14px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #H50Tb37BX5Ucor4E8odVyJqmcoB9GBTU { top:210px;left:52px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #ndnHPRhOhrtPbsS1D7r9lovoNC7ht50G { width:280px;height:28px;top:228px;left:142px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #yfMUsESzfUawv3pdaxG7VFs10tBlkcBJ { top:215px;left:60px;width:652px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #BCuCMyWA0zcCTcEiVn7fiXmRWDTL49Kl { top:287px;left:54px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #hTOMVTOGMlaBUHAGskFanIHOeTo2SM8n { width:550px;height:28px;top:305px;left:143px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #LyVqx5Nri6kmcoXHN6vCqScEzgTBNu3c { width:550px;height:28px;top:388px;left:143px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #HqdbmMcTh5RnqPRMdmXI9uUyxXl3I3lT { top:369px;left:54px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #skMzeIecVMW1i5i02GlnlcTyT72P5V1h { top:449px;left:54px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #ZFT6w0DQ3Iaow2bTo85X6LLssf7nXKiL { width:550px;height:28px;top:467px;left:143px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #BHK5LFfkOxmuwGioZ2MEM7zBgL3Pd3Pn { top:529px;left:54px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #p85NVhbIsPfUr1HswKFWm1aNZa2wWU17 { width:550px;height:28px;top:547px;left:143px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #morIeDHZ5LXnxAanWy4ZkRDc5xVkNTNJ { top:293px;left:60px;width:652px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #iRPfely4fKMwK1A0pbKXw45eO28huUlG { top:375px;left:60px;width:652px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #QlSJMwrCDf1GC9M5xKaideXcgvrQw00L { top:455px;left:60px;width:652px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #bnymrvZ4xVziEXnegO79znGCKeFGXc1o { top:535px;left:60px;width:652px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfL4TzaooUpqIK0bi3BkxbRaBHUk6eLw { width:737px;height:34px;top:116px;left:14px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #g8XPRqKdEbeZp9rsk1Xbtv63ZUVkqUJb { width:476px;height:108px;top:435px;left:232.98828125px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #N8Trkw1tD1TxQaE5sqIdaWh10e5viAK2 { width:737px;height:52px;top:65px;left:14px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #aiPAygtcKxX9nmGxfCzLrOvbaqAFbprr { width:668px;height:27px;top:189px;left:49px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Pm5H6wMyKiIT6XKnEDt7MQdEbq7t8KIB { top:176px;left:14px;width:733px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #smVvLK3ETPpKCDQzpaM6QplTXCtzuCiA { top:246px;left:17px;width:733px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #h1xxWZP6gy2BNwAmQh7AG0ry0rTUDpqA { width:668px;height:27px;top:259px;left:51px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NALzgIl5mTVhEL765ztSEuvIiRTRxIwi { top:316px;left:15px;width:733px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #r1oHCvDB7Cx9ILThHXgUGnRHyKqZCboq { width:668px;height:27px;top:329px;left:49px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hNLGEhkaNbD0KUvpVN4GpMmo3QTCiB1P { top:411px;left:16.23828125px;width:728px;height:153px;display:block; }
 }@media only screen and (max-width: 763px) { #M2yHXyN04PBbe42T0dkqLfBTnf6rI4c0 { width:136px;height:30px;top:498px;left:56.96484375px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JVWQpBMynDgGILinSi9mM8U4mmEURenE { width:136px;height:67px;top:444px;left:58.958343505859px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #cVxTWblx4z6IimqS6TGEX63fy5ve6gbt { display:block; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNGFL7MdOOBB5m8tEoROV3vXxsWD2Vnb { width:737px;height:28px;top:155px;left:13px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #z6D15XV7oirvdHwcKBnt0w9AIW8aBxQs { top:228px;left:52px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #JMedskwTNiSgmcosdtul3XObv5OAGgMS { width:513px;height:28px;top:246px;left:142px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #hTPA8eA1Z7u0HskHCCehQz2A53rDgTxo { top:233px;left:60px;width:652px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #pGc9gEt9GVgI8Q1T4BBI93l35Z4JJDSk { top:305px;left:54px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #GHNNIMUmiCPTxgDBOVzLw4uHDABUBiqc { width:550px;height:28px;top:323px;left:143px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #R8SPtRpJHy2ldEmTS0KmnpPORyTrttFz { width:550px;height:28px;top:406px;left:143px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #sF9NkzAd7fFQDJNxyoXPR86ZvBPdxT3N { top:387px;left:54px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #Pb4XTJE7aAv4iq37zRHRUmwtZeXTkdoC { top:467px;left:54px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #dLfMihOXe0M48t6qXUTixItLuU2cg4Ll { width:550px;height:28px;top:485px;left:143px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #VltC8pArO2LfXRrCFR9nS5JiA729kOEK { top:311px;left:60px;width:652px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #r1nsh95vZVq8NHmE4FlxJOonbminFzT0 { top:393px;left:60px;width:652px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #lxzwLONGxo80PiL3J6510liex3CyPvN6 { top:473px;left:60px;width:652px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #KXR71NVREHk6xvpC0S9iROtNWTTd2Mmb { width:737px;height:34px;top:102px;left:14px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #pc9g5DOnyqaX7hTsM77Zp2VZ8IeTVkTh { width:737px;height:;top:51px;left:14px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #EsTZRCFdTqwy8aUVJgoapA0V7kA1FVgw { width:737px;height:28px;top:567px;left:13px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #plPTBZd8ED0bL9PisXasFvJieNK2O1ND { display:block; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBtnQIe5TvfFeVaJ1qZ2Jn1xPtqVlv9a { width:737px;height:34px;top:105px;left:14px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #IsoGCHUNXJ0gQOK2TQ4F3FvmB1hkHEzy { width:737px;height:52px;top:54px;left:14px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nrV6ChahuwzAy1SK0Tbwp7UtTXTvEMec { width:737px;height:85px;top:169px;left:13px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #iVriE19WbE3x3kNXwni7SXATSF87dz3h { width:187px;height:55px;top:286px;left:288px;display:block; }
 }@media only screen and (max-width: 763px) { #l1kx6ZEAo8f09uoi80H0UTzgnTHoBB3w { display:block; }
 }@media only screen and (max-width: 763px) { #D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP { display:block; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8dSgqQTUOROL0CiQN0DmmFXg5lc0WvL { width:737px;height:34px;top:111px;left:13px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #zzyRAvyOyNwO6ul2WmqUTRzmrwbpJJme { width:737px;height:52px;top:60px;left:13px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #KiJFHoLNM86dG9dWiLZcNrpVaypoy9OZ { width:293px;height:285px;top:220px;left:53px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #rSaanyJcbMhqcAsrTrn6Pe0ivU7ETkDK { width:293px;height:285px;top:220px;left:427px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #NZtumeu2mETvbg4zxDrpznN00xdQTfcG { top:189px;left:396px;width:355px;height:352px;display:block; }
 }@media only screen and (max-width: 763px) { #KQI2T8qvkV3MwSzBLGC6BAZxiZTs31C5 { top:186px;left:22px;width:355px;height:352px;display:block; }
 }@media only screen and (max-width: 763px) { #ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 { display:block; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1T6UeIBTW5XH45AFmhyhfNnX5M45eUv { width:385px;height:57px;top:47px;left:17px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #KeV00So5OxTem539LmZaozxqhRCF1zuG { top:53px;left:517px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ENBzTHxD0ynuXDlkrveG9ak7ehNlJuoL { top:100px;left:517px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #DQJWbCDpbOzXTUFeqlgNsFqxxSmBhgJR { top:150px;left:517px;width:30px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #rCG6lh3mTbANN9XZMkJkoU9zFaCCnqnN { width:135px;height:28px;top:53px;left:562px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #vPkSWKSN5SCLVFyBq0TX7qeSU18koGuS { width:135px;height:28px;top:101px;left:561px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #NJPPEUoB1uveKSSQCUinRTr6D7DkBVvi { width:216px;height:28px;top:151px;left:548px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #w6QKC9fAbxi4h9iIA7EaH60PmfBGOmRo { top:133px;left:17px;width:217px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { position:relative;z-index:auto;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:320px;height:101px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { width:217px;height:50px;top:20px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:transparent;background-image:url("https://images.assets-landingi.com/ULKHmY82/Mask_Group_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .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); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:320px;height:763px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vl2nyC0TvevL32r6hcNRgaHaOUraA0np { width:320px;height:78px;top:48px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #NAeP8ZgQs7awDvUWXBCFQrWEUzKT6ZuI { width:320px;height:44px;top:162.5px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IeACSo1Glfw3nUt49eEHIy0xA4LbfbSf { width:200px;height:2px;top:226.5px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Af5wJZEH90pe517PfT73KPdyS9KJbRGP { width:320px;height:173.94387001477px;top:323.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kA4RGQImHTq3Dubs6ySEVwfMzT7if64v { width:187px;height:55px;top:248.5px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #ETE79DMoR4Q5SH2cwshmSfxuZqwfPdAr { display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:transparent;background-image:url("https://images.assets-landingi.com/ULKHmY82/Mask_Group_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.adaptive-delivery-prevent-bg, #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.lazyload, #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.lazyloading { background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .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); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:320px;height:977px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #H50Tb37BX5Ucor4E8odVyJqmcoB9GBTU { width:65px;height:65px;top:154px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #ndnHPRhOhrtPbsS1D7r9lovoNC7ht50G { width:280px;height:0;top:252px;left:40px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #yfMUsESzfUawv3pdaxG7VFs10tBlkcBJ { width:316px;height:50px;top:239px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BCuCMyWA0zcCTcEiVn7fiXmRWDTL49Kl { width:65px;height:65px;top:309px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #hTOMVTOGMlaBUHAGskFanIHOeTo2SM8n { width:320px;height:0;top:406px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #LyVqx5Nri6kmcoXHN6vCqScEzgTBNu3c { width:320px;height:0;top:562px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #HqdbmMcTh5RnqPRMdmXI9uUyxXl3I3lT { width:65px;height:65px;top:464px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #skMzeIecVMW1i5i02GlnlcTyT72P5V1h { width:65px;height:65px;top:619px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #ZFT6w0DQ3Iaow2bTo85X6LLssf7nXKiL { width:320px;height:0;top:716px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #BHK5LFfkOxmuwGioZ2MEM7zBgL3Pd3Pn { width:65px;height:65px;top:774px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #p85NVhbIsPfUr1HswKFWm1aNZa2wWU17 { width:320px;height:0;top:871px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #morIeDHZ5LXnxAanWy4ZkRDc5xVkNTNJ { width:316px;height:50px;top:394px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iRPfely4fKMwK1A0pbKXw45eO28huUlG { width:316px;height:50px;top:549px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QlSJMwrCDf1GC9M5xKaideXcgvrQw00L { width:316px;height:50px;top:704px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bnymrvZ4xVziEXnegO79znGCKeFGXc1o { width:316px;height:50px;top:859px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color:transparent;background-image:url("https://images.assets-landingi.com/ULKHmY82/Mask_Group_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.adaptive-delivery-prevent-bg, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyload, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyloading { background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:320px;height:912px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfL4TzaooUpqIK0bi3BkxbRaBHUk6eLw { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #g8XPRqKdEbeZp9rsk1Xbtv63ZUVkqUJb { width:320px;height:0;top:381.234375px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #N8Trkw1tD1TxQaE5sqIdaWh10e5viAK2 { width:320px;height:0;top:74.5px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #aiPAygtcKxX9nmGxfCzLrOvbaqAFbprr { width:320px;height:0;top:160px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Pm5H6wMyKiIT6XKnEDt7MQdEbq7t8KIB { width:320px;height:50px;top:147px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #smVvLK3ETPpKCDQzpaM6QplTXCtzuCiA { width:320px;height:50px;top:217px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #h1xxWZP6gy2BNwAmQh7AG0ry0rTUDpqA { width:320px;height:0;top:230px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NALzgIl5mTVhEL765ztSEuvIiRTRxIwi { width:320px;height:50px;top:287px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #r1oHCvDB7Cx9ILThHXgUGnRHyKqZCboq { width:320px;height:0;top:300px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hNLGEhkaNbD0KUvpVN4GpMmo3QTCiB1P { width:316px;height:153px;top:357px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #M2yHXyN04PBbe42T0dkqLfBTnf6rI4c0 { width:136px;height:0;top:443.765625px;left:40.71875px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JVWQpBMynDgGILinSi9mM8U4mmEURenE { width:136px;height:0;top:389.5625px;left:42.71875px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #cVxTWblx4z6IimqS6TGEX63fy5ve6gbt { background-color:transparent;background-image:url("https://images.assets-landingi.com/ULKHmY82/Mask_Group_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt.adaptive-delivery-prevent-bg, #cVxTWblx4z6IimqS6TGEX63fy5ve6gbt.lazyload, #cVxTWblx4z6IimqS6TGEX63fy5ve6gbt.lazyloading { background-image: none; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container { background-color: transparent; background-image: none; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container > .video-iframe-container { display: none; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row > .video-iframe-container { display: none; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .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); }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container { width:320px;height:983px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNGFL7MdOOBB5m8tEoROV3vXxsWD2Vnb { width:320px;height:0;top:147px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #z6D15XV7oirvdHwcKBnt0w9AIW8aBxQs { width:65px;height:65px;top:195.5px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #JMedskwTNiSgmcosdtul3XObv5OAGgMS { width:320px;height:0;top:293.5px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #hTPA8eA1Z7u0HskHCCehQz2A53rDgTxo { width:316px;height:50px;top:280.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pGc9gEt9GVgI8Q1T4BBI93l35Z4JJDSk { width:65px;height:65px;top:350.5px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #GHNNIMUmiCPTxgDBOVzLw4uHDABUBiqc { width:320px;height:0;top:447.5px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #R8SPtRpJHy2ldEmTS0KmnpPORyTrttFz { width:320px;height:0;top:603.5px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #sF9NkzAd7fFQDJNxyoXPR86ZvBPdxT3N { width:65px;height:65px;top:505.5px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #Pb4XTJE7aAv4iq37zRHRUmwtZeXTkdoC { width:65px;height:65px;top:660.5px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #dLfMihOXe0M48t6qXUTixItLuU2cg4Ll { width:320px;height:0;top:757.5px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #VltC8pArO2LfXRrCFR9nS5JiA729kOEK { width:316px;height:50px;top:435.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #r1nsh95vZVq8NHmE4FlxJOonbminFzT0 { width:316px;height:50px;top:590.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lxzwLONGxo80PiL3J6510liex3CyPvN6 { width:316px;height:50px;top:745.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KXR71NVREHk6xvpC0S9iROtNWTTd2Mmb { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #pc9g5DOnyqaX7hTsM77Zp2VZ8IeTVkTh { width:320px;height:0;top:74.5px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #EsTZRCFdTqwy8aUVJgoapA0V7kA1FVgw { width:320px;height:0;top:815.5px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #plPTBZd8ED0bL9PisXasFvJieNK2O1ND { background-color:transparent;background-image:url("https://images.assets-landingi.com/ULKHmY82/Mask_Group_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND.adaptive-delivery-prevent-bg, #plPTBZd8ED0bL9PisXasFvJieNK2O1ND.lazyload, #plPTBZd8ED0bL9PisXasFvJieNK2O1ND.lazyloading { background-image: none; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container { background-color: transparent; background-image: none; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container > .video-iframe-container { display: none; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row > .video-iframe-container { display: none; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .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); }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container { width:320px;height:912px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBtnQIe5TvfFeVaJ1qZ2Jn1xPtqVlv9a { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #IsoGCHUNXJ0gQOK2TQ4F3FvmB1hkHEzy { width:320px;height:0;top:74.5px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #nrV6ChahuwzAy1SK0Tbwp7UtTXTvEMec { width:320px;height:0;top:147px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #iVriE19WbE3x3kNXwni7SXATSF87dz3h { width:187px;height:55px;top:252.5px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #l1kx6ZEAo8f09uoi80H0UTzgnTHoBB3w { display:block; }
 }@media only screen and (max-width: 763px) { #D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP { background-color:transparent;background-image:url("https://images.assets-landingi.com/ULKHmY82/Mask_Group_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP.adaptive-delivery-prevent-bg, #D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP.lazyload, #D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP.lazyloading { background-image: none; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container { background-color: transparent; background-image: none; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container > .video-iframe-container { display: none; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row > .video-iframe-container { display: none; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .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); }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container { width:320px;height:912px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8dSgqQTUOROL0CiQN0DmmFXg5lc0WvL { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #zzyRAvyOyNwO6ul2WmqUTRzmrwbpJJme { width:320px;height:0;top:74.5px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #KiJFHoLNM86dG9dWiLZcNrpVaypoy9OZ { width:293px;height:0;top:181px;left:27px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #rSaanyJcbMhqcAsrTrn6Pe0ivU7ETkDK { width:293px;height:0;top:550px;left:27px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #NZtumeu2mETvbg4zxDrpznN00xdQTfcG { width:320px;height:352px;top:519px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KQI2T8qvkV3MwSzBLGC6BAZxiZTs31C5 { width:320px;height:352px;top:147px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 { display:block; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { width:320px;height:490px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1T6UeIBTW5XH45AFmhyhfNnX5M45eUv { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #KeV00So5OxTem539LmZaozxqhRCF1zuG { width:30px;height:30px;top:97px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #ENBzTHxD0ynuXDlkrveG9ak7ehNlJuoL { width:30px;height:30px;top:195.5px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #DQJWbCDpbOzXTUFeqlgNsFqxxSmBhgJR { width:30px;height:29px;top:364px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #rCG6lh3mTbANN9XZMkJkoU9zFaCCnqnN { width:135px;height:0;top:147px;left:92px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #vPkSWKSN5SCLVFyBq0TX7qeSU18koGuS { width:135px;height:0;top:245.5px;left:92px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #NJPPEUoB1uveKSSQCUinRTr6D7DkBVvi { width:216px;height:0;top:413px;left:52px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #w6QKC9fAbxi4h9iIA7EaH60PmfBGOmRo { width:217px;height:50px;top:294px;left:51px;display:block; }
 }