.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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#OTftX1ohpzlTl3h4TTBJrWSg2A2Ekk40 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:9.375rem;top:0rem;left:58.0625rem;overflow:hidden;display:block; }
#vea5Ju2GdtmLXuC2COCrE4xL3UxJZFLz { color:#c20081;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:15.625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#iCkka3enB0GDIA8sSfy4WLuBhhawuFXw { color:#c20081;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:10.0625rem;left:15.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#e6aqE8X4eTSePVTnKEmqfmNOqM97Ooq4 { position:relative;display:block; }#e6aqE8X4eTSePVTnKEmqfmNOqM97Ooq4 { background-color: transparent; background-image: none; }#e6aqE8X4eTSePVTnKEmqfmNOqM97Ooq4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e6aqE8X4eTSePVTnKEmqfmNOqM97Ooq4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e6aqE8X4eTSePVTnKEmqfmNOqM97Ooq4 > .row .container > .video-iframe-container { display: none; }#e6aqE8X4eTSePVTnKEmqfmNOqM97Ooq4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e6aqE8X4eTSePVTnKEmqfmNOqM97Ooq4 > .row > .video-iframe-container { display: none; }#e6aqE8X4eTSePVTnKEmqfmNOqM97Ooq4 > .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); }#e6aqE8X4eTSePVTnKEmqfmNOqM97Ooq4 { border-width: 0; border-radius: 0; }#e6aqE8X4eTSePVTnKEmqfmNOqM97Ooq4 > .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:15.625rem;width:75rem;position:relative;display:block; }#D40IPfKZ6ndnUNK5c8vxekIJwyc9p7Me { color:#2f2f2f;display:block;width:53.25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.375rem;left:10.875rem;height:4.2239625rem;text-align:center;text-align-last:center;display:block; }
#GygEArIietui6RkB8spz0D0NkRvcvU0o { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:7.8125rem;left:12.5rem;height:5.199225rem;text-align:center;text-align-last:center;display:block; }
#eoF5N6lTfJfI7Svz92AFVduttmGOf9Dw { position:relative;display:block; }#eoF5N6lTfJfI7Svz92AFVduttmGOf9Dw { background-color: transparent; background-image: none; }#eoF5N6lTfJfI7Svz92AFVduttmGOf9Dw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eoF5N6lTfJfI7Svz92AFVduttmGOf9Dw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eoF5N6lTfJfI7Svz92AFVduttmGOf9Dw > .row .container > .video-iframe-container { display: none; }#eoF5N6lTfJfI7Svz92AFVduttmGOf9Dw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eoF5N6lTfJfI7Svz92AFVduttmGOf9Dw > .row > .video-iframe-container { display: none; }#eoF5N6lTfJfI7Svz92AFVduttmGOf9Dw > .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); }#eoF5N6lTfJfI7Svz92AFVduttmGOf9Dw { border-width: 0; border-radius: 0; }#eoF5N6lTfJfI7Svz92AFVduttmGOf9Dw > .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:68.75rem;width:75rem;position:relative;display:block; }#HfRxRIW9NG5GGsOJLeMHhdLetaeZJMV2 { color:#000000;display:block;width:59.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.6874997615814rem;left:7.8125rem;height:7.1484375rem;text-align:center;text-align-last:center;display:block; }
#eFrSeSiVmiIri4vqWZOC69qF1ewArtTI { position:absolute;display:block;z-index:100001;background-color:#222f3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:60rem;top:0.61093688011169rem;left:7.5rem;display:block; }
#HStE2uIq4TTi0EpTlbOKFuCyM9XGDvUQ { position:absolute;display:block;z-index:100002;height:11.25rem;width:30.9375rem;top:11.6875rem;left:22rem;display:block; }
#ZMebEmGTvmmtdIE8bJeZGm7LVbwq4so4 { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:26.9375rem;left:6.25rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#naoRHNaI6uHZHMKzmt9WMTxPiKqAmlbv { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:26.9375rem;left:43.750001907349rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#mvNUKWvzKsQV8ifPTelfEAqTT96ZLCqV { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.375rem;width:37.5rem;top:26.34375rem;left:37.5rem;overflow:hidden;display:block; }
#eI47IaM9ZEuITUmUaItHTszetgZKLxIo { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:37.5rem;top:26.375rem;left:0rem;overflow:hidden;display:block; }
#MLatLT7TZhIuxgiGmEgMgguJNydTzc1i { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:59.09375rem;left:26.937501907349rem;height:3.0872375rem;text-align:center;text-align-last:center;display:block; }
#GhlV9cUUFa5CdtOiJXP5x4hdGxwffbkh { background-color:#148e40;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;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:62.75rem;left:28.500001907349rem;display:block; }
#FXv4WHNn6Pdmu4IHSg42NA61db0DHNBO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uPksSBNuFfSs3rNg7uIUbsVRXyvMsQIr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c20081;background-image:none;position:relative;display:block; }#uPksSBNuFfSs3rNg7uIUbsVRXyvMsQIr > .row .container { background-color: transparent; background-image: none; }#uPksSBNuFfSs3rNg7uIUbsVRXyvMsQIr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uPksSBNuFfSs3rNg7uIUbsVRXyvMsQIr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uPksSBNuFfSs3rNg7uIUbsVRXyvMsQIr > .row .container > .video-iframe-container { display: none; }#uPksSBNuFfSs3rNg7uIUbsVRXyvMsQIr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uPksSBNuFfSs3rNg7uIUbsVRXyvMsQIr > .row > .video-iframe-container { display: none; }#uPksSBNuFfSs3rNg7uIUbsVRXyvMsQIr > .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); }#uPksSBNuFfSs3rNg7uIUbsVRXyvMsQIr > .row .container { border-width: 0; border-radius: 0; }#uPksSBNuFfSs3rNg7uIUbsVRXyvMsQIr > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#i0UfmQWdLuUTff2pwTecRTiSqubIMqRg { color:#f1f3f6;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.1117191314698rem;left:18.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#U9Tfo5s4Bzh1gBgTveyFnfyBZpEqZTi6 { color:#f1f3f6;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.0250005722046rem;left:12.5rem;height:17.875rem;text-align:left;text-align-last:left;display:block; }
#yZmd1oftfBNhFQwMCaapvd3khMyNqKMi { box-sizing:content-box;color:#f1f3f6;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:5.75rem;left:10.1875rem;display:block; }
#KVh2UsQfz4edB476tFcnDru4BPWKpITK { box-sizing:content-box;color:#f1f3f6;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:10.550000190735rem;left:10.1875rem;display:block; }
#OlCsP7Z4DnDPlToHBPAWPaLmNCqyDVSx { box-sizing:content-box;color:#f1f3f6;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:13.750000953674rem;left:10.1875rem;display:block; }
#S1mTGAJ34TTzmsBHgNKuQZPnnEATozyg { box-sizing:content-box;color:#f1f3f6;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:17.050000190735rem;left:10.1875rem;display:block; }
#ogXwhabd0yfimmqRTfQqsB3kUgds3UNC { box-sizing:content-box;color:#f1f3f6;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:21.737500190735rem;left:10.1875rem;display:block; }
#tSTaW8A6VC4iHaJHE38WS9W6Ctvv808l { position:relative;display:block; }#tSTaW8A6VC4iHaJHE38WS9W6Ctvv808l { background-color: transparent; background-image: none; }#tSTaW8A6VC4iHaJHE38WS9W6Ctvv808l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tSTaW8A6VC4iHaJHE38WS9W6Ctvv808l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tSTaW8A6VC4iHaJHE38WS9W6Ctvv808l > .row .container > .video-iframe-container { display: none; }#tSTaW8A6VC4iHaJHE38WS9W6Ctvv808l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tSTaW8A6VC4iHaJHE38WS9W6Ctvv808l > .row > .video-iframe-container { display: none; }#tSTaW8A6VC4iHaJHE38WS9W6Ctvv808l > .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); }#tSTaW8A6VC4iHaJHE38WS9W6Ctvv808l { border-width: 0; border-radius: 0; }#tSTaW8A6VC4iHaJHE38WS9W6Ctvv808l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#xA8JCdCzTlug3kceT3s3pLfSr4Syoi6Q { color:#c20081;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.0109405517578rem;left:15.625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#OZCCG8Pa09kQuwvKcq2RBB2sXtWXZy9f { color:#000000;display:block;width:56.25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:8.2609405517575rem;left:9.375rem;height:4.54948125rem;text-align:center;text-align-last:center;display:block; }
#Z1tt75LyVbf0xv6VnIzddsgIWCeZVWBV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c20081;background-image:none;position:relative;display:block; }#Z1tt75LyVbf0xv6VnIzddsgIWCeZVWBV > .row .container { background-color: transparent; background-image: none; }#Z1tt75LyVbf0xv6VnIzddsgIWCeZVWBV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z1tt75LyVbf0xv6VnIzddsgIWCeZVWBV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z1tt75LyVbf0xv6VnIzddsgIWCeZVWBV > .row .container > .video-iframe-container { display: none; }#Z1tt75LyVbf0xv6VnIzddsgIWCeZVWBV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z1tt75LyVbf0xv6VnIzddsgIWCeZVWBV > .row > .video-iframe-container { display: none; }#Z1tt75LyVbf0xv6VnIzddsgIWCeZVWBV > .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); }#Z1tt75LyVbf0xv6VnIzddsgIWCeZVWBV > .row .container { border-width: 0; border-radius: 0; }#Z1tt75LyVbf0xv6VnIzddsgIWCeZVWBV > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#G7OaPuE4WJPnf9VK3sAQ9gp7HEr7zFG9 { color:#f1f3f6;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.1117191314698rem;left:18.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#iClLSC8XP5CJPTi96hKWTW2E5NtfadlC { color:#f1f3f6;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.0250005722046rem;left:12.5rem;height:14.625rem;text-align:left;text-align-last:left;display:block; }
#KROGGkM42mpzHOLXaOQHNV3IRRiua870 { box-sizing:content-box;color:#f1f3f6;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:5.75rem;left:10.1875rem;display:block; }
#GIugOozuGT83TcchVXyrkHwDkgIHPp3H { box-sizing:content-box;color:#f1f3f6;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:10.550000190735rem;left:10.1875rem;display:block; }
#d4i5xt0Th1StTte87p9fuz12CWFqpVmn { box-sizing:content-box;color:#f1f3f6;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:15.362503051757rem;left:10.1875rem;display:block; }
#ZUFksiPNGggqBqn7ffmU677UMcqFAwNA { box-sizing:content-box;color:#f1f3f6;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:20.112503051757rem;left:10.1875rem;display:block; }
#ITzHqScBbpF1Lq3ay8pDFxoTuoTTwiaI { position:relative;display:block; }#ITzHqScBbpF1Lq3ay8pDFxoTuoTTwiaI { background-color: transparent; background-image: none; }#ITzHqScBbpF1Lq3ay8pDFxoTuoTTwiaI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ITzHqScBbpF1Lq3ay8pDFxoTuoTTwiaI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ITzHqScBbpF1Lq3ay8pDFxoTuoTTwiaI > .row .container > .video-iframe-container { display: none; }#ITzHqScBbpF1Lq3ay8pDFxoTuoTTwiaI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ITzHqScBbpF1Lq3ay8pDFxoTuoTTwiaI > .row > .video-iframe-container { display: none; }#ITzHqScBbpF1Lq3ay8pDFxoTuoTTwiaI > .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); }#ITzHqScBbpF1Lq3ay8pDFxoTuoTTwiaI { border-width: 0; border-radius: 0; }#ITzHqScBbpF1Lq3ay8pDFxoTuoTTwiaI > .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:37.5rem;width:75rem;position:relative;display:block; }#O4I1MIRGgmwSEd3eloPIMidXsfD940i2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.3125rem;width:37.5rem;top:3.1242218017578rem;left:0rem;overflow:hidden;display:block; }
#nl5iprCTqXwuFqB91MVRJigktkqVevzB { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.375rem;width:37.5rem;top:3.1867189407349rem;left:37.500001907349rem;overflow:hidden;display:block; }
#B6h89oopbgdu3yrgQfTQ6zghyi9biN4w { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.1859388351441rem;left:6.25rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#OBZmFDe4kt2EA1HfHI6EXU8KRRpbcbq6 { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.1234388351441rem;left:43.750001907349rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#UVWpplHppAJ5BexnK9XFfClFlraFADTT { position:relative;display:block; }#UVWpplHppAJ5BexnK9XFfClFlraFADTT { background-color: transparent; background-image: none; }#UVWpplHppAJ5BexnK9XFfClFlraFADTT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UVWpplHppAJ5BexnK9XFfClFlraFADTT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UVWpplHppAJ5BexnK9XFfClFlraFADTT > .row .container > .video-iframe-container { display: none; }#UVWpplHppAJ5BexnK9XFfClFlraFADTT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UVWpplHppAJ5BexnK9XFfClFlraFADTT > .row > .video-iframe-container { display: none; }#UVWpplHppAJ5BexnK9XFfClFlraFADTT > .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); }#UVWpplHppAJ5BexnK9XFfClFlraFADTT { border-width: 0; border-radius: 0; }#UVWpplHppAJ5BexnK9XFfClFlraFADTT > .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:30rem;width:75rem;position:relative;display:block; }#FyXQD2qKHFfMcdqvRCoMzyX2msLfFLmV { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.93124961853025rem;left:25rem;height:3.0872375rem;text-align:center;text-align-last:center;display:block; }
#STWX3ZNJUgnpeqiiaiJ7PuEHRE5CPTtd { background-color:#148e40;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;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:6.21875rem;left:26.5625rem;display:block; }
#qk7OCQxChsOtrSP5P1cUAX1DHDbUVSQ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#f2sJ6GLTLloNGwxsJQspdrkOIWk5tC5i { position:absolute;display:block;z-index:100003;height:11.25rem;width:30.1875rem;top:12.3125rem;left:22.375rem;display:block; }
#JCdRtzOncF8KvV7TBOKV71SvMyw9TDgx { position:relative;display:block; }#JCdRtzOncF8KvV7TBOKV71SvMyw9TDgx { background-color: transparent; background-image: none; }#JCdRtzOncF8KvV7TBOKV71SvMyw9TDgx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JCdRtzOncF8KvV7TBOKV71SvMyw9TDgx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JCdRtzOncF8KvV7TBOKV71SvMyw9TDgx > .row .container > .video-iframe-container { display: none; }#JCdRtzOncF8KvV7TBOKV71SvMyw9TDgx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JCdRtzOncF8KvV7TBOKV71SvMyw9TDgx > .row > .video-iframe-container { display: none; }#JCdRtzOncF8KvV7TBOKV71SvMyw9TDgx > .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); }#JCdRtzOncF8KvV7TBOKV71SvMyw9TDgx { border-width: 0; border-radius: 0; }#JCdRtzOncF8KvV7TBOKV71SvMyw9TDgx > .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:31.25rem;width:75rem;position:relative;display:block; }#v6rged38opMRBvW1yHualAbLgbgT5tW5 { color:#2f2f2f;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:8.1249998211863rem;left:33.375rem;height:13.8925625rem;text-align:center;text-align-last:center;display:block; }
#qt6yXzApRf0Oz9QS0JHtnpT78a2527b6 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.1875rem;width:21.125rem;top:6.1988830566406E-6rem;left:7.6875rem;overflow:hidden;display:block; }
#fZZ3vGilUJNVc7vlRZIU5MS3K5D36Cee { position:relative;display:block; }#fZZ3vGilUJNVc7vlRZIU5MS3K5D36Cee { background-color: transparent; background-image: none; }#fZZ3vGilUJNVc7vlRZIU5MS3K5D36Cee::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fZZ3vGilUJNVc7vlRZIU5MS3K5D36Cee > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fZZ3vGilUJNVc7vlRZIU5MS3K5D36Cee > .row .container > .video-iframe-container { display: none; }#fZZ3vGilUJNVc7vlRZIU5MS3K5D36Cee > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fZZ3vGilUJNVc7vlRZIU5MS3K5D36Cee > .row > .video-iframe-container { display: none; }#fZZ3vGilUJNVc7vlRZIU5MS3K5D36Cee > .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); }#fZZ3vGilUJNVc7vlRZIU5MS3K5D36Cee { border-width: 0; border-radius: 0; }#fZZ3vGilUJNVc7vlRZIU5MS3K5D36Cee > .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:40.625rem;width:75rem;position:relative;display:block; }#FWx6JDaNlAmhvdrhBDmo0Zgu5uqXD5RG { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:56.625rem;top:3.38671875rem;left:9.1875rem;overflow:hidden;display:block; }
#Fm244KfDT1QprW24yTlM3eiRuxJOkBrJ { position:absolute;display:block;z-index:100002;background-color:#222f3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:60rem;top:0.69843673706056rem;left:7.5rem;display:block; }
#irMy4kViTrQg6eQlbBLv5p0dnmhbxkm9 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:63.1875rem;top:12.449219703674rem;left:9.1875rem;overflow:hidden;display:block; }
#rXiPWdXKLnSLzR7xNTRaf4TwCxaPvuph { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:57.0625rem;top:19.637499809265rem;left:8.9375rem;overflow:hidden;display:block; }
#u8TIHKqXOPWHJfmtsF2sA0eosWcysPVD { background-color:#148e40;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;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:27.550000190735rem;left:26.5625rem;display:block; }
#KthkAu9VHA7RbQlGtSnHLrrJqhGoadkT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#psgGmabupzPNLRM2qBFfULPiS07SfitK { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:32.291666984558rem;left:25rem;height:3.0872375rem;text-align:center;text-align-last:center;display:block; }
#Qk52clwZzrvrEhXTtgIdMUkZZpw17V49 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c20081;background-image:none;position:relative;display:block; }#Qk52clwZzrvrEhXTtgIdMUkZZpw17V49 > .row .container { background-color: transparent; background-image: none; }#Qk52clwZzrvrEhXTtgIdMUkZZpw17V49::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qk52clwZzrvrEhXTtgIdMUkZZpw17V49 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qk52clwZzrvrEhXTtgIdMUkZZpw17V49 > .row .container > .video-iframe-container { display: none; }#Qk52clwZzrvrEhXTtgIdMUkZZpw17V49 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qk52clwZzrvrEhXTtgIdMUkZZpw17V49 > .row > .video-iframe-container { display: none; }#Qk52clwZzrvrEhXTtgIdMUkZZpw17V49 > .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); }#Qk52clwZzrvrEhXTtgIdMUkZZpw17V49 > .row .container { border-width: 0; border-radius: 0; }#Qk52clwZzrvrEhXTtgIdMUkZZpw17V49 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#yn1eK05K2HZo53I2S2DkuFlKE25D4Ac2 { color:#f1f3f6;display:block;width:56.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:9.375rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTftX1ohpzlTl3h4TTBJrWSg2A2Ekk40 { top:0rem;left:38.375rem;width:9.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vea5Ju2GdtmLXuC2COCrE4xL3UxJZFLz { top:3.5625rem;left:2rem;width:43.75rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCkka3enB0GDIA8sSfy4WLuBhhawuFXw { top:10.0625rem;left:2rem;width:43.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6aqE8X4eTSePVTnKEmqfmNOqM97Ooq4 { display:block; }#e6aqE8X4eTSePVTnKEmqfmNOqM97Ooq4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D40IPfKZ6ndnUNK5c8vxekIJwyc9p7Me { top:2.375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GygEArIietui6RkB8spz0D0NkRvcvU0o { top:7.8125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoF5N6lTfJfI7Svz92AFVduttmGOf9Dw { display:block; }#eoF5N6lTfJfI7Svz92AFVduttmGOf9Dw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfRxRIW9NG5GGsOJLeMHhdLetaeZJMV2 { top:1.625rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFrSeSiVmiIri4vqWZOC69qF1ewArtTI { top:0.5625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HStE2uIq4TTi0EpTlbOKFuCyM9XGDvUQ { top:11.6875rem;left:8.375rem;width:30.9375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMebEmGTvmmtdIE8bJeZGm7LVbwq4so4 { top:26.9375rem;left:0rem;width:25rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naoRHNaI6uHZHMKzmt9WMTxPiKqAmlbv { top:26.9375rem;left:22.75rem;width:25rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvNUKWvzKsQV8ifPTelfEAqTT96ZLCqV { top:26.3125rem;left:10.25rem;width:37.5rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI47IaM9ZEuITUmUaItHTszetgZKLxIo { top:26.375rem;left:0rem;width:37.5rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLatLT7TZhIuxgiGmEgMgguJNydTzc1i { top:59.0625rem;left:13.312501192093rem;width:25rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhlV9cUUFa5CdtOiJXP5x4hdGxwffbkh { width:21.875rem;height:3.4375rem;top:62.75rem;left:14.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXv4WHNn6Pdmu4IHSg42NA61db0DHNBO { display:block; }
 }@media only screen and (max-width: 763px) { #uPksSBNuFfSs3rNg7uIUbsVRXyvMsQIr { display:block; }#uPksSBNuFfSs3rNg7uIUbsVRXyvMsQIr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0UfmQWdLuUTff2pwTecRTiSqubIMqRg { top:2.0625rem;left:5.125rem;width:37.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9Tfo5s4Bzh1gBgTveyFnfyBZpEqZTi6 { top:6rem;left:0rem;width:47.75rem;height:19.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZmd1oftfBNhFQwMCaapvd3khMyNqKMi { top:5.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVh2UsQfz4edB476tFcnDru4BPWKpITK { top:10.5rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlCsP7Z4DnDPlToHBPAWPaLmNCqyDVSx { top:13.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1mTGAJ34TTzmsBHgNKuQZPnnEATozyg { top:17rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogXwhabd0yfimmqRTfQqsB3kUgds3UNC { top:21.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSTaW8A6VC4iHaJHE38WS9W6Ctvv808l { display:block; }#tSTaW8A6VC4iHaJHE38WS9W6Ctvv808l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xA8JCdCzTlug3kceT3s3pLfSr4Syoi6Q { top:4rem;left:2rem;width:43.75rem;height:4.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZCCG8Pa09kQuwvKcq2RBB2sXtWXZy9f { top:8.25rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1tt75LyVbf0xv6VnIzddsgIWCeZVWBV { display:block; }#Z1tt75LyVbf0xv6VnIzddsgIWCeZVWBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7OaPuE4WJPnf9VK3sAQ9gp7HEr7zFG9 { top:2.0625rem;left:5.125rem;width:37.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iClLSC8XP5CJPTi96hKWTW2E5NtfadlC { top:6rem;left:0rem;width:47.75rem;height:16rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KROGGkM42mpzHOLXaOQHNV3IRRiua870 { top:5.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIugOozuGT83TcchVXyrkHwDkgIHPp3H { top:10.5rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4i5xt0Th1StTte87p9fuz12CWFqpVmn { top:15.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUFksiPNGggqBqn7ffmU677UMcqFAwNA { top:20.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITzHqScBbpF1Lq3ay8pDFxoTuoTTwiaI { display:block; }#ITzHqScBbpF1Lq3ay8pDFxoTuoTTwiaI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4I1MIRGgmwSEd3eloPIMidXsfD940i2 { top:3.0625rem;left:0rem;width:37.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl5iprCTqXwuFqB91MVRJigktkqVevzB { top:3.125rem;left:10.25rem;width:37.5rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6h89oopbgdu3yrgQfTQ6zghyi9biN4w { top:3.125rem;left:0rem;width:25rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBZmFDe4kt2EA1HfHI6EXU8KRRpbcbq6 { top:3.0625rem;left:22.75rem;width:25rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVWpplHppAJ5BexnK9XFfClFlraFADTT { display:block; }#UVWpplHppAJ5BexnK9XFfClFlraFADTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyXQD2qKHFfMcdqvRCoMzyX2msLfFLmV { top:0.875rem;left:11.375001192093rem;width:25rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STWX3ZNJUgnpeqiiaiJ7PuEHRE5CPTtd { width:21.875rem;height:3.4375rem;top:6.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk7OCQxChsOtrSP5P1cUAX1DHDbUVSQ6 { display:block; }
 }@media only screen and (max-width: 763px) { #f2sJ6GLTLloNGwxsJQspdrkOIWk5tC5i { top:12.3125rem;left:8.75rem;width:30.1875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCdRtzOncF8KvV7TBOKV71SvMyw9TDgx { display:block; }#JCdRtzOncF8KvV7TBOKV71SvMyw9TDgx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6rged38opMRBvW1yHualAbLgbgT5tW5 { top:8.125rem;left:17.75rem;width:30rem;height:15rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt6yXzApRf0Oz9QS0JHtnpT78a2527b6 { top:0rem;left:0rem;width:21.125rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZZ3vGilUJNVc7vlRZIU5MS3K5D36Cee { display:block; }#fZZ3vGilUJNVc7vlRZIU5MS3K5D36Cee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWx6JDaNlAmhvdrhBDmo0Zgu5uqXD5RG { top:3.375rem;left:0rem;width:47.75rem;height:6.6934326710819rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm244KfDT1QprW24yTlM3eiRuxJOkBrJ { top:0.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irMy4kViTrQg6eQlbBLv5p0dnmhbxkm9 { top:12.4375rem;left:0rem;width:47.75rem;height:5.7621167161226rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXiPWdXKLnSLzR7xNTRaf4TwCxaPvuph { top:19.625rem;left:0rem;width:47.75rem;height:3.8702081051479rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8TIHKqXOPWHJfmtsF2sA0eosWcysPVD { width:21.875rem;height:3.4375rem;top:27.5rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KthkAu9VHA7RbQlGtSnHLrrJqhGoadkT { display:block; }
 }@media only screen and (max-width: 763px) { #psgGmabupzPNLRM2qBFfULPiS07SfitK { top:32.25rem;left:11.375001192093rem;width:25rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk52clwZzrvrEhXTtgIdMUkZZpw17V49 { display:block; }#Qk52clwZzrvrEhXTtgIdMUkZZpw17V49 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yn1eK05K2HZo53I2S2DkuFlKE25D4Ac2 { top:2.9375rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTftX1ohpzlTl3h4TTBJrWSg2A2Ekk40 { width:9.375rem;height:3.5625rem;top:0.68753051757812rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vea5Ju2GdtmLXuC2COCrE4xL3UxJZFLz { width:20rem;height:2.6rem;top:5.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCkka3enB0GDIA8sSfy4WLuBhhawuFXw { width:20rem;height:5.2rem;top:7.7874999046325rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6aqE8X4eTSePVTnKEmqfmNOqM97Ooq4 { display:block; }#e6aqE8X4eTSePVTnKEmqfmNOqM97Ooq4 > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D40IPfKZ6ndnUNK5c8vxekIJwyc9p7Me { width:20rem;height:4.8rem;top:2.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GygEArIietui6RkB8spz0D0NkRvcvU0o { width:20rem;height:6rem;top:8.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoF5N6lTfJfI7Svz92AFVduttmGOf9Dw { display:block; }#eoF5N6lTfJfI7Svz92AFVduttmGOf9Dw > .row .container { width:20rem;height:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfRxRIW9NG5GGsOJLeMHhdLetaeZJMV2 { width:20rem;height:12rem;top:3.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFrSeSiVmiIri4vqWZOC69qF1ewArtTI { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HStE2uIq4TTi0EpTlbOKFuCyM9XGDvUQ { width:20rem;height:11.25rem;top:16.9576875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMebEmGTvmmtdIE8bJeZGm7LVbwq4so4 { width:20rem;height:5.25rem;top:30.375000953674rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naoRHNaI6uHZHMKzmt9WMTxPiKqAmlbv { width:20rem;height:3.5rem;top:53.499997138977rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvNUKWvzKsQV8ifPTelfEAqTT96ZLCqV { width:19.875rem;height:16.625rem;top:54.811719894409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI47IaM9ZEuITUmUaItHTszetgZKLxIo { width:20rem;height:16.70075rem;top:33.625001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLatLT7TZhIuxgiGmEgMgguJNydTzc1i { width:20rem;height:2.6rem;top:73.43750190735rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhlV9cUUFa5CdtOiJXP5x4hdGxwffbkh { width:19rem;height:3.4375rem;top:77.18750190735rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXv4WHNn6Pdmu4IHSg42NA61db0DHNBO { display:block; }
 }@media only screen and (max-width: 763px) { #uPksSBNuFfSs3rNg7uIUbsVRXyvMsQIr { display:block; }#uPksSBNuFfSs3rNg7uIUbsVRXyvMsQIr > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0UfmQWdLuUTff2pwTecRTiSqubIMqRg { width:20rem;height:5.2rem;top:1.3101563453674rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9Tfo5s4Bzh1gBgTveyFnfyBZpEqZTi6 { width:17.5rem;height:21.6rem;top:8.2000000476837rem;left:2.5000001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZmd1oftfBNhFQwMCaapvd3khMyNqKMi { width:1.875rem;height:1.875rem;top:9.1375002861025rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVh2UsQfz4edB476tFcnDru4BPWKpITK { width:1.875rem;height:1.875rem;top:13.387500286102rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlCsP7Z4DnDPlToHBPAWPaLmNCqyDVSx { width:1.875rem;height:1.875rem;top:17.575000286103rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1mTGAJ34TTzmsBHgNKuQZPnnEATozyg { width:1.875rem;height:1.875rem;top:22.387501239777rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogXwhabd0yfimmqRTfQqsB3kUgds3UNC { width:1.875rem;height:1.875rem;top:27.137501239777rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSTaW8A6VC4iHaJHE38WS9W6Ctvv808l { display:block; }#tSTaW8A6VC4iHaJHE38WS9W6Ctvv808l > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xA8JCdCzTlug3kceT3s3pLfSr4Syoi6Q { width:20rem;height:2.6rem;top:0.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZCCG8Pa09kQuwvKcq2RBB2sXtWXZy9f { width:20rem;height:8rem;top:4.2875003814697rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1tt75LyVbf0xv6VnIzddsgIWCeZVWBV { display:block; }#Z1tt75LyVbf0xv6VnIzddsgIWCeZVWBV > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7OaPuE4WJPnf9VK3sAQ9gp7HEr7zFG9 { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iClLSC8XP5CJPTi96hKWTW2E5NtfadlC { width:17.5rem;height:19.2rem;top:7.69921207428rem;left:2.5000001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KROGGkM42mpzHOLXaOQHNV3IRRiua870 { width:1.875rem;height:1.875rem;top:8.6374969482425rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIugOozuGT83TcchVXyrkHwDkgIHPp3H { width:1.875rem;height:1.875rem;top:13.387496948243rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4i5xt0Th1StTte87p9fuz12CWFqpVmn { width:1.875rem;height:1.875rem;top:18.76250000298rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUFksiPNGggqBqn7ffmU677UMcqFAwNA { width:1.875rem;height:1.875rem;top:24.20000000298rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITzHqScBbpF1Lq3ay8pDFxoTuoTTwiaI { display:block; }#ITzHqScBbpF1Lq3ay8pDFxoTuoTTwiaI > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4I1MIRGgmwSEd3eloPIMidXsfD940i2 { width:20rem;height:16.7011875rem;top:7.5130209922787rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl5iprCTqXwuFqB91MVRJigktkqVevzB { width:19.875rem;height:16.625rem;top:29.513021469116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6h89oopbgdu3yrgQfTQ6zghyi9biN4w { width:20rem;height:5.25rem;top:4.3249998092651rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBZmFDe4kt2EA1HfHI6EXU8KRRpbcbq6 { width:20rem;height:3.5rem;top:28.074996948243rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVWpplHppAJ5BexnK9XFfClFlraFADTT { display:block; }#UVWpplHppAJ5BexnK9XFfClFlraFADTT > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyXQD2qKHFfMcdqvRCoMzyX2msLfFLmV { width:20rem;height:2.6rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #STWX3ZNJUgnpeqiiaiJ7PuEHRE5CPTtd { width:19rem;height:3.4375rem;top:3.8500003814698rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk7OCQxChsOtrSP5P1cUAX1DHDbUVSQ6 { display:block; }
 }@media only screen and (max-width: 763px) { #f2sJ6GLTLloNGwxsJQspdrkOIWk5tC5i { width:20rem;height:11.25rem;top:8.537109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCdRtzOncF8KvV7TBOKV71SvMyw9TDgx { display:block; }#JCdRtzOncF8KvV7TBOKV71SvMyw9TDgx > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6rged38opMRBvW1yHualAbLgbgT5tW5 { width:20rem;height:22.5rem;top:40.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt6yXzApRf0Oz9QS0JHtnpT78a2527b6 { width:18.75rem;height:27.5625rem;top:10.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZZ3vGilUJNVc7vlRZIU5MS3K5D36Cee { display:block; }#fZZ3vGilUJNVc7vlRZIU5MS3K5D36Cee > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWx6JDaNlAmhvdrhBDmo0Zgu5uqXD5RG { width:20rem;height:2.80353200883rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm244KfDT1QprW24yTlM3eiRuxJOkBrJ { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #irMy4kViTrQg6eQlbBLv5p0dnmhbxkm9 { width:20rem;height:2.4134520276954rem;top:9.5484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXiPWdXKLnSLzR7xNTRaf4TwCxaPvuph { width:20rem;height:1.6210295728368rem;top:6.678125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8TIHKqXOPWHJfmtsF2sA0eosWcysPVD { width:19rem;height:3.4375rem;top:13.836715698243rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KthkAu9VHA7RbQlGtSnHLrrJqhGoadkT { display:block; }
 }@media only screen and (max-width: 763px) { #psgGmabupzPNLRM2qBFfULPiS07SfitK { width:20rem;height:2.6rem;top:18.524085998535rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk52clwZzrvrEhXTtgIdMUkZZpw17V49 { display:block; }#Qk52clwZzrvrEhXTtgIdMUkZZpw17V49 > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yn1eK05K2HZo53I2S2DkuFlKE25D4Ac2 { width:20rem;height:7.25rem;top:2.875rem;left:0rem;font-size:1.125rem;display:block; }
 }