.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0513f82e-0e86-4d46-a5b2-0fb8619c0524/GettyImages665469261.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv.adaptive-delivery-prevent-bg, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyload, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyloading { background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { border-width: 0; border-radius: 0; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:75rem;height:49.5625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100001;line-height:1.9;letter-spacing:0;top:16.19921875rem;left:9.3046875rem;height:3.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { z-index:100027;top:21.970703125rem;left:13.2734375rem;background-color:#056449;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tVicC0HGXztvlvCodW52RP95G9Hn9HME { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JCWXps0q2rfAPRUcPZLkXdVmASfeJluc { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(174deg, #ffffff, rgba(255,255,255,0.94));background-image: -moz-linear-gradient(174deg, #ffffff, rgba(255,255,255,0.94));background-image: -ms-linear-gradient(174deg, #ffffff, rgba(255,255,255,0.94));background-image: -o-linear-gradient(174deg, #ffffff, rgba(255,255,255,0.94));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efffffff' );";background-image: linear-gradient(174deg, #ffffff, rgba(255,255,255,0.94));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.5rem rgba(0,0,0,0.5) ;height:33.9375rem;width:31.8125rem;top:0rem;left:3.0625rem;display:block; }
#wSCFkqLHt9SETbBTRlFwfFAan7g7JR07 { color:#18af8b;display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:8.62109375rem;left:5.6220703125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#lT5VLiufinuEsw4nTqOQJhikMyRkJVEG { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:0.4609375rem;left:4.62109375rem;overflow:hidden;display:block; }
#dNKJtOXGgU26BLng9MRx1SQrv5R8zbKS { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:8.75rem;top:1.5859375rem;left:24.76953125rem;overflow:hidden;display:block; }
#N9G4JIEIQS8lTBA6fNye90IOy5xbJf7M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#N9G4JIEIQS8lTBA6fNye90IOy5xbJf7M > .row .container { background-color: transparent; background-image: none; }#N9G4JIEIQS8lTBA6fNye90IOy5xbJf7M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N9G4JIEIQS8lTBA6fNye90IOy5xbJf7M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N9G4JIEIQS8lTBA6fNye90IOy5xbJf7M > .row .container > .video-iframe-container { display: none; }#N9G4JIEIQS8lTBA6fNye90IOy5xbJf7M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N9G4JIEIQS8lTBA6fNye90IOy5xbJf7M > .row > .video-iframe-container { display: none; }#N9G4JIEIQS8lTBA6fNye90IOy5xbJf7M > .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); }#N9G4JIEIQS8lTBA6fNye90IOy5xbJf7M > .row .container { border-width: 0; border-radius: 0; }#N9G4JIEIQS8lTBA6fNye90IOy5xbJf7M > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#UChF4ZkkfATPRJzoWizgZHCVkeIhwGXA { color:#000000;display:block;width:27.687rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:14.2529296875rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#luyO5a4X3ctgEgViLfZeAyL1oXqZKhTR { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.875rem;width:46.3125rem;top:3.9052734375rem;left:28.6875rem;display:block; }
#NHNKFpAW2kI1TCro1UUeUDho95qikmpF { color:#000000;display:block;width:27.1245rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:10.93505859375rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { background-color: transparent; background-image: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .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); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { border-width: 0; border-radius: 0; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#hS6yPlod14N3KIUS0ruHHG2fC8iDxI1F { color:#000000;display:block;width:49.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#TPt081mbBVFHps4lgGhVNIbII1zOQFB1 { position:absolute;display:block;z-index:100001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.0625rem;width:0.375rem;top:13.187255859375rem;left:42.1240234375rem;display:block; }
#W1v2bh8KBV6C9Md8cZTGCePxqwEqlnBk { color:#048764;display:block;width:24.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100002;line-height:1.8;letter-spacing:0;top:12.93701171875rem;left:43.75rem;height:2.02514375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gE483o9dTW8PlRDaKEIADBupfkbwtLTr { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100003;line-height:1.8;letter-spacing:0;top:15.186767578125rem;left:43.75rem;height:1.80029375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mwpRADZL3mEHiya3OZwl1rzroWW35fGS { color:#000000;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100006;line-height:1.8;letter-spacing:0;top:23.9990234375rem;left:43.75rem;height:1.80029375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SIJVrga92UIgWuwTdCqoN4QM4wfC153B { color:#048764;display:block;width:24.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.8;letter-spacing:0;top:21.749267578125rem;left:43.75rem;height:2.02514375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MFlNOSgTl8mTeZTRVcvB8U1Bm8hBbyiE { position:absolute;display:block;z-index:100004;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.0625rem;width:0.375rem;top:21.99951171875rem;left:42.1240234375rem;display:block; }
#qqoV54MbS6yHCwcqwbc4kDye1bEONvhV { color:#000000;display:block;width:31rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100009;line-height:1.8;letter-spacing:0;top:32.999267578125rem;left:43.75rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KenW71xDlbAur53la7EnMbrgeya0bp55 { color:#048764;display:block;width:24.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100008;line-height:1.8;letter-spacing:0;top:30.74951171875rem;left:43.75rem;height:2.02514375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FWdT2QLe49dqrT7TvfvJATmS0TBPIVIl { position:absolute;display:block;z-index:100007;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.0625rem;width:0.375rem;top:30.999755859375rem;left:42.1240234375rem;display:block; }
#PA0HAGUNJJpmnLc9lH5999JTgWbKcPra { position:absolute;display:block;z-index:100010;height:11.25rem;width:20rem;top:11.646728515625rem;left:0rem;display:block; }
#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { border-width: 0; border-radius: 0; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#QCJHecT81AfqLtdBVrb4dc2PVSLNBKlP { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.35595625rem;font-style:normal;display:block; }
#nNwlccwhDx138b2T3VpTKCqQZGGueC7L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#nNwlccwhDx138b2T3VpTKCqQZGGueC7L > .row .container { background-color: transparent; background-image: none; }#nNwlccwhDx138b2T3VpTKCqQZGGueC7L::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nNwlccwhDx138b2T3VpTKCqQZGGueC7L > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nNwlccwhDx138b2T3VpTKCqQZGGueC7L > .row .container > .video-iframe-container { display: none; }#nNwlccwhDx138b2T3VpTKCqQZGGueC7L > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nNwlccwhDx138b2T3VpTKCqQZGGueC7L > .row > .video-iframe-container { display: none; }#nNwlccwhDx138b2T3VpTKCqQZGGueC7L > .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); }#nNwlccwhDx138b2T3VpTKCqQZGGueC7L > .row .container { border-width: 0; border-radius: 0; }#nNwlccwhDx138b2T3VpTKCqQZGGueC7L > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#nC9KBnu82U6GEeSwkooNgfroWoONQ5Pf { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:18.625rem;width:19.75rem;top:0.375rem;left:2.5rem;display:block; }
#tAwlvDcuH16ZZAiWcLNvZHytEiTOMWhs { color:#3d4051;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.5rem;height:1.89995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BouR83tm5dtUwKMXx5aA31y1SreX1ziv { position:absolute;display:block;z-index:100017;background-color:#18af8b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:2.875rem;left:11.125rem;display:block; }
#RVszM0V9hyGxmt8VVnDPR7fRne3ooOgM { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:18.625rem;width:19.75rem;top:0.375rem;left:27.625rem;display:block; }
#JT4XQJuLX87rIVavqbBTr75T8DJ2u1rU { color:#3d4051;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100020;line-height:1.9;letter-spacing:0;top:7.5rem;left:27.625rem;height:1.89995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tRCfMQMarSc3VLThAXAEstpovFbWsUW7 { position:absolute;display:block;z-index:100021;background-color:#18af8b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:2.875rem;left:36.25rem;display:block; }
#Eftf6TTZwIscmyanG42Lx317ASwbSaq7 { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:18.625rem;width:19.75rem;top:0.375rem;left:52.75rem;display:block; }
#nNTmPwxNFBczazGCDLROioT9qtgW3o89 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100024;line-height:1.9;letter-spacing:0;top:7.5rem;left:54.9375rem;height:1.89995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CbHw8gKRqV8WnZgp3QL7ezLVyArndxUs { position:absolute;display:block;z-index:100025;background-color:#18af8b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:2.875rem;left:61.375rem;display:block; }
#RwTfS3wTmiDmDgEMgmyl1F7z60BUV0hF { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:3.3103694915771rem;left:11.561611175537rem;display:block; }
#kkQkyQXSixX5K9TVZ0XzJ3gFkH5R7cWh { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:3.3643465042114rem;left:36.749111175537rem;display:block; }
#i5swP8Ec35qAEWILfO1ZVikNAqApKkeO { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:3.3114347457886rem;left:61.811965942382rem;display:block; }
#c0qyD2MvmFngPVm6ahUyxnuGISfOfJBv { color:#3d4051;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100034;line-height:1.9;letter-spacing:0;top:9.600000575185rem;left:3.40625rem;height:3.32519375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CvupprTFSissEx6UvseE9TmvZQsnzohU { color:#3d4051;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100035;line-height:1.9;letter-spacing:0;top:9.600000575185rem;left:28.406251907349rem;height:3.32519375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rt9Jdy4C5yOmZPEyZTTW4WbAoGGrVWXs { color:#3d4051;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100036;line-height:1.9;letter-spacing:0;top:9.600000575185rem;left:53.406251907349rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w > .row .container { background-color: transparent; background-image: none; }#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w > .row .container > .video-iframe-container { display: none; }#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w > .row > .video-iframe-container { display: none; }#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w > .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); }#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w > .row .container { border-width: 0; border-radius: 0; }#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#dxb3AvbiUTvTArcIVSZGUICc4iyHKTiT { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:18.625rem;width:19.75rem;top:0.812255859375rem;left:2.5rem;display:block; }
#CcCcs1tNw12VBZw1ZwCIKSmxQg9LAOUx { color:#3d4051;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100016;line-height:1.9;letter-spacing:0;top:7.9375rem;left:2.562255859375rem;height:1.89995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fbdF5kcABpzxFZ2Px7QvarWAK483d0Gx { position:absolute;display:block;z-index:100017;background-color:#18af8b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:2.875rem;left:11.125rem;display:block; }
#BakFT34QFsytME81CUaA3F7gWl1R87b5 { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:18.625rem;width:19.75rem;top:0.812255859375rem;left:27.62451171875rem;display:block; }
#PQf68HTDsMOcTbpvFXdpODM47pzw0vHC { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100020;line-height:1.9;letter-spacing:0;top:7.9375rem;left:29.81201171875rem;height:1.89995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PyouV8IleyfqWyTzUXs1E0g6m3qs86VT { position:absolute;display:block;z-index:100021;background-color:#18af8b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:3.312255859375rem;left:36.25rem;display:block; }
#bbv8MoFGUzr5290Tht6nKTC1C9VTBt9b { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:18.625rem;width:19.75rem;top:0.812255859375rem;left:52.7490234375rem;display:block; }
#KReBUi5W1lDHerzrLnKopr3SRRKVV6VA { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100024;line-height:1.9;letter-spacing:0;top:7.9375rem;left:54.9365234375rem;height:1.89995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lakio7xwtPOTL8aPgzMAXZv2qAC0AQUJ { position:absolute;display:block;z-index:100025;background-color:#18af8b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:3.312255859375rem;left:61.37451171875rem;display:block; }
#UfNhexQhhU5dxsrMRIy9ANfHGT30aFMH { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:3.310546875rem;left:11.561611175537rem;display:block; }
#TFlrzt6WFXSpso8oVNG1x3elI0lza4Uq { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:3.6845703125rem;left:36.68701171875rem;display:block; }
#PpqNoV67pcVThrNRCbKBfTR2sbKUpTnr { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:3.80908203125rem;left:61.8115234375rem;display:block; }
#OQmBDFrT6OW3beDvxsTCA17AH5KTaQi0 { color:#3d4051;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100017;line-height:1.9;letter-spacing:0;top:10.035888671875rem;left:3.40576171875rem;height:3.32421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JLJRCETM9szWbvxqLeULDDoisiiHU4m3 { color:#3d4051;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100032;line-height:1.9;letter-spacing:0;top:10.035888671875rem;left:28.40576171875rem;height:4.986325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VRagxERgxmLc6F9U9NyzXqzMeddiTOhL { color:#3d4051;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100033;line-height:1.9;letter-spacing:0;top:10.035888671875rem;left:53.40576171875rem;height:3.32519375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3GQHTQ9sbpBCpAAr9ybbMMkCcE6ZFom { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#C3GQHTQ9sbpBCpAAr9ybbMMkCcE6ZFom > .row .container { background-color: transparent; background-image: none; }#C3GQHTQ9sbpBCpAAr9ybbMMkCcE6ZFom::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C3GQHTQ9sbpBCpAAr9ybbMMkCcE6ZFom > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C3GQHTQ9sbpBCpAAr9ybbMMkCcE6ZFom > .row .container > .video-iframe-container { display: none; }#C3GQHTQ9sbpBCpAAr9ybbMMkCcE6ZFom > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C3GQHTQ9sbpBCpAAr9ybbMMkCcE6ZFom > .row > .video-iframe-container { display: none; }#C3GQHTQ9sbpBCpAAr9ybbMMkCcE6ZFom > .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); }#C3GQHTQ9sbpBCpAAr9ybbMMkCcE6ZFom > .row .container { border-width: 0; border-radius: 0; }#C3GQHTQ9sbpBCpAAr9ybbMMkCcE6ZFom > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#B7JvaDRBsIA9TU9NHXMZLB9qNZB27FfQ { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#TGH5FFtLdBcdmQND9bR7GCqdBo9vA6pr { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.9980625rem;width:29.6228125rem;top:7.623291015625rem;left:8.45703125rem;overflow:hidden;display:block; }
#r34Z8ks5yFQm3HvgssCx701pU1hyLnxM { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.125rem;width:29.24925rem;top:11.21337890625rem;left:43.414306640625rem;overflow:hidden;display:block; }
#QOa4NwpOwJ79Wce1sd5gn6TKke47WJPJ { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.56225rem;width:14.43725rem;top:16.373291015625rem;left:5.18310546875rem;overflow:hidden;display:block; }
#bIg4UrWzX7u9R75uM3R1Icg9zalF70pR { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.561rem;width:26.3733125rem;top:20.41259765625rem;left:28.39111328125rem;overflow:hidden;display:block; }
#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#056449;background-image:none;position:relative;display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { background-color: transparent; background-image: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .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); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { border-width: 0; border-radius: 0; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:3.9375rem;left:10.3740234375rem;height:1.23779375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100003;line-height:1.9;letter-spacing:0;top:7.0625rem;left:11.25rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { position:absolute;display:block;z-index:99997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(255,255,255,0.5);border-left:0.125rem solid rgba(255,255,255,0.5);border-right:0.125rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid rgba(255,255,255,0.5);height:9.375rem;width:51rem;top:4.43701171875rem;left:7.5rem;display:block; }
#LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { 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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-sizing:border-box;color:#050b26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.436525rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:7.529296875rem;left:53.1240234375rem;display:block; }
#iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { position:absolute;display:block;z-index:99998;background-color:#048764;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:2.4375rem;width:26.4375rem;top:3.3427734375rem;left:9.375rem;display:block; }
#HxuJNwMmI8fbQTyMu0St9D73nCbukiA6 { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:7.37451171875rem;left:10.3125rem;height:4.25rem;display:block; }
#Tu0cBrvh57XCZuqa0oQhCbcUbyHUV3XC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Tu0cBrvh57XCZuqa0oQhCbcUbyHUV3XC > .row .container { background-color: transparent; background-image: none; }#Tu0cBrvh57XCZuqa0oQhCbcUbyHUV3XC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tu0cBrvh57XCZuqa0oQhCbcUbyHUV3XC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tu0cBrvh57XCZuqa0oQhCbcUbyHUV3XC > .row .container > .video-iframe-container { display: none; }#Tu0cBrvh57XCZuqa0oQhCbcUbyHUV3XC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tu0cBrvh57XCZuqa0oQhCbcUbyHUV3XC > .row > .video-iframe-container { display: none; }#Tu0cBrvh57XCZuqa0oQhCbcUbyHUV3XC > .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); }#Tu0cBrvh57XCZuqa0oQhCbcUbyHUV3XC > .row .container { border-width: 0; border-radius: 0; }#Tu0cBrvh57XCZuqa0oQhCbcUbyHUV3XC > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#TP3ILzpiq7qA6qLCTRrPy22HDPxOgMno { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:;font-style:normal;display:block; }
#vM3eTWFom2y65EplALifeHBR7twpPbBi { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100021;line-height:1.8;letter-spacing:0;top:13.0615234375rem;left:41.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S7vTlF6RRwgpWvhygAht4GTJTZHHES63 { color:#048764;display:block;width:31.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100020;line-height:1.8;letter-spacing:0;top:10.811767578125rem;left:41.6875rem;height:2.02514375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gBhKN52rvx5KLL2Zt7TgfwEIVBP7m4vR { color:#048764;display:block;width:24.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100023;line-height:1.8;letter-spacing:0;top:19.6240234375rem;left:41.6875rem;height:2.02514375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vXNzUq66HTvFIKTclGywebDWlBt4mtSl { color:#000000;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100024;line-height:1.8;letter-spacing:0;top:21.875rem;left:41.625244140625rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X8p35t6CHPTAcbBv1nOvZ98nKl0B6R9d { color:#048764;display:block;width:24.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100026;line-height:1.8;letter-spacing:0;top:29.686767578125rem;left:41.6875rem;height:2.02514375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qgIeOFdsyGTTSEJrRPO6zyItcMV0lmSJ { color:#000000;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100027;line-height:1.8;letter-spacing:0;top:31.9365234375rem;left:41.561767578125rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dQGAtrM87JQJBZDK3HO8zDTaTDczQpaC { position:absolute;display:block;z-index:100019;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.0625rem;width:0.375rem;top:11.06201171875rem;left:40.062744140625rem;display:block; }
#MGEWsp6pTJWfiW7cvTUt0qs5GklNGDTb { position:absolute;display:block;z-index:100022;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.0625rem;width:0.375rem;top:19.874267578125rem;left:40.062744140625rem;display:block; }
#s2og0S9OuqOVpq0JsoZexTMtCg3iA0k0 { position:absolute;display:block;z-index:100025;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.0625rem;width:0.375rem;top:29.93701171875rem;left:40.062744140625rem;display:block; }
#JdRQKB2mLqklJDpLlqhXNzJ7nn0sV6dX { position:absolute;display:block;z-index:100028;height:11.25rem;width:20rem;top:10.811767578125rem;left:0rem;display:block; }
#f64DlHDl795OmhI5srE5F04EXyOGVQhi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#f64DlHDl795OmhI5srE5F04EXyOGVQhi > .row .container { background-color: transparent; background-image: none; }#f64DlHDl795OmhI5srE5F04EXyOGVQhi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f64DlHDl795OmhI5srE5F04EXyOGVQhi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f64DlHDl795OmhI5srE5F04EXyOGVQhi > .row .container > .video-iframe-container { display: none; }#f64DlHDl795OmhI5srE5F04EXyOGVQhi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f64DlHDl795OmhI5srE5F04EXyOGVQhi > .row > .video-iframe-container { display: none; }#f64DlHDl795OmhI5srE5F04EXyOGVQhi > .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); }#f64DlHDl795OmhI5srE5F04EXyOGVQhi > .row .container { border-width: 0; border-radius: 0; }#f64DlHDl795OmhI5srE5F04EXyOGVQhi > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#MxxoQatREFCAVUtrdNpkxyGhNBavIReg { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#F8heoufuDJwdmT33gTUNAMrBUfIFJ0Zi { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8115rem;width:12.8745rem;top:23.9453125rem;left:3.75rem;overflow:hidden;display:block; }
#CTCUuf5T8Sq7vmrFmK50Jbx5Afe2ct22 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:12.75rem;top:28.94482421875rem;left:16.81103515625rem;overflow:hidden;display:block; }
#lxiwTJTBUns9lHz7ZBbaHEIyliOucuUu { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:12.75rem;top:11.44580078125rem;left:30rem;overflow:hidden;display:block; }
#Mqeedf36kSHwEeMylC24VBGpHZ9HJqEt { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:12.75rem;top:36.44482421875rem;left:30rem;overflow:hidden;display:block; }
#wov2gTBgVh4RsQXTFux4cVebG5zDpwTm { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:16.4453125rem;left:16.9365234375rem;overflow:hidden;display:block; }
#PLRXCNw7UKq3edLO7MGpv7bzCDIFihVi { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:12.75rem;top:28.88232421875rem;left:43.375rem;overflow:hidden;display:block; }
#qNqO8ciOaWed2BBdqf6zps9nAAeMmtsg { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:12.75rem;top:23.8828125rem;left:30.0625rem;overflow:hidden;display:block; }
#elpq7PEy54MCPwk0capV2TrICIvkggpu { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8100625rem;width:12.8730625rem;top:16.19580078125rem;left:43.3740234375rem;overflow:hidden;display:block; }
#AUTtbWHSAMHPUI2QVgWL0VbEMyp865SO { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:12.75rem;top:23.94580078125rem;left:56.25rem;overflow:hidden;display:block; }
#Puh4v4INny2i5LPJObqubeIoazavbC8G { position:relative;display:block; }#Puh4v4INny2i5LPJObqubeIoazavbC8G { background-color: transparent; background-image: none; }#Puh4v4INny2i5LPJObqubeIoazavbC8G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Puh4v4INny2i5LPJObqubeIoazavbC8G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Puh4v4INny2i5LPJObqubeIoazavbC8G > .row .container > .video-iframe-container { display: none; }#Puh4v4INny2i5LPJObqubeIoazavbC8G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Puh4v4INny2i5LPJObqubeIoazavbC8G > .row > .video-iframe-container { display: none; }#Puh4v4INny2i5LPJObqubeIoazavbC8G > .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); }#Puh4v4INny2i5LPJObqubeIoazavbC8G { border-width: 0; border-radius: 0; }#Puh4v4INny2i5LPJObqubeIoazavbC8G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;position:relative;display:block; }#NRC9XAvh13XMRZClLNw9csa2ikLIEF0T { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.81494140625rem;left:5.015625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kxi8k8LqZiu7zhGMDrKNvQu6mKHSTlD7 { z-index:100001;top:9.82177734375rem;left:5.015625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #12cc94;border-left:0.125rem solid #12cc94;border-right:0.125rem solid #12cc94;border-bottom:0.125rem solid #12cc94;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#12cc94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#p7RE4NQRrTdJuGNavCAuFhXJBxb9rwuU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L0Nq8XeDlycCRHqTp1G8z0wgCC3Ksh9F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#L0Nq8XeDlycCRHqTp1G8z0wgCC3Ksh9F > .row .container { background-color: transparent; background-image: none; }#L0Nq8XeDlycCRHqTp1G8z0wgCC3Ksh9F::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L0Nq8XeDlycCRHqTp1G8z0wgCC3Ksh9F > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L0Nq8XeDlycCRHqTp1G8z0wgCC3Ksh9F > .row .container > .video-iframe-container { display: none; }#L0Nq8XeDlycCRHqTp1G8z0wgCC3Ksh9F > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L0Nq8XeDlycCRHqTp1G8z0wgCC3Ksh9F > .row > .video-iframe-container { display: none; }#L0Nq8XeDlycCRHqTp1G8z0wgCC3Ksh9F > .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); }#L0Nq8XeDlycCRHqTp1G8z0wgCC3Ksh9F > .row .container { border-width: 0; border-radius: 0; }#L0Nq8XeDlycCRHqTp1G8z0wgCC3Ksh9F > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { width:18.5625rem;height:3.75rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { top:21.9375rem;left:0rem;width:10.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVicC0HGXztvlvCodW52RP95G9Hn9HME { display:block; }
 }@media only screen and (max-width: 763px) { #JCWXps0q2rfAPRUcPZLkXdVmASfeJluc { top:0rem;left:0rem;width:31.8125rem;height:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSCFkqLHt9SETbBTRlFwfFAan7g7JR07 { top:8.5625rem;left:0rem;width:26.875rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5VLiufinuEsw4nTqOQJhikMyRkJVEG { top:0.4375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNKJtOXGgU26BLng9MRx1SQrv5R8zbKS { top:1.5625rem;left:11.14453125rem;width:8.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9G4JIEIQS8lTBA6fNye90IOy5xbJf7M { display:block; }#N9G4JIEIQS8lTBA6fNye90IOy5xbJf7M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UChF4ZkkfATPRJzoWizgZHCVkeIhwGXA { top:14.25rem;left:0rem;width:27.625rem;height:6.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #luyO5a4X3ctgEgViLfZeAyL1oXqZKhTR { top:3.875rem;left:1.4375rem;width:46.3125rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHNKFpAW2kI1TCro1UUeUDho95qikmpF { top:10.875rem;left:0rem;width:27.0625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hS6yPlod14N3KIUS0ruHHG2fC8iDxI1F { top:4.0625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPt081mbBVFHps4lgGhVNIbII1zOQFB1 { top:13.125rem;left:28.4365234375rem;width:0.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1v2bh8KBV6C9Md8cZTGCePxqwEqlnBk { width:24.6875rem;height:;top:12.875rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE483o9dTW8PlRDaKEIADBupfkbwtLTr { width:31.25rem;height:1.8125rem;top:15.125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwpRADZL3mEHiya3OZwl1rzroWW35fGS { width:29.75rem;height:1.8125rem;top:23.9375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIJVrga92UIgWuwTdCqoN4QM4wfC153B { width:24.6875rem;height:2rem;top:21.6875rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFlNOSgTl8mTeZTRVcvB8U1Bm8hBbyiE { top:21.9375rem;left:28.4365234375rem;width:0.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqoV54MbS6yHCwcqwbc4kDye1bEONvhV { width:30.9375rem;height:3.5625rem;top:32.9375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KenW71xDlbAur53la7EnMbrgeya0bp55 { width:24.6875rem;height:1.9375rem;top:30.6875rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWdT2QLe49dqrT7TvfvJATmS0TBPIVIl { top:30.9375rem;left:28.4365234375rem;width:0.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA0HAGUNJJpmnLc9lH5999JTgWbKcPra { top:11.625rem;left:0rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCJHecT81AfqLtdBVrb4dc2PVSLNBKlP { top:3.75rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNwlccwhDx138b2T3VpTKCqQZGGueC7L { display:block; }#nNwlccwhDx138b2T3VpTKCqQZGGueC7L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nC9KBnu82U6GEeSwkooNgfroWoONQ5Pf { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAwlvDcuH16ZZAiWcLNvZHytEiTOMWhs { width:19.75rem;height:1.875rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BouR83tm5dtUwKMXx5aA31y1SreX1ziv { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVszM0V9hyGxmt8VVnDPR7fRne3ooOgM { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT4XQJuLX87rIVavqbBTr75T8DJ2u1rU { width:19.6875rem;height:1.875rem;top:7.5rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRCfMQMarSc3VLThAXAEstpovFbWsUW7 { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eftf6TTZwIscmyanG42Lx317ASwbSaq7 { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNTmPwxNFBczazGCDLROioT9qtgW3o89 { width:15.5625rem;height:1.875rem;top:7.5rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbHw8gKRqV8WnZgp3QL7ezLVyArndxUs { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwTfS3wTmiDmDgEMgmyl1F7z60BUV0hF { top:3.25rem;left:6.9991111755369rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkQkyQXSixX5K9TVZ0XzJ3gFkH5R7cWh { top:3.3125rem;left:23.061611175537rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5swP8Ec35qAEWILfO1ZVikNAqApKkeO { top:3.25rem;left:38.999465942382rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0qyD2MvmFngPVm6ahUyxnuGISfOfJBv { width:18.1875rem;height:3.25rem;top:9.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvupprTFSissEx6UvseE9TmvZQsnzohU { width:18.1875rem;height:3.25rem;top:9.5625rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt9Jdy4C5yOmZPEyZTTW4WbAoGGrVWXs { width:18.1875rem;height:3.5rem;top:9.5625rem;left:29.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w { display:block; }#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxb3AvbiUTvTArcIVSZGUICc4iyHKTiT { width:19.75rem;height:18.625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcCcs1tNw12VBZw1ZwCIKSmxQg9LAOUx { width:19.6875rem;height:1.875rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbdF5kcABpzxFZ2Px7QvarWAK483d0Gx { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BakFT34QFsytME81CUaA3F7gWl1R87b5 { width:19.75rem;height:18.625rem;top:0.75rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQf68HTDsMOcTbpvFXdpODM47pzw0vHC { width:15.5625rem;height:1.875rem;top:7.875rem;left:16.12353515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyouV8IleyfqWyTzUXs1E0g6m3qs86VT { width:2.75rem;height:2.75rem;top:3.25rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbv8MoFGUzr5290Tht6nKTC1C9VTBt9b { width:19.75rem;height:18.625rem;top:0.75rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KReBUi5W1lDHerzrLnKopr3SRRKVV6VA { width:15.5625rem;height:1.875rem;top:7.875rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lakio7xwtPOTL8aPgzMAXZv2qAC0AQUJ { width:2.75rem;height:2.75rem;top:3.25rem;left:38.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfNhexQhhU5dxsrMRIy9ANfHGT30aFMH { top:3.25rem;left:6.9991111755369rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFlrzt6WFXSpso8oVNG1x3elI0lza4Uq { top:3.625rem;left:22.99951171875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpqNoV67pcVThrNRCbKBfTR2sbKUpTnr { top:3.75rem;left:38.9990234375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQmBDFrT6OW3beDvxsTCA17AH5KTaQi0 { width:18.1875rem;height:4.875rem;top:10rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLJRCETM9szWbvxqLeULDDoisiiHU4m3 { width:18.1875rem;height:4.875rem;top:10rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRagxERgxmLc6F9U9NyzXqzMeddiTOhL { width:18.1875rem;height:3.25rem;top:10rem;left:29.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3GQHTQ9sbpBCpAAr9ybbMMkCcE6ZFom { display:block; }#C3GQHTQ9sbpBCpAAr9ybbMMkCcE6ZFom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7JvaDRBsIA9TU9NHXMZLB9qNZB27FfQ { top:3.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGH5FFtLdBcdmQND9bR7GCqdBo9vA6pr { top:7.5625rem;left:0rem;width:29.5625rem;height:22.951238092475rem;display:block; }
 }@media only screen and (max-width: 763px) { #r34Z8ks5yFQm3HvgssCx701pU1hyLnxM { top:11.1875rem;left:18.5rem;width:29.1875rem;height:23.076179303743rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOa4NwpOwJ79Wce1sd5gn6TKke47WJPJ { top:16.3125rem;left:0rem;width:14.375rem;height:22.464966925834rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIg4UrWzX7u9R75uM3R1Icg9zalF70pR { top:20.375rem;left:14.76611328125rem;width:26.3125rem;height:22.508978062578rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:24.6875rem;height:1.25rem;top:3.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:33.125rem;height:;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:47.5rem;height:9.375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:11.25rem;height:3.375rem;top:7.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:26.4375rem;height:2.4375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxuJNwMmI8fbQTyMu0St9D73nCbukiA6 { top:7.3125rem;left:0rem;width:40.1875rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu0cBrvh57XCZuqa0oQhCbcUbyHUV3XC { display:block; }#Tu0cBrvh57XCZuqa0oQhCbcUbyHUV3XC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TP3ILzpiq7qA6qLCTRrPy22HDPxOgMno { top:3.25rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM3eTWFom2y65EplALifeHBR7twpPbBi { width:33.375rem;height:3.625rem;top:13rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7vTlF6RRwgpWvhygAht4GTJTZHHES63 { width:31.8125rem;height:2rem;top:10.75rem;left:15.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBhKN52rvx5KLL2Zt7TgfwEIVBP7m4vR { width:24.6875rem;height:2rem;top:19.5625rem;left:23.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXNzUq66HTvFIKTclGywebDWlBt4mtSl { width:33.125rem;height:5.375rem;top:21.875rem;left:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8p35t6CHPTAcbBv1nOvZ98nKl0B6R9d { width:24.6875rem;height:2rem;top:29.625rem;left:23.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgIeOFdsyGTTSEJrRPO6zyItcMV0lmSJ { width:33.125rem;height:3.625rem;top:31.875rem;left:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQGAtrM87JQJBZDK3HO8zDTaTDczQpaC { top:11rem;left:26.437744140625rem;width:0.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGEWsp6pTJWfiW7cvTUt0qs5GklNGDTb { top:19.8125rem;left:26.437744140625rem;width:0.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2og0S9OuqOVpq0JsoZexTMtCg3iA0k0 { top:29.875rem;left:26.437744140625rem;width:0.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdRQKB2mLqklJDpLlqhXNzJ7nn0sV6dX { top:10.75rem;left:0rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f64DlHDl795OmhI5srE5F04EXyOGVQhi { display:block; }#f64DlHDl795OmhI5srE5F04EXyOGVQhi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxxoQatREFCAVUtrdNpkxyGhNBavIReg { top:2.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8heoufuDJwdmT33gTUNAMrBUfIFJ0Zi { top:23.9375rem;left:0rem;width:12.8125rem;height:12.749803390423rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTCUuf5T8Sq7vmrFmK50Jbx5Afe2ct22 { top:28.9375rem;left:3.18603515625rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxiwTJTBUns9lHz7ZBbaHEIyliOucuUu { top:11.4375rem;left:16.375rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqeedf36kSHwEeMylC24VBGpHZ9HJqEt { top:36.4375rem;left:16.375rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wov2gTBgVh4RsQXTFux4cVebG5zDpwTm { top:16.4375rem;left:3.3115234375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLRXCNw7UKq3edLO7MGpv7bzCDIFihVi { top:28.875rem;left:29.75rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNqO8ciOaWed2BBdqf6zps9nAAeMmtsg { top:23.875rem;left:16.4375rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #elpq7PEy54MCPwk0capV2TrICIvkggpu { top:16.1875rem;left:29.7490234375rem;width:12.8125rem;height:12.749796389262rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUTtbWHSAMHPUI2QVgWL0VbEMyp865SO { top:23.9375rem;left:35rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puh4v4INny2i5LPJObqubeIoazavbC8G { display:block; }#Puh4v4INny2i5LPJObqubeIoazavbC8G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRC9XAvh13XMRZClLNw9csa2ikLIEF0T { top:4.8125rem;left:0rem;width:32.8125rem;height:3.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxi8k8LqZiu7zhGMDrKNvQu6mKHSTlD7 { top:9.8125rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7RE4NQRrTdJuGNavCAuFhXJBxb9rwuU { display:block; }
 }@media only screen and (max-width: 763px) { #L0Nq8XeDlycCRHqTp1G8z0wgCC3Ksh9F { display:block; }#L0Nq8XeDlycCRHqTp1G8z0wgCC3Ksh9F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0513f82e-0e86-4d46-a5b2-0fb8619c0524/GettyImages665469261.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv.adaptive-delivery-prevent-bg, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyload, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyloading { background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { border-width: 0; border-radius: 0; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { width:17.9980625rem;height:3.3984375rem;top:13.9169921875rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { top:19.6474609375rem;left:4.46875rem;width:11.0625rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVicC0HGXztvlvCodW52RP95G9Hn9HME { display:block; }
 }@media only screen and (max-width: 763px) { #JCWXps0q2rfAPRUcPZLkXdVmASfeJluc { width:20rem;height:27.9375rem;top:-0.7529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSCFkqLHt9SETbBTRlFwfFAan7g7JR07 { width:16.0605625rem;height:5.84765625rem;top:6.4345703125rem;left:1.96875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lT5VLiufinuEsw4nTqOQJhikMyRkJVEG { width:3.625rem;height:3.625rem;top:0rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNKJtOXGgU26BLng9MRx1SQrv5R8zbKS { width:8.1865rem;height:1.249025rem;top:1.1875rem;left:10.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9G4JIEIQS8lTBA6fNye90IOy5xbJf7M { display:block; }#N9G4JIEIQS8lTBA6fNye90IOy5xbJf7M > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UChF4ZkkfATPRJzoWizgZHCVkeIhwGXA { width:19.9995rem;height:5.19921875rem;top:3.87451171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #luyO5a4X3ctgEgViLfZeAyL1oXqZKhTR { height:11.25rem;width:19.9995rem;top:10.5rem;left:0.00146484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHNKFpAW2kI1TCro1UUeUDho95qikmpF { width:19.9980625rem;height:2.5996125rem;top:1.36962890625rem;left:0.00146484375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:20rem;height:42.6884765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hS6yPlod14N3KIUS0ruHHG2fC8iDxI1F { width:20rem;height:4.548825rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPt081mbBVFHps4lgGhVNIbII1zOQFB1 { width:0.375rem;height:4.0625rem;top:19.55078125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1v2bh8KBV6C9Md8cZTGCePxqwEqlnBk { width:20rem;height:1.57421875rem;top:19.7998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gE483o9dTW8PlRDaKEIADBupfkbwtLTr { width:20rem;height:2.798825rem;top:21.435546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mwpRADZL3mEHiya3OZwl1rzroWW35fGS { width:20rem;height:2.798825rem;top:28.80615234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SIJVrga92UIgWuwTdCqoN4QM4wfC153B { width:20rem;height:1.57421875rem;top:27.232666015625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MFlNOSgTl8mTeZTRVcvB8U1Bm8hBbyiE { width:0.375rem;height:4.0625rem;top:31.7334rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqoV54MbS6yHCwcqwbc4kDye1bEONvhV { width:20rem;height:5.59765625rem;top:37.12646484375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KenW71xDlbAur53la7EnMbrgeya0bp55 { width:20rem;height:3.1484375rem;top:33.978271484375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FWdT2QLe49dqrT7TvfvJATmS0TBPIVIl { width:0.375rem;height:4.0625rem;top:43.91601875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PA0HAGUNJJpmnLc9lH5999JTgWbKcPra { width:20rem;height:11.25rem;top:7.05078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { background-color:#fafafa;background-image:none;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCJHecT81AfqLtdBVrb4dc2PVSLNBKlP { width:20rem;height:7.066375rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNwlccwhDx138b2T3VpTKCqQZGGueC7L { background-color:#fafafa;background-image:none;display:block; }#nNwlccwhDx138b2T3VpTKCqQZGGueC7L > .row .container { background-color: transparent; background-image: none; }#nNwlccwhDx138b2T3VpTKCqQZGGueC7L::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nNwlccwhDx138b2T3VpTKCqQZGGueC7L > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nNwlccwhDx138b2T3VpTKCqQZGGueC7L > .row .container > .video-iframe-container { display: none; }#nNwlccwhDx138b2T3VpTKCqQZGGueC7L > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nNwlccwhDx138b2T3VpTKCqQZGGueC7L > .row > .video-iframe-container { display: none; }#nNwlccwhDx138b2T3VpTKCqQZGGueC7L > .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); }#nNwlccwhDx138b2T3VpTKCqQZGGueC7L > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nC9KBnu82U6GEeSwkooNgfroWoONQ5Pf { width:19.749rem;height:15.625rem;top:0.6875rem;left:0.2509765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAwlvDcuH16ZZAiWcLNvZHytEiTOMWhs { width:19.9375rem;height:1.69921875rem;top:8.375rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #BouR83tm5dtUwKMXx5aA31y1SreX1ziv { width:2.749025rem;height:2.749025rem;top:3.75rem;left:8.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVszM0V9hyGxmt8VVnDPR7fRne3ooOgM { width:19.74975rem;height:15.625rem;top:18.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT4XQJuLX87rIVavqbBTr75T8DJ2u1rU { width:19.9375rem;height:1.69921875rem;top:25.3125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #tRCfMQMarSc3VLThAXAEstpovFbWsUW7 { width:2.749025rem;height:2.749025rem;top:20.6875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eftf6TTZwIscmyanG42Lx317ASwbSaq7 { width:19.74975rem;height:15.625rem;top:35.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNTmPwxNFBczazGCDLROioT9qtgW3o89 { width:20rem;height:1.69921875rem;top:42.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #CbHw8gKRqV8WnZgp3QL7ezLVyArndxUs { width:2.749025rem;height:2.749025rem;top:38.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwTfS3wTmiDmDgEMgmyl1F7z60BUV0hF { width:1.875rem;height:1.875rem;top:4.1845703125rem;left:9.186279296875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkQkyQXSixX5K9TVZ0XzJ3gFkH5R7cWh { width:1.875rem;height:1.875rem;top:21.1875rem;left:9.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5swP8Ec35qAEWILfO1ZVikNAqApKkeO { width:1.875rem;height:1.875rem;top:38.625rem;left:9.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0qyD2MvmFngPVm6ahUyxnuGISfOfJBv { width:18.18725rem;height:2.9746125rem;top:10.474853515625rem;left:1.03076171875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #CvupprTFSissEx6UvseE9TmvZQsnzohU { width:18.18725rem;height:2.9746125rem;top:27.4375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #rt9Jdy4C5yOmZPEyZTTW4WbAoGGrVWXs { width:18.18725rem;height:3.1875rem;top:44.9375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w { background-color:#fafafa;background-image:none;display:block; }#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w > .row .container { background-color: transparent; background-image: none; }#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w > .row .container > .video-iframe-container { display: none; }#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w > .row > .video-iframe-container { display: none; }#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w > .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); }#cHXTnVZhDVSNSmmKPKQk3CccWkUNK22w > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxb3AvbiUTvTArcIVSZGUICc4iyHKTiT { width:19.74975rem;height:15.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcCcs1tNw12VBZw1ZwCIKSmxQg9LAOUx { width:20rem;height:1.69921875rem;top:8.375rem;left:0.1240234375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fbdF5kcABpzxFZ2Px7QvarWAK483d0Gx { width:2.749025rem;height:2.749025rem;top:3.31298828125rem;left:8.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BakFT34QFsytME81CUaA3F7gWl1R87b5 { width:19.74975rem;height:15.625rem;top:18.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQf68HTDsMOcTbpvFXdpODM47pzw0vHC { width:20rem;height:1.69921875rem;top:25.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PyouV8IleyfqWyTzUXs1E0g6m3qs86VT { width:2.749025rem;height:2.749025rem;top:21.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbv8MoFGUzr5290Tht6nKTC1C9VTBt9b { width:19.74975rem;height:15.625rem;top:36.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KReBUi5W1lDHerzrLnKopr3SRRKVV6VA { width:20rem;height:1.69921875rem;top:43.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #lakio7xwtPOTL8aPgzMAXZv2qAC0AQUJ { width:2.749025rem;height:2.749025rem;top:38.8125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfNhexQhhU5dxsrMRIy9ANfHGT30aFMH { width:1.875rem;height:1.875rem;top:3.748779296875rem;left:9.186279296875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFlrzt6WFXSpso8oVNG1x3elI0lza4Uq { width:1.875rem;height:1.875rem;top:21.6875rem;left:9.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpqNoV67pcVThrNRCbKBfTR2sbKUpTnr { width:1.875rem;height:1.875rem;top:39.3125rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQmBDFrT6OW3beDvxsTCA17AH5KTaQi0 { width:18.18725rem;height:4.4619125rem;top:10.4736328125rem;left:1.03076171875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JLJRCETM9szWbvxqLeULDDoisiiHU4m3 { width:18.18725rem;height:4.4619125rem;top:28.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #VRagxERgxmLc6F9U9NyzXqzMeddiTOhL { width:18.18725rem;height:2.9746125rem;top:45.5625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #C3GQHTQ9sbpBCpAAr9ybbMMkCcE6ZFom { display:block; }#C3GQHTQ9sbpBCpAAr9ybbMMkCcE6ZFom > .row .container { width:20rem;height:83.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7JvaDRBsIA9TU9NHXMZLB9qNZB27FfQ { width:20rem;height:4.548825rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGH5FFtLdBcdmQND9bR7GCqdBo9vA6pr { width:20rem;height:15.527443964353rem;top:30.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r34Z8ks5yFQm3HvgssCx701pU1hyLnxM { width:20rem;height:15.812371257382rem;top:66.04175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOa4NwpOwJ79Wce1sd5gn6TKke47WJPJ { width:14.4375rem;height:22.5625rem;top:7.03125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIg4UrWzX7u9R75uM3R1Icg9zalF70pR { width:20rem;height:17.109139509754rem;top:47.683625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:17.9985rem;height:2.611325rem;top:3.150390625rem;left:0.9990234375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:18rem;height:0;top:7.75rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:20.125rem;height:12.75rem;top:4.37255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:11.6235rem;height:3.436525rem;top:15.3759765625rem;left:4.1865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:19.3125rem;height:4.3125rem;top:2.17578125rem;left:0.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxuJNwMmI8fbQTyMu0St9D73nCbukiA6 { width:20rem;height:5.09765625rem;top:8.5595703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tu0cBrvh57XCZuqa0oQhCbcUbyHUV3XC { display:block; }#Tu0cBrvh57XCZuqa0oQhCbcUbyHUV3XC > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TP3ILzpiq7qA6qLCTRrPy22HDPxOgMno { width:20rem;height:4.548825rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vM3eTWFom2y65EplALifeHBR7twpPbBi { width:20rem;height:5.59765rem;top:22.510986328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S7vTlF6RRwgpWvhygAht4GTJTZHHES63 { width:20rem;height:3.1484375rem;top:19.36279296875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gBhKN52rvx5KLL2Zt7TgfwEIVBP7m4vR { width:20rem;height:3.1484375rem;top:30.855712890625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vXNzUq66HTvFIKTclGywebDWlBt4mtSl { width:20rem;height:5.59765625rem;top:34.00390625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X8p35t6CHPTAcbBv1nOvZ98nKl0B6R9d { width:20rem;height:1.57421875rem;top:42.16064453125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qgIeOFdsyGTTSEJrRPO6zyItcMV0lmSJ { width:20rem;height:4.19824375rem;top:43.734130859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dQGAtrM87JQJBZDK3HO8zDTaTDczQpaC { width:0.375rem;height:4.0625rem;top:19.55078125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGEWsp6pTJWfiW7cvTUt0qs5GklNGDTb { width:0.375rem;height:4.0625rem;top:36.16845625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2og0S9OuqOVpq0JsoZexTMtCg3iA0k0 { width:0.375rem;height:4.0625rem;top:52.72363125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdRQKB2mLqklJDpLlqhXNzJ7nn0sV6dX { width:20rem;height:11.25rem;top:7.05078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f64DlHDl795OmhI5srE5F04EXyOGVQhi { display:block; }#f64DlHDl795OmhI5srE5F04EXyOGVQhi > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxxoQatREFCAVUtrdNpkxyGhNBavIReg { width:20rem;height:6.82325rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F8heoufuDJwdmT33gTUNAMrBUfIFJ0Zi { width:5.249025rem;height:5.249025rem;top:11.0009765625rem;left:2.249755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTCUuf5T8Sq7vmrFmK50Jbx5Afe2ct22 { width:5.561525rem;height:5.561525rem;top:16.9384765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxiwTJTBUns9lHz7ZBbaHEIyliOucuUu { width:6.687rem;height:6.687rem;top:16.251220703125rem;left:13.31298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqeedf36kSHwEeMylC24VBGpHZ9HJqEt { width:6.499rem;height:6.499rem;top:8.751220703125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wov2gTBgVh4RsQXTFux4cVebG5zDpwTm { width:4.936525rem;height:4.936525rem;top:15.6884765625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLRXCNw7UKq3edLO7MGpv7bzCDIFihVi { width:5rem;height:4.936525rem;top:21.375732421875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNqO8ciOaWed2BBdqf6zps9nAAeMmtsg { width:6.499rem;height:6.499rem;top:26.126708984375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elpq7PEy54MCPwk0capV2TrICIvkggpu { width:12.8125rem;height:12.75025rem;top:96.375732421875rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUTtbWHSAMHPUI2QVgWL0VbEMyp865SO { width:7.56225rem;height:7.56225rem;top:23.875732421875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puh4v4INny2i5LPJObqubeIoazavbC8G { display:block; }#Puh4v4INny2i5LPJObqubeIoazavbC8G > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRC9XAvh13XMRZClLNw9csa2ikLIEF0T { width:19.9980625rem;height:5.19921875rem;top:3.498046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxi8k8LqZiu7zhGMDrKNvQu6mKHSTlD7 { top:10.5rem;left:1.2802734375rem;width:17.31347625rem;height:3.25097625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7RE4NQRrTdJuGNavCAuFhXJBxb9rwuU { display:block; }
 }@media only screen and (max-width: 763px) { #L0Nq8XeDlycCRHqTp1G8z0wgCC3Ksh9F { display:block; }#L0Nq8XeDlycCRHqTp1G8z0wgCC3Ksh9F > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }