.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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:#313131;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:#7ecdd6;background-image:none;position:relative;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 {  }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#caFQu1AZX8rOeNBQEcHJi3hTa7csNdeX { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:7.875rem;top:0.9375rem;left:26.0625rem;overflow:hidden;display:block; }
#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color:transparent;background-image:url("https://images.assets-landingi.com/mNGaaLeWEp0/unsplash/emma-simpson-mNGaaLeWEp0-photo-1477332552946-cfb384aeaf1c.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;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(49,49,49,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(49,49,49,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 { border-width: 0; border-radius: 0; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container {  }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { color:#ffffff;display:block;width:60rem;position:absolute;font-family:firasans-bold;font-size:4rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:12.544921875rem;left:0rem;height:5.19970625rem;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; }
#EdHVg4R0sSUwqFbo5KJrCr15ztVeTtQ5 { color:#7ecdd6;display:block;width:39.625rem;position:absolute;font-family:firasans-bold;font-size:2.9375rem;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;top:17.744792938233rem;left:10.1875rem;height:4.69970625rem;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; }
#uTJhNx4P4qyVMNP47Nnl3CVGyycXx1aN { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#7ecdd6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:28.1875rem;left:20.84375rem;display:block; }
#SGuxuXmW6zGIyeZM9QcHDWgi6BD6H1FL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { background-color: transparent; background-image: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container > .video-iframe-container { display: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container { display: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .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); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { border-width: 0; border-radius: 0; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container {  }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:60rem;position:relative;display:block; }#xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { color:#7ecdd6;display:block;width:18.875rem;position:absolute;font-family:firasans-bold;font-size:2.125rem;font-weight:400;z-index:100003;line-height:1.1;letter-spacing:0;top:13.1875rem;left:4.5625rem;height:2.3369125rem;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; }
#Uze1X6n459WAF0CAARac4IW0ULNhLM7T { color:#000000;display:block;width:3.75rem;position:absolute;font-family:firasans-bold;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:18.375rem;left:4.25rem;height:1.875rem;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; }
#AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { position:absolute;display:block;z-index:100007;background-color:#7ecdd6;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;height:0.125rem;width:12.5rem;top:8.25rem;left:24.25rem;display:block; }
#DcF9voo8T6RD0ax2NShyKpWCthoVcIlb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100008;top:21.125rem;left:1.6875rem; }
#Qkvaa80cCZPETNTsR6szUf8SilFTZDq4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100009;top:22.5rem;left:18.125rem; }
#AfRm8GW2TyTQiGCGf4wIJhAi7iFfmMIE { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:30.625rem;left:1rem;height:6.75rem;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; }
#GSlEaC2JKvsUXydi91758sSgQsI3ptrd { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:30.625rem;left:16rem;height:6.75rem;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; }
#eB5xb26miHix4xChTkFm3hzCfalbrRfv { color:#7ecdd6;display:block;width:21.625rem;position:absolute;font-family:firasans-bold;font-size:2.125rem;font-weight:400;z-index:100004;line-height:1.1;letter-spacing:0;top:13.1875rem;left:35.625rem;height:2.3374rem;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; }
#AVCyAc3Jn4fdi9Ixo73sORv4C1Ultl18 { color:#000000;display:block;width:6.625rem;position:absolute;font-family:firasans-bold;font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:18.375rem;left:17.9375rem;height:1.875rem;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; }
#e2ZsuHsoe5XckTTfqfwTFAH8xxLn2K0C { color:#000000;display:block;width:3.75rem;position:absolute;font-family:firasans-bold;font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:18.375rem;left:36.75rem;height:1.875rem;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; }
#eNW3ktp3JbRDJvc2JAfoUmC38VyCLPW4 { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:30.625rem;left:33.5rem;height:3.375rem;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; }
#CQBrgEPL4JnoFEDnzTgK0ZECdG9ziJp1 { color:#000000;display:block;width:6.625rem;position:absolute;font-family:firasans-bold;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:18.375rem;left:49.4375rem;height:1.875rem;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; }
#vlnX0R5MpG6zgKLBTkf7ryB2WapDZeDG { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:30.625rem;left:47.5rem;height:1.6875rem;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; }
#zZR8FD9q3EMOSlznRCVbNF01u9qyhC73 { color:#000000;display:block;width:50.875rem;position:absolute;font-family:firasans-bold;font-size:3.1875rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:2.1875rem;left:4.5625rem;height:4.78125rem;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; }
#FlJ3fyB1uZmoXCfnkcHRZ74ZR4pJTSA0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100011;top:22.5rem;left:49.6875rem; }
#zHNipDlK0go4uuTTwIqDGxuoCAQmh1Sy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100010;top:21.125rem;left:34.1875rem; }
#T8hcU0Nm28k6Jnqvx4LfaCpkTXf1qrpX { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:30.625rem;left:2.0625rem;height:6.75rem;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:none; }
#kPTZrkouFE9f6tFBzLn32SqrkaShHPPU { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:30.625rem;left:17.0625rem;height:6.75rem;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:none; }
#Z0qib29ib6Ml33S5UINrUpKHzZiEg0IA { color:#000000;display:block;width:3.75rem;position:absolute;font-family:firasans-bold;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:18.375rem;left:5.3125rem;height:1.875rem;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:none; }
#gTg4Tlh0T8WMeAqgpGGNL61P2mFituTt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100008;top:21.125rem;left:2.75rem;display:none; }
#ZbTACOrSX9skWkZTT9bktvL50mTtHWyc { color:#000000;display:block;width:6.625rem;position:absolute;font-family:firasans-bold;font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:18.375rem;left:19rem;height:1.875rem;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:none; }
#BRXvJGXe6LKqmpidvcCTJ6ivMzs76Rxl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100009;top:22.5rem;left:19.1875rem;display:none; }
#iJX6vtWrvAyxD1aVhfPCGI56u34OWTnw { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:30.625rem;left:33.5rem;height:3.375rem;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:none; }
#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7ecdd6;background-image:none;position:relative;display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { background-color: transparent; background-image: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container > .video-iframe-container { display: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row > .video-iframe-container { display: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .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); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { border-width: 0; border-radius: 0; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row > .video-iframe-container {  }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#pb9CBRSLWShnoolzTnza1XBNA6TytJet { position:absolute;display:block;z-index:100008;background-color:#f0df55;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;height:0.125rem;width:12.5rem;top:7.75rem;left:23.75rem;display:block; }
#lyg3aaJogeuKBJMLRpHqrOLTL1frkO0a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.25rem;width:7.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100009;top:20.25rem;left:4.9375rem; }
#KixWnpwk06Z1TbXTOKzJl5I6OBMHH9P8 { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:firasans-bold;font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:17.53125rem;left:6.53125rem;height:1.875rem;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; }
#hvSlXKq6rTanuOX7h246Niu3FdsysSSP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.0625rem;width:9.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100010;top:19.34375rem;left:25.46875rem; }
#JVUSs6rSNo4w71Mt1DRtsAte1y08V4ZZ { color:#000000;display:block;width:7.25rem;position:absolute;font-family:firasans-bold;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:17.4375rem;left:26.375rem;height:1.875rem;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; }
#aWD1KoDpxXdTmQaZvZv7tMhv100Bl0v9 { color:#f0df55;display:block;width:15.1875rem;position:absolute;font-family:firasans-bold;font-size:2.125rem;font-weight:400;z-index:100005;line-height:1.1;letter-spacing:0;top:9.34375rem;left:22.59375rem;height:2.3374rem;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; }
#DBZo9ZdoJ7Bg0QpRcQiTWETMyUHvHOLS { color:#000000;display:block;width:5.875rem;position:absolute;font-family:firasans-bold;font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:17.53125rem;left:48.1875rem;height:1.875rem;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; }
#CMMvqqnLfQSxpIu8T0okSA8TnWqgbNPO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5625rem;width:7.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100011;top:20.09375rem;left:47.34375rem; }
#goUzu1nCDwnyiMpp4StGfhKCOkP2yM32 { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:27.5rem;left:3.34375rem;height:3.375rem;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; }
#SCdfGJ1alqdDXbyfUofAcuFxSqzm5cXO { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:27.5rem;left:24.78125rem;height:3.375rem;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; }
#TKzqxqlhi3OTgNb5m0HW8nClnt8iTDXC { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:27.5rem;left:45.28125rem;height:5.0625rem;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; }
#TkTza9pH7Fd15kdOyi3RCqWtrZUcW750 { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:firasans-bold;font-size:3.1875rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:1.6875rem;left:13.65625rem;height:4.78125rem;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; }
#CZ21VaMrlbzopXpCmbZH6TQNZkSE5plM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7ecdd6;background-image:none;position:relative;display:block; }#CZ21VaMrlbzopXpCmbZH6TQNZkSE5plM > .row .container { background-color: transparent; background-image: none; }#CZ21VaMrlbzopXpCmbZH6TQNZkSE5plM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ21VaMrlbzopXpCmbZH6TQNZkSE5plM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ21VaMrlbzopXpCmbZH6TQNZkSE5plM > .row .container > .video-iframe-container { display: none; }#CZ21VaMrlbzopXpCmbZH6TQNZkSE5plM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ21VaMrlbzopXpCmbZH6TQNZkSE5plM > .row > .video-iframe-container { display: none; }#CZ21VaMrlbzopXpCmbZH6TQNZkSE5plM > .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); }#CZ21VaMrlbzopXpCmbZH6TQNZkSE5plM > .row .container { border-width: 0; border-radius: 0; }#CZ21VaMrlbzopXpCmbZH6TQNZkSE5plM > .row > .video-iframe-container {  }#CZ21VaMrlbzopXpCmbZH6TQNZkSE5plM > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#zVsaeKo5ii01iNZ3M2QizVa3ZV4r2ym8 { position:absolute;display:block;z-index:100008;background-color:#f0df55;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;height:0.125rem;width:12.5rem;top:7.75rem;left:23.75rem;display:block; }
#SQZW1396TTlDPavLdrkwzgMuf430nMz8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.25rem;width:7.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100009;top:20.25rem;left:4.9375rem; }
#K28ggW03brOmZfkTi4TfDJDMGfTGMvZq { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:firasans-bold;font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:17.53125rem;left:6.53125rem;height:1.875rem;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; }
#O7kiGrQh6R1Nsqeo0JUywVgRxya7Od62 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.0625rem;width:9.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100010;top:19.34375rem;left:25.46875rem; }
#nT129SEcGcpOqTZ4vElIy2ZiwzITLesH { color:#000000;display:block;width:7.125rem;position:absolute;font-family:firasans-bold;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:17.4375rem;left:26.4375rem;height:1.875rem;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; }
#tCmrfAZVL4xPimpQJZKW7Nrc7Vw5NHng { color:#f0df55;display:block;width:16.1875rem;position:absolute;font-family:firasans-bold;font-size:2.125rem;font-weight:400;z-index:100005;line-height:1.1;letter-spacing:0;top:9.21875rem;left:22.0625rem;height:2.3374rem;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; }
#R4NzBUWSk9e97pXCH7TUznGI2QGcxkFN { color:#000000;display:block;width:4.1875rem;position:absolute;font-family:firasans-bold;font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:17.4375rem;left:49.03125rem;height:1.875rem;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; }
#am4BTxTdgayApOZuFnbwId6kyziiqI5C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5625rem;width:7.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100011;top:20.09375rem;left:47.34375rem; }
#XvdKJK8fT0vh2diqikUgU3N3sfKlUlVp { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:27.5rem;left:3.34375rem;height:5.0625rem;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; }
#uBBqtlz4wnzUNIXMPbJETgGgeaznk40l { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:27.5rem;left:24.78125rem;height:3.375rem;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; }
#hHlgb8HaKfkWqG8H4REzCAF5fl5oW5ez { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:27.5rem;left:45.28125rem;height:3.375rem;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; }
#mAJTUV5p59NSw2z6c6tN5r1Ci6X3RwlH { color:#000000;display:block;width:35.25rem;position:absolute;font-family:firasans-bold;font-size:3.1875rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:1.5625rem;left:12.375rem;height:4.78125rem;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; }
#RkLU7ehZGB7gMnBR53OS0KInbmfu0XuH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RkLU7ehZGB7gMnBR53OS0KInbmfu0XuH > .row .container { background-color: transparent; background-image: none; }#RkLU7ehZGB7gMnBR53OS0KInbmfu0XuH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkLU7ehZGB7gMnBR53OS0KInbmfu0XuH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkLU7ehZGB7gMnBR53OS0KInbmfu0XuH > .row .container > .video-iframe-container { display: none; }#RkLU7ehZGB7gMnBR53OS0KInbmfu0XuH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkLU7ehZGB7gMnBR53OS0KInbmfu0XuH > .row > .video-iframe-container { display: none; }#RkLU7ehZGB7gMnBR53OS0KInbmfu0XuH > .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); }#RkLU7ehZGB7gMnBR53OS0KInbmfu0XuH > .row .container { border-width: 0; border-radius: 0; }#RkLU7ehZGB7gMnBR53OS0KInbmfu0XuH > .row > .video-iframe-container {  }#RkLU7ehZGB7gMnBR53OS0KInbmfu0XuH > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:60rem;position:relative;display:block; }#IINhCv3SKQlhyC7uJ9J0KE8gTeeELRwV { position:absolute;display:block;z-index:100008;background-color:#f0df55;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;height:0.125rem;width:12.5rem;top:11.0625rem;left:23.75rem;display:block; }
#Tqhbpc0ZOFsTNQ5KWUuwTSPWQiIcfgLb { background-color:#f0df55;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:17.5625rem;left:5.5rem;display:block; }
#AJwugNr8yT6rvtlu0ZAZoToPUtFqX4p9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l4QPe4DW5zsWpFh1V6KF074h4scb51Dd { background-color:#f0df55;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:17.5625rem;left:36.25rem;display:block; }
#Lx56SoHr2c4oEEi6l23Azd6S3v7CJM4H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sH5plc56JBfuovK98CPWrsP4F08TRANw { color:#000000;display:block;width:8.375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:11.0625rem;left:25.8125rem;height:3rem;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; }
#dgc2cJ8NuNV77a9JUOsCZltUU1n8rfmo { color:#000000;display:block;width:22.75rem;position:absolute;font-family:firasans-bold;font-size:3.1875rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:5.1875rem;left:18.625rem;height:4.78125rem;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; }
#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7ecdd6;background-image:none;position:relative;display:block; }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl > .row .container { background-color: transparent; background-image: none; }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl > .row .container > .video-iframe-container { display: none; }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl > .row > .video-iframe-container { display: none; }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl > .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); }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl > .row .container { border-width: 0; border-radius: 0; }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl > .row > .video-iframe-container {  }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:60rem;position:relative;display:block; }#mBiAS39Z55SmFZWTnA7vgNK9QsiAKZTU { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:firasans-bold;font-size:3.1875rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:2.578125rem;left:16.46875rem;height:4.78125rem;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; }
#iFTP0RXfHcXTUkft2nwT0DVo7lnAGQiu { position:absolute;display:block;z-index:100007;background-color:#f0df55;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;height:0.125rem;width:20rem;top:5.5625rem;left:3.46875rem;display:none; }
#SB2O8oTaEy0c8NsS40dLJLXQaveaTqtZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7ecdd6;background-image:none;position:relative;display:block; }#SB2O8oTaEy0c8NsS40dLJLXQaveaTqtZ > .row .container { background-color: transparent; background-image: none; }#SB2O8oTaEy0c8NsS40dLJLXQaveaTqtZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SB2O8oTaEy0c8NsS40dLJLXQaveaTqtZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SB2O8oTaEy0c8NsS40dLJLXQaveaTqtZ > .row .container > .video-iframe-container { display: none; }#SB2O8oTaEy0c8NsS40dLJLXQaveaTqtZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SB2O8oTaEy0c8NsS40dLJLXQaveaTqtZ > .row > .video-iframe-container { display: none; }#SB2O8oTaEy0c8NsS40dLJLXQaveaTqtZ > .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); }#SB2O8oTaEy0c8NsS40dLJLXQaveaTqtZ > .row .container { border-width: 0; border-radius: 0; }#SB2O8oTaEy0c8NsS40dLJLXQaveaTqtZ > .row > .video-iframe-container {  }#SB2O8oTaEy0c8NsS40dLJLXQaveaTqtZ > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:60rem;position:relative;display:block; }#BKXyetRwIWQIxu9qsiXKJfWH6qWGgnpm { position:absolute;display:block;z-index:100007;background-color:#f0df55;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;height:0.125rem;width:20rem;top:5.5625rem;left:3.46875rem;display:block; }
#M5KIsQtS9zftOonDXcX7CE5VoS4Dusaq { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:firasans-bold;font-size:1.5rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:2.03125rem;left:3.46875rem;height:2.25rem;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; }
#JNsWaE3rd9xFDSDCzt1EsybkCfOVITZo { color:#000000;display:block;width:35.6875rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:7.6875rem;left:2.96875rem;height:18.5625rem;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; }
#CufJHJHRGqN8nUEEUQbsvuuISpu8rGqu { color:#000000;display:block;width:13.25rem;position:absolute;font-family:firasans-bold;font-size:1.5rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:26.25rem;left:3.0625rem;height:2.25rem;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; }
#htkGJ3W8qHL1LVepXMPl1RLLKfH96X1r { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:28.75rem;left:3rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#htkGJ3W8qHL1LVepXMPl1RLLKfH96X1r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#htkGJ3W8qHL1LVepXMPl1RLLKfH96X1r li:before{  }
#H16TAaySbuuh7lxzyGv23lc3p36QRnAt { position:absolute;display:block;z-index:100008;background-color:#f0df55;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;height:0.125rem;width:20rem;top:28.9375rem;left:3.46875rem;display:block; }
#E12x0t7lMRbQKsUVQnuCDnkvTbEk77IX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.6875rem;width:10.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100011;top:28.5rem;left:44.09375rem; }
#CT2r4bQhiTrrBFxAERRtfcqrzsnEKNvy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:13.75rem;width:13.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;top:9.0625rem;left:42.5625rem; }
#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { background-color: transparent; background-image: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .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); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { border-width: 0; border-radius: 0; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container {  }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:60rem;position:relative;display:block; }#Z7FTBA1KuCD8AedzDvEfcfr95XBbhr7u { color:#7ecdd6;display:block;width:43.0625rem;position:absolute;font-family:firasans-bold;font-size:3.1875rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:2.578125rem;left:8.46875rem;height:4.78125rem;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; }
#IM6zQhOrTquaTkFPRW1l0VNHAqUTqz6Q { color:#000000;display:block;width:25.375rem;position:absolute;font-family:firasans-bold;font-size:1.5rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:9.3125rem;left:17.3125rem;height:4.5rem;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; }
#T9dCAGUy52GRWHEPs8ZAyQmTseMPEnZJ { position:absolute;display:block;z-index:100008;background-color:#7ecdd6;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;height:0.125rem;width:12.5rem;top:4.875rem;left:23.75rem;display:none; }
#FkDKomc05JTADnxdS2E2LwGlKMRzufhi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container { background-color: transparent; background-image: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container > .video-iframe-container { display: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row > .video-iframe-container { display: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .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); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container { border-width: 0; border-radius: 0; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row > .video-iframe-container {  }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container { font-size:0.875rem;font-family:arial;height:80.9375rem;width:60rem;position:relative;display:block; }#fJfkkcXQE68T1dQJocBDSSpPHKOZvA6h { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 1.875rem rgba(0,0,0,0.66) ;height:49rem;width:21.6875rem;top:8.1875rem;left:31.5625rem;display:block; }
#toQulT8xtIGawbDIpxXOF0AlC3VsF2km { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:"fira sans";font-size:1.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:9.5498046875rem;left:13.875rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dGqTh6UPZbtdxOD1ANtVxK0PV7MpLqk4 { position:absolute;display:block;z-index:100009;background-color:#7ecdd6;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;height:0.125rem;width:8.75rem;top:11.6865234375rem;left:11.96875rem;display:block; }
#ERVZJo9UDthRALSNiXMrer9RWXFFJ5vi { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:13.1875rem;left:6.78125rem;height:46.5rem;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; }
#mGH2heIfvOuSlOu1whaVdLC32QLBWre6 { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:13.1875rem;left:32.6875rem;height:37.5rem;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; }
#hfR3FNwIDU9RzIKxc85eaDQBG58brq07 { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 1.875rem rgba(0,0,0,0.8) ;height:12.4375rem;width:49.4375rem;top:66.40625rem;left:5.28125rem;display:block; }
#whzC7LR2kAlUZxHqaeC6OvbNMefqegSS { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:67.375rem;left:6.78125rem;height:10.5rem;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; }
#qCBCS0l8JfAzOvWu7JceyAZiio8SarKO { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:firasans-bold;font-size:1.5rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:61.875rem;left:20.71875rem;height:2.25rem;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; }
#oTSP97NAcAdrTmP0xU5Zt5rGq5xsN74E { position:absolute;display:block;z-index:100008;background-color:#7ecdd6;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;height:0.125rem;width:12.5rem;top:4.875rem;left:23.75rem;display:block; }
#HFdApuD6UrRsn9ResgVqTl48TLhLO204 { position:absolute;display:block;z-index:100009;background-color:#7ecdd6;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;height:0.125rem;width:12.5rem;top:65rem;left:23.75rem;display:block; }
#whZhPIEkq5rNUKSFXvLdCuVSeOT4Oy8X { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 1.875rem rgba(0,0,0,0.66) ;height:49rem;width:21.6875rem;top:8.1875rem;left:5.5rem;display:block; }
#NM2MhoOsg4045lzQsxO51Xh8EgqftsIT { color:#000000;display:block;width:3.0625rem;position:absolute;font-family:"fira sans";font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:9.5498046875rem;left:40.875rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d4ozvnhwSbnmic2LCkNnfwdCEwT6OUPF { position:absolute;display:block;z-index:100011;background-color:#7ecdd6;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;height:0.125rem;width:8.75rem;top:11.6875rem;left:38.0625rem;display:block; }
#nJV9tRVe6zbbpC11FMCGNyu6xpUUC81b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nJV9tRVe6zbbpC11FMCGNyu6xpUUC81b > .row .container { background-color: transparent; background-image: none; }#nJV9tRVe6zbbpC11FMCGNyu6xpUUC81b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJV9tRVe6zbbpC11FMCGNyu6xpUUC81b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJV9tRVe6zbbpC11FMCGNyu6xpUUC81b > .row .container > .video-iframe-container { display: none; }#nJV9tRVe6zbbpC11FMCGNyu6xpUUC81b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJV9tRVe6zbbpC11FMCGNyu6xpUUC81b > .row > .video-iframe-container { display: none; }#nJV9tRVe6zbbpC11FMCGNyu6xpUUC81b > .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); }#nJV9tRVe6zbbpC11FMCGNyu6xpUUC81b > .row .container { border-width: 0; border-radius: 0; }#nJV9tRVe6zbbpC11FMCGNyu6xpUUC81b > .row > .video-iframe-container {  }#nJV9tRVe6zbbpC11FMCGNyu6xpUUC81b > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#ffnOlSaq4v1PeugNvcqMhpahgFsXlsZs { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.87) ;height:31.25rem;width:17.3125rem;top:2.09375rem;left:35rem;overflow:hidden;display:block; }
#wvkJwdDvxoi65Q4sI8qHwepipRkoDZS2 { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:firasans-bold;font-size:1.5rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:0.6875rem;left:5.1875rem;height:4.5rem;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; }
#qyorK2VJzFEFRElqSSDo9qeTkED6G7l5 { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:8rem;left:5.1875rem;height:6.75rem;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; }
#NEOTShFLwG54Ow7S6lFffI1QCe5xpem2 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:firasans-bold;font-size:1.5rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:13.3125rem;left:5.1875rem;height:4.5rem;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; }
#CucIpnOnGQXd7cE6QBbU8sTMk6HA0iCu { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:21rem;left:5.1875rem;height:12.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#CucIpnOnGQXd7cE6QBbU8sTMk6HA0iCu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CucIpnOnGQXd7cE6QBbU8sTMk6HA0iCu li:before{  }
#pwklnC9SwzMkTGvs7DpyONdeCgc8dPAg { position:absolute;display:block;z-index:100008;background-color:#7ecdd6;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;height:0.125rem;width:20rem;top:6.25rem;left:5.1875rem;display:block; }
#Ba4EJSqXfonaTw4dhMaxnFPfWUEs3VTF { position:absolute;display:block;z-index:100009;background-color:#7ecdd6;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;height:0.125rem;width:20rem;top:18.875rem;left:5.1875rem;display:block; }
#p43NgNLCql1vBusULXq6C5hKstXhzczi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7ecdd6;background-image:none;position:relative;display:block; }#p43NgNLCql1vBusULXq6C5hKstXhzczi > .row .container { background-color: transparent; background-image: none; }#p43NgNLCql1vBusULXq6C5hKstXhzczi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p43NgNLCql1vBusULXq6C5hKstXhzczi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p43NgNLCql1vBusULXq6C5hKstXhzczi > .row .container > .video-iframe-container { display: none; }#p43NgNLCql1vBusULXq6C5hKstXhzczi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p43NgNLCql1vBusULXq6C5hKstXhzczi > .row > .video-iframe-container { display: none; }#p43NgNLCql1vBusULXq6C5hKstXhzczi > .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); }#p43NgNLCql1vBusULXq6C5hKstXhzczi > .row .container { border-width: 0; border-radius: 0; }#p43NgNLCql1vBusULXq6C5hKstXhzczi > .row > .video-iframe-container {  }#p43NgNLCql1vBusULXq6C5hKstXhzczi > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:60rem;position:relative;display:block; }#mJvhTGpp55dakn7maW2oke1iO1EgUDKO { position:absolute;display:block;z-index:100008;background-color:#f0df55;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;height:0.125rem;width:12.5rem;top:8rem;left:23.75rem;display:block; }
#oqcCFoUu6n2uXSsfZCHZ9N9hUFFHTgtc { background-color:#f0df55;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:12rem;left:5.5rem;display:block; }
#oFHSOy3TOOB82iCH7XzIsPTUWbEwVTTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CMQZZLaN9p5vxT4q7hvCMqHDdtWKU9Rp { background-color:#f0df55;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:12rem;left:36.25rem;display:block; }
#FsKZvtD4gQpCt8fyiMEHarsxg8zezfdx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#twam77vxSw18VBTy9IaLrpBJaI33tZ1w { color:#000000;display:block;width:20.375rem;position:absolute;font-family:firasans-bold;font-size:3.1875rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:2.65625rem;left:19.8125rem;height:4.78125rem;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; }
#S3duHxdP0Ncsl9aEzoM7ihVT5RRC1gzH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0df55;background-image:none;position:relative;display:block; }#S3duHxdP0Ncsl9aEzoM7ihVT5RRC1gzH > .row .container { background-color: transparent; background-image: none; }#S3duHxdP0Ncsl9aEzoM7ihVT5RRC1gzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3duHxdP0Ncsl9aEzoM7ihVT5RRC1gzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3duHxdP0Ncsl9aEzoM7ihVT5RRC1gzH > .row .container > .video-iframe-container { display: none; }#S3duHxdP0Ncsl9aEzoM7ihVT5RRC1gzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3duHxdP0Ncsl9aEzoM7ihVT5RRC1gzH > .row > .video-iframe-container { display: none; }#S3duHxdP0Ncsl9aEzoM7ihVT5RRC1gzH > .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); }#S3duHxdP0Ncsl9aEzoM7ihVT5RRC1gzH > .row .container { border-width: 0; border-radius: 0; }#S3duHxdP0Ncsl9aEzoM7ihVT5RRC1gzH > .row > .video-iframe-container {  }#S3duHxdP0Ncsl9aEzoM7ihVT5RRC1gzH > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;position:relative;display:block; }#SNJ3zhrouVqlwtpcT0IdOiO2TZ9cGTIw { background-color:#7ecdd6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:9.6875rem;left:34.4375rem;display:block; }
#m7W43ORAybM9nrtkLg4ubRp850EdaeIA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eM052obD4bFxp7k6bdxRceTMeNWvXD6o { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:10.0625rem;left:7.25rem;height:3.375rem;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; }
#TdJQPTnpwI5XPmPeo5WSrsdci9tl5JHF { color:#000000;display:block;width:22.75rem;position:absolute;font-family:firasans-bold;font-size:3.1875rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:2.25rem;left:7.25rem;height:4.78125rem;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; }
#pypyWB4nte5leK0z7Hm9Z8wqRe6w0kck { position:absolute;display:block;z-index:100008;background-color:#7ecdd6;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;height:0.125rem;width:20rem;top:7.4375rem;left:7.25rem;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #caFQu1AZX8rOeNBQEcHJi3hTa7csNdeX { width:7.875rem;height:3.125rem;top:0.9375rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { width:47.75rem;height:5.1875rem;top:12.5rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdHVg4R0sSUwqFbo5KJrCr15ztVeTtQ5 { width:39.625rem;height:4.6875rem;top:17.6875rem;left:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTJhNx4P4qyVMNP47Nnl3CVGyycXx1aN { width:18.3125rem;height:3.75rem;top:28.1875rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGuxuXmW6zGIyeZM9QcHDWgi6BD6H1FL { display:block; }
 }@media only screen and (max-width: 763px) { #bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { width:18.875rem;height:2.3125rem;top:13.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uze1X6n459WAF0CAARac4IW0ULNhLM7T { width:3.75rem;height:1.875rem;top:18.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { top:8.25rem;left:18.125rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcF9voo8T6RD0ax2NShyKpWCthoVcIlb { width:8.875rem;height:8.875rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkvaa80cCZPETNTsR6szUf8SilFTZDq4 { width:6.1875rem;height:6.1875rem;top:22.5rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfRm8GW2TyTQiGCGf4wIJhAi7iFfmMIE { width:10.25rem;height:6.75rem;top:30.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSlEaC2JKvsUXydi91758sSgQsI3ptrd { width:10.4375rem;height:6.75rem;top:30.625rem;left:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB5xb26miHix4xChTkFm3hzCfalbrRfv { width:21.625rem;height:2.3125rem;top:13.1875rem;left:26.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVCyAc3Jn4fdi9Ixo73sORv4C1Ultl18 { width:6.625rem;height:1.875rem;top:18.375rem;left:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2ZsuHsoe5XckTTfqfwTFAH8xxLn2K0C { width:3.75rem;height:1.875rem;top:18.375rem;left:30.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNW3ktp3JbRDJvc2JAfoUmC38VyCLPW4 { width:10.25rem;height:3.375rem;top:30.625rem;left:27.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQBrgEPL4JnoFEDnzTgK0ZECdG9ziJp1 { width:6.625rem;height:1.875rem;top:18.375rem;left:41.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlnX0R5MpG6zgKLBTkf7ryB2WapDZeDG { width:10.4375rem;height:1.6875rem;top:30.625rem;left:37.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZR8FD9q3EMOSlznRCVbNF01u9qyhC73 { width:47.75rem;height:4.75rem;top:2.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlJ3fyB1uZmoXCfnkcHRZ74ZR4pJTSA0 { width:6.1875rem;height:6.1875rem;top:22.5rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHNipDlK0go4uuTTwIqDGxuoCAQmh1Sy { width:8.875rem;height:8.875rem;top:21.125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8hcU0Nm28k6Jnqvx4LfaCpkTXf1qrpX { width:12.0625rem;height:2.8125rem;top:18.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPTZrkouFE9f6tFBzLn32SqrkaShHPPU { width:13.5625rem;height:2.625rem;top:21.0625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0qib29ib6Ml33S5UINrUpKHzZiEg0IA { width:3.75rem;height:1.875rem;top:18.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTg4Tlh0T8WMeAqgpGGNL61P2mFituTt { width:8.875rem;height:8.875rem;top:21.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbTACOrSX9skWkZTT9bktvL50mTtHWyc { width:6.625rem;height:1.875rem;top:18.375rem;left:12.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRXvJGXe6LKqmpidvcCTJ6ivMzs76Rxl { width:6.1875rem;height:6.1875rem;top:22.5rem;left:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJX6vtWrvAyxD1aVhfPCGI56u34OWTnw { width:10.25rem;height:3.375rem;top:30.625rem;left:27.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pb9CBRSLWShnoolzTnza1XBNA6TytJet { top:7.75rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyg3aaJogeuKBJMLRpHqrOLTL1frkO0a { width:7.25rem;height:7.25rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KixWnpwk06Z1TbXTOKzJl5I6OBMHH9P8 { width:4.0625rem;height:1.875rem;top:17.5rem;left:0.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvSlXKq6rTanuOX7h246Niu3FdsysSSP { width:9.0625rem;height:9.0625rem;top:19.3125rem;left:19.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVUSs6rSNo4w71Mt1DRtsAte1y08V4ZZ { width:7.25rem;height:1.875rem;top:17.4375rem;left:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWD1KoDpxXdTmQaZvZv7tMhv100Bl0v9 { width:15.1875rem;height:2.3125rem;top:9.3125rem;left:16.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBZo9ZdoJ7Bg0QpRcQiTWETMyUHvHOLS { width:5.875rem;height:1.875rem;top:17.5rem;left:41.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMMvqqnLfQSxpIu8T0okSA8TnWqgbNPO { width:7.5625rem;height:7.5625rem;top:20.0625rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #goUzu1nCDwnyiMpp4StGfhKCOkP2yM32 { width:10.4375rem;height:3.375rem;top:27.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCdfGJ1alqdDXbyfUofAcuFxSqzm5cXO { width:10.4375rem;height:3.375rem;top:27.5rem;left:18.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKzqxqlhi3OTgNb5m0HW8nClnt8iTDXC { width:11.6875rem;height:5.0625rem;top:27.5rem;left:36.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTza9pH7Fd15kdOyi3RCqWtrZUcW750 { width:32.6875rem;height:4.75rem;top:1.6875rem;left:7.53125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ21VaMrlbzopXpCmbZH6TQNZkSE5plM { display:block; }#CZ21VaMrlbzopXpCmbZH6TQNZkSE5plM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVsaeKo5ii01iNZ3M2QizVa3ZV4r2ym8 { top:7.75rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZW1396TTlDPavLdrkwzgMuf430nMz8 { width:7.25rem;height:7.25rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K28ggW03brOmZfkTi4TfDJDMGfTGMvZq { width:4.0625rem;height:1.875rem;top:17.5rem;left:0.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7kiGrQh6R1Nsqeo0JUywVgRxya7Od62 { width:9.0625rem;height:9.0625rem;top:19.3125rem;left:19.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT129SEcGcpOqTZ4vElIy2ZiwzITLesH { width:7.125rem;height:1.875rem;top:17.4375rem;left:20.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCmrfAZVL4xPimpQJZKW7Nrc7Vw5NHng { width:16.1875rem;height:2.3125rem;top:9.1875rem;left:15.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4NzBUWSk9e97pXCH7TUznGI2QGcxkFN { width:4.1875rem;height:1.875rem;top:17.4375rem;left:42.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #am4BTxTdgayApOZuFnbwId6kyziiqI5C { width:7.5625rem;height:7.5625rem;top:20.0625rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvdKJK8fT0vh2diqikUgU3N3sfKlUlVp { width:10.4375rem;height:3.375rem;top:27.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBBqtlz4wnzUNIXMPbJETgGgeaznk40l { width:10.4375rem;height:3.375rem;top:27.5rem;left:18.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHlgb8HaKfkWqG8H4REzCAF5fl5oW5ez { width:11.6875rem;height:3.375rem;top:27.5rem;left:36.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAJTUV5p59NSw2z6c6tN5r1Ci6X3RwlH { width:35.25rem;height:4.75rem;top:1.5625rem;left:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkLU7ehZGB7gMnBR53OS0KInbmfu0XuH { display:block; }#RkLU7ehZGB7gMnBR53OS0KInbmfu0XuH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IINhCv3SKQlhyC7uJ9J0KE8gTeeELRwV { top:11.0625rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqhbpc0ZOFsTNQ5KWUuwTSPWQiIcfgLb { width:18.3125rem;height:3.75rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJwugNr8yT6rvtlu0ZAZoToPUtFqX4p9 { display:block; }
 }@media only screen and (max-width: 763px) { #l4QPe4DW5zsWpFh1V6KF074h4scb51Dd { width:18.3125rem;height:3.75rem;top:17.5625rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx56SoHr2c4oEEi6l23Azd6S3v7CJM4H { display:block; }
 }@media only screen and (max-width: 763px) { #sH5plc56JBfuovK98CPWrsP4F08TRANw { width:8.375rem;height:3rem;top:11.0625rem;left:19.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgc2cJ8NuNV77a9JUOsCZltUU1n8rfmo { width:22.75rem;height:4.75rem;top:5.1875rem;left:12.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl { display:block; }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBiAS39Z55SmFZWTnA7vgNK9QsiAKZTU { width:27.0625rem;height:4.75rem;top:2.5625rem;left:10.34375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFTP0RXfHcXTUkft2nwT0DVo7lnAGQiu { top:5.5625rem;left:0rem;width:20rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SB2O8oTaEy0c8NsS40dLJLXQaveaTqtZ { display:block; }#SB2O8oTaEy0c8NsS40dLJLXQaveaTqtZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKXyetRwIWQIxu9qsiXKJfWH6qWGgnpm { top:5.5625rem;left:0rem;width:20rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5KIsQtS9zftOonDXcX7CE5VoS4Dusaq { width:17.8125rem;height:2.25rem;top:2rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNsWaE3rd9xFDSDCzt1EsybkCfOVITZo { width:35.6875rem;height:18.5625rem;top:7.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CufJHJHRGqN8nUEEUQbsvuuISpu8rGqu { width:13.25rem;height:2.25rem;top:26.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #htkGJ3W8qHL1LVepXMPl1RLLKfH96X1r { width:35.3125rem;height:11.375rem;top:28.75rem;left:0rem;font-size:1.125rem;display:block; }#htkGJ3W8qHL1LVepXMPl1RLLKfH96X1r li:before{  }
 }@media only screen and (max-width: 763px) { #H16TAaySbuuh7lxzyGv23lc3p36QRnAt { top:28.9375rem;left:0rem;width:20rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E12x0t7lMRbQKsUVQnuCDnkvTbEk77IX { width:10.6875rem;height:10.6875rem;top:28.5rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT2r4bQhiTrrBFxAERRtfcqrzsnEKNvy { width:13.75rem;height:13.75rem;top:9.0625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T { display:block; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7FTBA1KuCD8AedzDvEfcfr95XBbhr7u { width:43.0625rem;height:4.75rem;top:2.5625rem;left:2.34375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM6zQhOrTquaTkFPRW1l0VNHAqUTqz6Q { width:25.375rem;height:4.5rem;top:9.3125rem;left:11.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9dCAGUy52GRWHEPs8ZAyQmTseMPEnZJ { top:4.875rem;left:17.5625rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FkDKomc05JTADnxdS2E2LwGlKMRzufhi { display:block; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJfkkcXQE68T1dQJocBDSSpPHKOZvA6h { top:8.1875rem;left:10.0625rem;width:21.6875rem;height:49rem;display:block; }
 }@media only screen and (max-width: 763px) { #toQulT8xtIGawbDIpxXOF0AlC3VsF2km { top:9.5rem;left:10.9375rem;width:4.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGqTh6UPZbtdxOD1ANtVxK0PV7MpLqk4 { top:11.625rem;left:7.125rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERVZJo9UDthRALSNiXMrer9RWXFFJ5vi { width:19.125rem;height:43.5rem;top:13.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGH2heIfvOuSlOu1whaVdLC32QLBWre6 { width:19.4375rem;height:37.5rem;top:13.1875rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfR3FNwIDU9RzIKxc85eaDQBG58brq07 { top:66.375rem;left:0rem;width:47.75rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whzC7LR2kAlUZxHqaeC6OvbNMefqegSS { width:47.5625rem;height:10.5rem;top:67.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCBCS0l8JfAzOvWu7JceyAZiio8SarKO { width:18.5625rem;height:2.25rem;top:61.875rem;left:13.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTSP97NAcAdrTmP0xU5Zt5rGq5xsN74E { top:4.875rem;left:17.5625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFdApuD6UrRsn9ResgVqTl48TLhLO204 { top:65rem;left:17.5625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whZhPIEkq5rNUKSFXvLdCuVSeOT4Oy8X { top:8.1875rem;left:0rem;width:21.6875rem;height:49rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM2MhoOsg4045lzQsxO51Xh8EgqftsIT { top:9.5rem;left:31.75rem;width:3.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ozvnhwSbnmic2LCkNnfwdCEwT6OUPF { top:11.6875rem;left:23rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJV9tRVe6zbbpC11FMCGNyu6xpUUC81b { display:block; }#nJV9tRVe6zbbpC11FMCGNyu6xpUUC81b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffnOlSaq4v1PeugNvcqMhpahgFsXlsZs { top:2.0625rem;left:28.875rem;width:17.3125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvkJwdDvxoi65Q4sI8qHwepipRkoDZS2 { width:21.5625rem;height:4.5rem;top:0.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyorK2VJzFEFRElqSSDo9qeTkED6G7l5 { width:22.0625rem;height:6.75rem;top:8rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEOTShFLwG54Ow7S6lFffI1QCe5xpem2 { width:15.6875rem;height:4.5rem;top:13.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CucIpnOnGQXd7cE6QBbU8sTMk6HA0iCu { width:20.6875rem;height:12.4375rem;top:21rem;left:0rem;font-size:1.125rem;display:block; }#CucIpnOnGQXd7cE6QBbU8sTMk6HA0iCu li:before{  }
 }@media only screen and (max-width: 763px) { #pwklnC9SwzMkTGvs7DpyONdeCgc8dPAg { top:6.25rem;left:0rem;width:20rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba4EJSqXfonaTw4dhMaxnFPfWUEs3VTF { top:18.875rem;left:0rem;width:20rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p43NgNLCql1vBusULXq6C5hKstXhzczi { display:block; }#p43NgNLCql1vBusULXq6C5hKstXhzczi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJvhTGpp55dakn7maW2oke1iO1EgUDKO { top:8rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqcCFoUu6n2uXSsfZCHZ9N9hUFFHTgtc { width:18.3125rem;height:3.75rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFHSOy3TOOB82iCH7XzIsPTUWbEwVTTA { display:block; }
 }@media only screen and (max-width: 763px) { #CMQZZLaN9p5vxT4q7hvCMqHDdtWKU9Rp { width:18.3125rem;height:3.75rem;top:12rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsKZvtD4gQpCt8fyiMEHarsxg8zezfdx { display:block; }
 }@media only screen and (max-width: 763px) { #twam77vxSw18VBTy9IaLrpBJaI33tZ1w { width:20.375rem;height:4.75rem;top:2.625rem;left:13.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3duHxdP0Ncsl9aEzoM7ihVT5RRC1gzH { display:block; }#S3duHxdP0Ncsl9aEzoM7ihVT5RRC1gzH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNJ3zhrouVqlwtpcT0IdOiO2TZ9cGTIw { width:18.3125rem;height:3.75rem;top:9.6875rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7W43ORAybM9nrtkLg4ubRp850EdaeIA { display:block; }
 }@media only screen and (max-width: 763px) { #eM052obD4bFxp7k6bdxRceTMeNWvXD6o { width:20.3125rem;height:3.375rem;top:10.0625rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdJQPTnpwI5XPmPeo5WSrsdci9tl5JHF { width:22.75rem;height:4.75rem;top:2.25rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pypyWB4nte5leK0z7Hm9Z8wqRe6w0kck { top:7.4375rem;left:1.125rem;width:20rem;height:0.125rem;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:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #caFQu1AZX8rOeNBQEcHJi3hTa7csNdeX { width:7.875rem;height:3.125rem;top:1.25rem;left:6.0625rem;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:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { width:20rem;height:2.68115rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdHVg4R0sSUwqFbo5KJrCr15ztVeTtQ5 { width:20rem;height:2.3999rem;top:11.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTJhNx4P4qyVMNP47Nnl3CVGyycXx1aN { width:14.375rem;height:3.75rem;top:16.3984375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGuxuXmW6zGIyeZM9QcHDWgi6BD6H1FL { display:block; }
 }@media only screen and (max-width: 763px) { #bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { width:20rem;height:1.6499rem;top:9.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uze1X6n459WAF0CAARac4IW0ULNhLM7T { width:5.75rem;height:1.6875rem;top:12.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { width:12.5rem;height:0.125rem;top:6.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcF9voo8T6RD0ax2NShyKpWCthoVcIlb { width:4.0625rem;height:4.0625rem;top:14.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkvaa80cCZPETNTsR6szUf8SilFTZDq4 { width:2.6875rem;height:2.6875rem;top:22.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfRm8GW2TyTQiGCGf4wIJhAi7iFfmMIE { width:12.0625rem;height:0;top:11.8125rem;left:4.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSlEaC2JKvsUXydi91758sSgQsI3ptrd { width:10.4375rem;height:0;top:19.875rem;left:6.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eB5xb26miHix4xChTkFm3hzCfalbrRfv { width:20rem;height:1.6499rem;top:30.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVCyAc3Jn4fdi9Ixo73sORv4C1Ultl18 { width:5.4375rem;height:1.6875rem;top:20.4375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2ZsuHsoe5XckTTfqfwTFAH8xxLn2K0C { width:3.75rem;height:0;top:30.0625rem;left:6.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNW3ktp3JbRDJvc2JAfoUmC38VyCLPW4 { width:10.25rem;height:0;top:33.125rem;left:6.78125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQBrgEPL4JnoFEDnzTgK0ZECdG9ziJp1 { width:6.625rem;height:0;top:33.125rem;left:5.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlnX0R5MpG6zgKLBTkf7ryB2WapDZeDG { width:10.4375rem;height:1.40625rem;top:44.6875rem;left:5.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZR8FD9q3EMOSlznRCVbNF01u9qyhC73 { width:14.125rem;height:4.5rem;top:1.0625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlJ3fyB1uZmoXCfnkcHRZ74ZR4pJTSA0 { width:6.1875rem;height:6.1875rem;top:49.4375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHNipDlK0go4uuTTwIqDGxuoCAQmh1Sy { width:8.875rem;height:8.875rem;top:39.3125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8hcU0Nm28k6Jnqvx4LfaCpkTXf1qrpX { width:12.0625rem;height:2.8125rem;top:15rem;left:5.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #kPTZrkouFE9f6tFBzLn32SqrkaShHPPU { width:13.5625rem;height:2.8125rem;top:22.625rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #Z0qib29ib6Ml33S5UINrUpKHzZiEg0IA { width:5.75rem;height:1.6875rem;top:33.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #gTg4Tlh0T8WMeAqgpGGNL61P2mFituTt { width:4.0625rem;height:4.0625rem;top:35.125rem;left:0.875rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #ZbTACOrSX9skWkZTT9bktvL50mTtHWyc { width:5.4375rem;height:1.6875rem;top:41.75rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #BRXvJGXe6LKqmpidvcCTJ6ivMzs76Rxl { width:2.6875rem;height:2.6875rem;top:44rem;left:1.5625rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #iJX6vtWrvAyxD1aVhfPCGI56u34OWTnw { width:10.25rem;height:2.8125rem;top:35.75rem;left:5.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100008;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pb9CBRSLWShnoolzTnza1XBNA6TytJet { width:12.5rem;height:0.125rem;top:3.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyg3aaJogeuKBJMLRpHqrOLTL1frkO0a { width:3.5rem;height:3.5rem;top:11.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KixWnpwk06Z1TbXTOKzJl5I6OBMHH9P8 { width:4.0625rem;height:1.6875rem;top:9rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvSlXKq6rTanuOX7h246Niu3FdsysSSP { width:3.75rem;height:3.75rem;top:21.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVUSs6rSNo4w71Mt1DRtsAte1y08V4ZZ { width:6.3125rem;height:1.6875rem;top:18.4375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWD1KoDpxXdTmQaZvZv7tMhv100Bl0v9 { width:14.5rem;height:1.375rem;top:5.1875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBZo9ZdoJ7Bg0QpRcQiTWETMyUHvHOLS { width:5.875rem;height:1.6875rem;top:28.0625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMMvqqnLfQSxpIu8T0okSA8TnWqgbNPO { width:2.8125rem;height:2.8125rem;top:31rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goUzu1nCDwnyiMpp4StGfhKCOkP2yM32 { width:10.4375rem;height:2.8125rem;top:12.03125rem;left:5.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCdfGJ1alqdDXbyfUofAcuFxSqzm5cXO { width:10.4375rem;height:2.8125rem;top:21.375rem;left:5.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKzqxqlhi3OTgNb5m0HW8nClnt8iTDXC { width:10.4375rem;height:4.21875rem;top:29.75rem;left:5.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTza9pH7Fd15kdOyi3RCqWtrZUcW750 { width:20rem;height:2.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ21VaMrlbzopXpCmbZH6TQNZkSE5plM { display:block; }#CZ21VaMrlbzopXpCmbZH6TQNZkSE5plM > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVsaeKo5ii01iNZ3M2QizVa3ZV4r2ym8 { width:12.5rem;height:0.125rem;top:3.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZW1396TTlDPavLdrkwzgMuf430nMz8 { width:3.5rem;height:3.5rem;top:11.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K28ggW03brOmZfkTi4TfDJDMGfTGMvZq { width:4.0625rem;height:1.6875rem;top:9rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7kiGrQh6R1Nsqeo0JUywVgRxya7Od62 { width:3.75rem;height:3.75rem;top:21.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT129SEcGcpOqTZ4vElIy2ZiwzITLesH { width:6.3125rem;height:1.6875rem;top:18.4375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCmrfAZVL4xPimpQJZKW7Nrc7Vw5NHng { width:14.5rem;height:1.375rem;top:5.1875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4NzBUWSk9e97pXCH7TUznGI2QGcxkFN { width:4.5rem;height:1.6875rem;top:28.125rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #am4BTxTdgayApOZuFnbwId6kyziiqI5C { width:2.8125rem;height:2.8125rem;top:31rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvdKJK8fT0vh2diqikUgU3N3sfKlUlVp { width:10.4375rem;height:2.8125rem;top:12.03125rem;left:5.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBBqtlz4wnzUNIXMPbJETgGgeaznk40l { width:10.4375rem;height:2.8125rem;top:21.375rem;left:5.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHlgb8HaKfkWqG8H4REzCAF5fl5oW5ez { width:10.4375rem;height:2.8125rem;top:30.4375rem;left:5.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAJTUV5p59NSw2z6c6tN5r1Ci6X3RwlH { width:20rem;height:2.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkLU7ehZGB7gMnBR53OS0KInbmfu0XuH { display:block; }#RkLU7ehZGB7gMnBR53OS0KInbmfu0XuH > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IINhCv3SKQlhyC7uJ9J0KE8gTeeELRwV { width:12.5rem;height:0.125rem;top:5.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqhbpc0ZOFsTNQ5KWUuwTSPWQiIcfgLb { width:18.3125rem;height:3.75rem;top:9.5rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJwugNr8yT6rvtlu0ZAZoToPUtFqX4p9 { display:block; }
 }@media only screen and (max-width: 763px) { #l4QPe4DW5zsWpFh1V6KF074h4scb51Dd { width:18.3125rem;height:3.75rem;top:14.5rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx56SoHr2c4oEEi6l23Azd6S3v7CJM4H { display:block; }
 }@media only screen and (max-width: 763px) { #sH5plc56JBfuovK98CPWrsP4F08TRANw { width:8.375rem;height:2.625rem;top:5.625rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgc2cJ8NuNV77a9JUOsCZltUU1n8rfmo { width:20rem;height:2.25rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl { background-color:#7ecdd6;background-image:none;display:block; }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl > .row .container { background-color: transparent; background-image: none; }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl > .row .container > .video-iframe-container { display: none; }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl > .row > .video-iframe-container { display: none; }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl > .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); }#qaKdEX9JflUX4rVO2JNTmTl0Ai1eIaPl > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBiAS39Z55SmFZWTnA7vgNK9QsiAKZTU { width:20rem;height:2.25rem;top:1.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFTP0RXfHcXTUkft2nwT0DVo7lnAGQiu { width:12.5rem;height:0.125rem;top:4.6875rem;left:3.75rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #SB2O8oTaEy0c8NsS40dLJLXQaveaTqtZ { display:block; }#SB2O8oTaEy0c8NsS40dLJLXQaveaTqtZ > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKXyetRwIWQIxu9qsiXKJfWH6qWGgnpm { width:12.5rem;height:0.125rem;top:6.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5KIsQtS9zftOonDXcX7CE5VoS4Dusaq { width:17.8125rem;height:2.25rem;top:2.8125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNsWaE3rd9xFDSDCzt1EsybkCfOVITZo { width:20rem;height:27rem;top:8.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CufJHJHRGqN8nUEEUQbsvuuISpu8rGqu { width:13.25rem;height:2.25rem;top:40.625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #htkGJ3W8qHL1LVepXMPl1RLLKfH96X1r { width:20rem;height:19.8125rem;top:44.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#htkGJ3W8qHL1LVepXMPl1RLLKfH96X1r li:before{  }
 }@media only screen and (max-width: 763px) { #H16TAaySbuuh7lxzyGv23lc3p36QRnAt { width:20rem;height:0.125rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E12x0t7lMRbQKsUVQnuCDnkvTbEk77IX { width:5.375rem;height:5.375rem;top:52.125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CT2r4bQhiTrrBFxAERRtfcqrzsnEKNvy { width:13.75rem;height:13.75rem;top:53.625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T { background-color:#ffffff;background-image:none;display:block; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { background-color: transparent; background-image: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .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); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7FTBA1KuCD8AedzDvEfcfr95XBbhr7u { width:20rem;height:2.25rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM6zQhOrTquaTkFPRW1l0VNHAqUTqz6Q { width:17rem;height:5.625rem;top:5.8125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9dCAGUy52GRWHEPs8ZAyQmTseMPEnZJ { width:12.5rem;height:0.125rem;top:12rem;left:3.75rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #FkDKomc05JTADnxdS2E2LwGlKMRzufhi { background-color:transparent;background-image:url("https://images.assets-landingi.com/slxmrfef/Mask_Group_4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi.adaptive-delivery-prevent-bg, #FkDKomc05JTADnxdS2E2LwGlKMRzufhi.lazyload, #FkDKomc05JTADnxdS2E2LwGlKMRzufhi.lazyloading { background-image: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container { background-color: transparent; background-image: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container > .video-iframe-container { display: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row > .video-iframe-container { display: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .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); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container { width:20rem;height:130.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJfkkcXQE68T1dQJocBDSSpPHKOZvA6h { width:20rem;height:42.5rem;top:53.3125rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #toQulT8xtIGawbDIpxXOF0AlC3VsF2km { width:4.375rem;height:1.625rem;top:3.7998046875rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGqTh6UPZbtdxOD1ANtVxK0PV7MpLqk4 { width:12.5rem;height:0.125rem;top:6.1865234375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERVZJo9UDthRALSNiXMrer9RWXFFJ5vi { width:17.625rem;height:42.1875rem;top:7.5rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGH2heIfvOuSlOu1whaVdLC32QLBWre6 { width:17.75rem;height:35.15625rem;top:58.1875rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfR3FNwIDU9RzIKxc85eaDQBG58brq07 { width:20rem;height:28.0625rem;top:98.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #whzC7LR2kAlUZxHqaeC6OvbNMefqegSS { width:17.8125rem;height:19.6875rem;top:105.25rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCBCS0l8JfAzOvWu7JceyAZiio8SarKO { width:15.0625rem;height:1.875rem;top:100.4375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTSP97NAcAdrTmP0xU5Zt5rGq5xsN74E { width:12.5rem;height:0.125rem;top:72.71875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFdApuD6UrRsn9ResgVqTl48TLhLO204 { width:12.5rem;height:0.125rem;top:103.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whZhPIEkq5rNUKSFXvLdCuVSeOT4Oy8X { width:20rem;height:48.1875rem;top:2.5rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NM2MhoOsg4045lzQsxO51Xh8EgqftsIT { width:3.0625rem;height:1.625rem;top:54.625rem;left:8.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ozvnhwSbnmic2LCkNnfwdCEwT6OUPF { width:8.75rem;height:0.125rem;top:57rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJV9tRVe6zbbpC11FMCGNyu6xpUUC81b { display:block; }#nJV9tRVe6zbbpC11FMCGNyu6xpUUC81b > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffnOlSaq4v1PeugNvcqMhpahgFsXlsZs { width:12.5rem;height:22.625rem;top:19.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvkJwdDvxoi65Q4sI8qHwepipRkoDZS2 { width:20rem;height:4.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyorK2VJzFEFRElqSSDo9qeTkED6G7l5 { width:20rem;height:8.4375rem;top:8.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEOTShFLwG54Ow7S6lFffI1QCe5xpem2 { width:15.6875rem;height:4.5rem;top:40.625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CucIpnOnGQXd7cE6QBbU8sTMk6HA0iCu { width:20rem;height:12.4375rem;top:47.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#CucIpnOnGQXd7cE6QBbU8sTMk6HA0iCu li:before{  }
 }@media only screen and (max-width: 763px) { #pwklnC9SwzMkTGvs7DpyONdeCgc8dPAg { width:20rem;height:0.125rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba4EJSqXfonaTw4dhMaxnFPfWUEs3VTF { width:20rem;height:0.125rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p43NgNLCql1vBusULXq6C5hKstXhzczi { display:block; }#p43NgNLCql1vBusULXq6C5hKstXhzczi > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJvhTGpp55dakn7maW2oke1iO1EgUDKO { width:12.5rem;height:0.125rem;top:3.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqcCFoUu6n2uXSsfZCHZ9N9hUFFHTgtc { width:18.3125rem;height:3.75rem;top:6.75rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFHSOy3TOOB82iCH7XzIsPTUWbEwVTTA { display:block; }
 }@media only screen and (max-width: 763px) { #CMQZZLaN9p5vxT4q7hvCMqHDdtWKU9Rp { width:18.3125rem;height:3.75rem;top:11.75rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsKZvtD4gQpCt8fyiMEHarsxg8zezfdx { display:block; }
 }@media only screen and (max-width: 763px) { #twam77vxSw18VBTy9IaLrpBJaI33tZ1w { width:20rem;height:2.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3duHxdP0Ncsl9aEzoM7ihVT5RRC1gzH { display:block; }#S3duHxdP0Ncsl9aEzoM7ihVT5RRC1gzH > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNJ3zhrouVqlwtpcT0IdOiO2TZ9cGTIw { width:18.3125rem;height:3.75rem;top:13rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7W43ORAybM9nrtkLg4ubRp850EdaeIA { display:block; }
 }@media only screen and (max-width: 763px) { #eM052obD4bFxp7k6bdxRceTMeNWvXD6o { width:15.6875rem;height:2.8125rem;top:7.6875rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdJQPTnpwI5XPmPeo5WSrsdci9tl5JHF { width:20rem;height:2.25rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pypyWB4nte5leK0z7Hm9Z8wqRe6w0kck { width:13.75rem;height:0.125rem;top:6.1875rem;left:3.125rem;display:block; }
 }