.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqeSeH2wWT4gDuFnCSuLaXyrR5asBoWk { background-color:transparent;background-image:url("https://images.assets-landingi.com/ibQ9y9eG/t_o.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#PqeSeH2wWT4gDuFnCSuLaXyrR5asBoWk.adaptive-delivery-prevent-bg, #PqeSeH2wWT4gDuFnCSuLaXyrR5asBoWk.lazyload, #PqeSeH2wWT4gDuFnCSuLaXyrR5asBoWk.lazyloading { background-image: none; }#PqeSeH2wWT4gDuFnCSuLaXyrR5asBoWk > .row .container { background-color: transparent; background-image: none; }#PqeSeH2wWT4gDuFnCSuLaXyrR5asBoWk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqeSeH2wWT4gDuFnCSuLaXyrR5asBoWk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqeSeH2wWT4gDuFnCSuLaXyrR5asBoWk > .row .container > .video-iframe-container { display: none; }#PqeSeH2wWT4gDuFnCSuLaXyrR5asBoWk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqeSeH2wWT4gDuFnCSuLaXyrR5asBoWk > .row > .video-iframe-container { display: none; }#PqeSeH2wWT4gDuFnCSuLaXyrR5asBoWk > .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); }#PqeSeH2wWT4gDuFnCSuLaXyrR5asBoWk > .row .container { border-width: 0; border-radius: 0; }#PqeSeH2wWT4gDuFnCSuLaXyrR5asBoWk > .row > .video-iframe-container {  }#PqeSeH2wWT4gDuFnCSuLaXyrR5asBoWk > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;overflow:visible;position:relative;display:block; }#MmhqGA9AtvRT332lBk5SW2lBQmaxXThr { color:#5b5456;display:block;width:46.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:2;letter-spacing:0;top:7.75rem;left:6.3117179870606rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SUJZ54qWWHReP8mTKPw0TqmwsyfN3sVK { color:#ab8824;display:block;width:52.5rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1.7;letter-spacing:0;top:2.5rem;left:3.1859378814698rem;height:2.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b6qAK5U3AlK807Gmyfhu9nMH0ZpF92uy { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:22.5rem;top:0.625rem;left:37.500001907349rem;overflow:hidden;display:block; }
#tUKqQiampWDKvcCuzHN1ThtPctZBxozc { color:#5b5456;display:block;width:59.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:2;letter-spacing:0;top:15.875rem;left:0.37421798706055rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MrdbMlMy1A25q2HnaOpw0zLb0guLfBFX { color:#ab8824;display:block;width:52.5rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:700;z-index:100007;line-height:1.7;letter-spacing:0;top:29.312500417232rem;left:3.75rem;height:2.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bo9BVXamqs2NizIHo6qlQOQr8l8Vl5hX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Bo9BVXamqs2NizIHo6qlQOQr8l8Vl5hX > .row .container { background-color: transparent; background-image: none; }#Bo9BVXamqs2NizIHo6qlQOQr8l8Vl5hX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bo9BVXamqs2NizIHo6qlQOQr8l8Vl5hX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bo9BVXamqs2NizIHo6qlQOQr8l8Vl5hX > .row .container > .video-iframe-container { display: none; }#Bo9BVXamqs2NizIHo6qlQOQr8l8Vl5hX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bo9BVXamqs2NizIHo6qlQOQr8l8Vl5hX > .row > .video-iframe-container { display: none; }#Bo9BVXamqs2NizIHo6qlQOQr8l8Vl5hX > .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); }#Bo9BVXamqs2NizIHo6qlQOQr8l8Vl5hX > .row .container { border-width: 0; border-radius: 0; }#Bo9BVXamqs2NizIHo6qlQOQr8l8Vl5hX > .row > .video-iframe-container {  }#Bo9BVXamqs2NizIHo6qlQOQr8l8Vl5hX > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:block; }#OWNRiVx5NEfMQDNeb1x0e4L8taqSRHQi { color:#5b5456;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.75rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#muEnbECyVcOz7Ms19rHicFRT1znOVSkC { position:absolute;display:block;z-index:100000;background-color:#c5b39a;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;height:18.75rem;width:18.9375rem;top:8.25rem;left:0rem;display:block; }
#T8k68tyqt6fu5PfGRxGW5LoEbIZdgKkb { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:17.625rem;left:1.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rCI33EeMvExRV9rbqOfvfTG9hBRvEU0Q { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:20.0625rem;left:1.0625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Six1vJSzHaNDH1L61wviTBmr0BUO6wEM { position:absolute;display:block;z-index:100004;background-color:#81cec9;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;height:18.75rem;width:18.9375rem;top:8.25rem;left:20.5625rem;display:block; }
#BNQDmAbRHdmdl5Q3bcSCWuO2JevtBRtc { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:20.0625rem;left:21.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VUxFTMOKEtTOzP1dRn7zAa68MgVrsNgG { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:17.625rem;left:21.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fen7KXIrdO0aWZTdq23Kbm0JAJv78U39 { position:absolute;display:block;z-index:100008;background-color:#c5b39a;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;height:18.75rem;width:18.9375rem;top:8.25rem;left:41.0625rem;display:block; }
#fTF3bl44WlR1D9yFCz8Zc6vm5DwnSl1k { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100017;line-height:1.5;letter-spacing:0;top:20.0625rem;left:42.0625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nfmzn5ipwMckc8ueQFPkfImAh3TUwaNk { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:17.625rem;left:42.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sA7DlCu8tX9wzDrb8qaAIzPkZ51JrUoX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100018;opacity:1;top:11.375rem;left:7.3125rem; }
#N6p25V6KOwwQCgw7U6d0RWWlTLpvMxvc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;opacity:1;top:11.5rem;left:27.875rem; }
#JAqn7qPWDxlahWd58gowiW6HoUwOQkx5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;opacity:1;top:11.0625rem;left:48rem; }
#Txt9QIfpiDIKaOZcxBqafyGVRamocfbV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f2da;background-image:none;position:relative;display:block; }#Txt9QIfpiDIKaOZcxBqafyGVRamocfbV > .row .container { background-color: transparent; background-image: none; }#Txt9QIfpiDIKaOZcxBqafyGVRamocfbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txt9QIfpiDIKaOZcxBqafyGVRamocfbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txt9QIfpiDIKaOZcxBqafyGVRamocfbV > .row .container > .video-iframe-container { display: none; }#Txt9QIfpiDIKaOZcxBqafyGVRamocfbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txt9QIfpiDIKaOZcxBqafyGVRamocfbV > .row > .video-iframe-container { display: none; }#Txt9QIfpiDIKaOZcxBqafyGVRamocfbV > .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); }#Txt9QIfpiDIKaOZcxBqafyGVRamocfbV > .row .container { border-width: 0; border-radius: 0; }#Txt9QIfpiDIKaOZcxBqafyGVRamocfbV > .row > .video-iframe-container {  }#Txt9QIfpiDIKaOZcxBqafyGVRamocfbV > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:60rem;position:relative;display:block; }#h1kUMtHpJZpQKv8C0B07IuLBItgfzB3J { color:#f80248;display:block;width:21.125rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:21.78125rem;left:19.437501907349rem;height:2.3375rem;text-align:center;text-align-last:center;display:block; }
#f9Ea8Vh1DpBUGfpw0f8LMD8ui53m7eTN { color:#5b5456;display:block;width:60rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:27.03125rem;left:0rem;height:3.5625rem;display:block; }
#Qc6tOA3R4HF4FAJv0QRZf7BbG4zN1iOT { color:#5b5456;display:block;width:41.125rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.5;letter-spacing:0;top:31.78125rem;left:9.4375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZPsxWVrfo2xq3rwMux3g3uPDPEwkrNeH { color:#5b5456;display:block;width:60rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:normal;z-index:100015;line-height:1.5;letter-spacing:0;top:35.15625rem;left:0rem;height:5.34375rem;display:block; }
#JnSALIWEzTymtLsPU3IVDW7OhqV6uo6P { color:#5b5456;display:block;width:60rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:normal;z-index:100013;line-height:2;letter-spacing:0;top:1.499219417572rem;left:0rem;height:19rem;display:block; }
#kkWx6SNwams84B8xBUmiMiqJim7TUTT8 { border-top:0.1875rem solid #ab8824;border-left:0.1875rem solid #ab8824;border-right:0.1875rem solid #ab8824;border-bottom:0.1875rem solid #ab8824;background-color:#f3f2da;background-image:none;position:relative;display:block; }#kkWx6SNwams84B8xBUmiMiqJim7TUTT8 > .row .container { background-color: transparent; background-image: none; }#kkWx6SNwams84B8xBUmiMiqJim7TUTT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkWx6SNwams84B8xBUmiMiqJim7TUTT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkWx6SNwams84B8xBUmiMiqJim7TUTT8 > .row .container > .video-iframe-container { display: none; }#kkWx6SNwams84B8xBUmiMiqJim7TUTT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkWx6SNwams84B8xBUmiMiqJim7TUTT8 > .row > .video-iframe-container { display: none; }#kkWx6SNwams84B8xBUmiMiqJim7TUTT8 > .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); }#kkWx6SNwams84B8xBUmiMiqJim7TUTT8 > .row .container { border-width: 0; border-radius: 0; }#kkWx6SNwams84B8xBUmiMiqJim7TUTT8 > .row > .video-iframe-container {  }#kkWx6SNwams84B8xBUmiMiqJim7TUTT8 > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;position:relative;display:block; }#M1bhVAUITKwH33KZCyXXNAKKvA75szC4 { color:#5b5456;display:block;width:13.4375rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.8242197036743rem;left:3.2117195129394rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#JF4bATeaWKNVVEiQFT5oKcGTVWn11G2i { color:#5b5456;display:block;width:13.4375rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.82421875rem;left:23.961717605591rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#lEwTXI1TdpwhDsiSzElTyCc80ffLV1Uw { color:#5b5456;display:block;width:13.4375rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.8242186307907rem;left:43.281251907349rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#OMP6hza9XvKEVFNt2cHMG2fdoec9MK0F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100003;top:10.323437690735rem;left:8.3679695129394rem; }
#KdKshDzGTQLiWilnsc0BIKUXoA7BTHZV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;top:10.323437690735rem;left:29.117189407349rem; }
#X03zlGKtcHvFH9oMIEN40wer7qRVVyw2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100005;top:10.323437690735rem;left:48.436719894409rem; }
#U26cLTFLgxQaGdwOHTgoAti8O6LrGNAh { border-top:0.1875rem solid #ab8824;border-left:0.1875rem solid #ab8824;border-right:0.1875rem solid #ab8824;border-bottom:0.1875rem solid #ab8824;background-color:#f3f2da;background-image:none;position:relative;display:block; }#U26cLTFLgxQaGdwOHTgoAti8O6LrGNAh > .row .container { background-color: transparent; background-image: none; }#U26cLTFLgxQaGdwOHTgoAti8O6LrGNAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U26cLTFLgxQaGdwOHTgoAti8O6LrGNAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U26cLTFLgxQaGdwOHTgoAti8O6LrGNAh > .row .container > .video-iframe-container { display: none; }#U26cLTFLgxQaGdwOHTgoAti8O6LrGNAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U26cLTFLgxQaGdwOHTgoAti8O6LrGNAh > .row > .video-iframe-container { display: none; }#U26cLTFLgxQaGdwOHTgoAti8O6LrGNAh > .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); }#U26cLTFLgxQaGdwOHTgoAti8O6LrGNAh > .row .container { border-width: 0; border-radius: 0; }#U26cLTFLgxQaGdwOHTgoAti8O6LrGNAh > .row > .video-iframe-container {  }#U26cLTFLgxQaGdwOHTgoAti8O6LrGNAh > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;position:relative;display:block; }#r0GcVw2AqbOl8NlrLAfH3RVzKRs2wLv4 { color:#5b5456;display:block;width:13.4375rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.8242197036743rem;left:3.2117195129394rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#MM4fOTJLuVQODkTGfkqNG8mGrfwHiEVA { color:#5b5456;display:block;width:13.4375rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.82421875rem;left:23.961717605591rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#A53EswFQqGxu7H0aUy8G26aC43auZwva { color:#5b5456;display:block;width:13.4375rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.82421875rem;left:43.281251907349rem;height:5.525rem;text-align:center;text-align-last:center;display:block; }
#NBKhX1zUJbs9TDoXw1BoUZfZG08sgXbG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100003;top:10.323437690735rem;left:8.3679695129394rem; }
#PN9kZGtGuTTlvP8iNrdcqUGzZ0BJvThb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;top:10.323437690735rem;left:29.117189407349rem; }
#h7EeGMlqPveXpXvcPfAAsVTs0DCOKkWB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100005;top:10.323437690735rem;left:48.436719894409rem; }
#nZaUdFevbttzPSvcozX0rg5H3McqfD1E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f2da;background-image:none;position:relative;display:block; }#nZaUdFevbttzPSvcozX0rg5H3McqfD1E > .row .container { background-color: transparent; background-image: none; }#nZaUdFevbttzPSvcozX0rg5H3McqfD1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZaUdFevbttzPSvcozX0rg5H3McqfD1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZaUdFevbttzPSvcozX0rg5H3McqfD1E > .row .container > .video-iframe-container { display: none; }#nZaUdFevbttzPSvcozX0rg5H3McqfD1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZaUdFevbttzPSvcozX0rg5H3McqfD1E > .row > .video-iframe-container { display: none; }#nZaUdFevbttzPSvcozX0rg5H3McqfD1E > .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); }#nZaUdFevbttzPSvcozX0rg5H3McqfD1E > .row .container { border-width: 0; border-radius: 0; }#nZaUdFevbttzPSvcozX0rg5H3McqfD1E > .row > .video-iframe-container {  }#nZaUdFevbttzPSvcozX0rg5H3McqfD1E > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#oETAdeCPf6RiX3pT4Z7NsZnSH1yCqTNc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.25rem;width:12.1875rem;top:2.8437502384186rem;left:1.125rem;overflow:hidden;display:block; }
#p2uLwiTXlAyQyBLLTOqkNNT0i7UPHAxQ { color:#5b5456;display:block;width:43.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:2.8406252861023rem;left:16.562501907349rem;height:16.25625rem;display:block; }
#OqUtsrI5C9IZ643eNMVnQZ3E2mzmum0c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f2da;background-image:none;position:relative;display:block; }#OqUtsrI5C9IZ643eNMVnQZ3E2mzmum0c > .row .container { background-color: transparent; background-image: none; }#OqUtsrI5C9IZ643eNMVnQZ3E2mzmum0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqUtsrI5C9IZ643eNMVnQZ3E2mzmum0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqUtsrI5C9IZ643eNMVnQZ3E2mzmum0c > .row .container > .video-iframe-container { display: none; }#OqUtsrI5C9IZ643eNMVnQZ3E2mzmum0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqUtsrI5C9IZ643eNMVnQZ3E2mzmum0c > .row > .video-iframe-container { display: none; }#OqUtsrI5C9IZ643eNMVnQZ3E2mzmum0c > .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); }#OqUtsrI5C9IZ643eNMVnQZ3E2mzmum0c > .row .container { border-width: 0; border-radius: 0; }#OqUtsrI5C9IZ643eNMVnQZ3E2mzmum0c > .row > .video-iframe-container {  }#OqUtsrI5C9IZ643eNMVnQZ3E2mzmum0c > .row .container { font-size:0.875rem;font-family:arial;height:67.5625rem;width:60rem;position:relative;display:block; }#v7wcLvzN9GPRQc7oW2fN3K3ey8TPlpTR { color:#5b5456;display:block;width:60rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:normal;z-index:100016;line-height:2;letter-spacing:0;top:1.6562633514404rem;left:0rem;height:23.75rem;display:block; }
#qu6UJTZcIeaVfLowolcGq3Li91RTePgp { color:#5b5456;display:block;width:25.125rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:28.5625rem;left:17.437501907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#KHstp5u8t0dJMXQhF6ZRIpNhVNUJJs5H { color:#5b5456;display:block;width:59.9375rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:2;letter-spacing:0;top:32rem;left:0rem;height:33.25rem;text-align:left;text-align-last:left;display:block; }
#iSah3ILmZC8yBWluPNH0OZXQ17sZsfZz { position:relative;display:block; }#iSah3ILmZC8yBWluPNH0OZXQ17sZsfZz { background-color: transparent; background-image: none; }#iSah3ILmZC8yBWluPNH0OZXQ17sZsfZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSah3ILmZC8yBWluPNH0OZXQ17sZsfZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSah3ILmZC8yBWluPNH0OZXQ17sZsfZz > .row .container > .video-iframe-container { display: none; }#iSah3ILmZC8yBWluPNH0OZXQ17sZsfZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSah3ILmZC8yBWluPNH0OZXQ17sZsfZz > .row > .video-iframe-container { display: none; }#iSah3ILmZC8yBWluPNH0OZXQ17sZsfZz > .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); }#iSah3ILmZC8yBWluPNH0OZXQ17sZsfZz { border-width: 0; border-radius: 0; }#iSah3ILmZC8yBWluPNH0OZXQ17sZsfZz > .row .container > .video-iframe-container {  }#iSah3ILmZC8yBWluPNH0OZXQ17sZsfZz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.6875rem;width:60rem;position:relative;display:block; }#pTPlkTNAcrRIJcrcBXOOVhi0TAyFUCbz { color:#5b5456;display:block;width:45.375rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:5.1242189407349rem;left:7.3125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#TsRnQhTCukhyDDHwmRH4wDLmdUhWGnka { color:#5b5456;display:block;width:25.125rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:2.0093755722046rem;left:17.437501907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Qtu5ryxTK0dG3WXxl1yxFmsF201WR19F { color:#5b5456;display:block;width:45.375rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:7.6859359741213rem;left:7.3125rem;height:9.2625rem;text-align:center;text-align-last:center;display:block; }
#lVLsDSHVkoh6we2oRgdVJmKQxzuacToT { color:#5b5456;display:block;width:60rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:17.886718988419rem;left:0rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NSXpAUuDse3o2kTOKEJHaWzgreKmREd0 { background-color:#f8b903;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#f5f8f8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.875rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:21.374994277954rem;left:10.531251907349rem;display:block; }
#uNpmadfOG0PgAfsn1nlFJ5TDRRPEDBKI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FDnZWkm6hN0TCOAh9dlnTt8iLDBZ2hkT { color:#f40348;display:block;width:5.6875rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:25.811719179154rem;left:27.156251907349rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kPWQLfDXc2AaRTgXUmyDUUCrUZ5MtSCz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f2da;background-image:none;position:relative;display:block; }#kPWQLfDXc2AaRTgXUmyDUUCrUZ5MtSCz > .row .container { background-color: transparent; background-image: none; }#kPWQLfDXc2AaRTgXUmyDUUCrUZ5MtSCz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPWQLfDXc2AaRTgXUmyDUUCrUZ5MtSCz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPWQLfDXc2AaRTgXUmyDUUCrUZ5MtSCz > .row .container > .video-iframe-container { display: none; }#kPWQLfDXc2AaRTgXUmyDUUCrUZ5MtSCz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPWQLfDXc2AaRTgXUmyDUUCrUZ5MtSCz > .row > .video-iframe-container { display: none; }#kPWQLfDXc2AaRTgXUmyDUUCrUZ5MtSCz > .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); }#kPWQLfDXc2AaRTgXUmyDUUCrUZ5MtSCz > .row .container { border-width: 0; border-radius: 0; }#kPWQLfDXc2AaRTgXUmyDUUCrUZ5MtSCz > .row > .video-iframe-container {  }#kPWQLfDXc2AaRTgXUmyDUUCrUZ5MtSCz > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#LRwCIbeWWVo8FtaV19dsFnPJElVgUVPd { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:3.75rem;left:16.25rem;height:1.3rem;display:block; }
#i9HLySDqo8EpmDvnSQb7c9ANVn6b7uZH { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:3.75rem;left:22.8125rem;height:1.3rem;display:block; }
#zsWx84WdcioFMxi94DMdXGKKilyp3ANF { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:3.75rem;left:33rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PqeSeH2wWT4gDuFnCSuLaXyrR5asBoWk { display:block; }#PqeSeH2wWT4gDuFnCSuLaXyrR5asBoWk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmhqGA9AtvRT332lBk5SW2lBQmaxXThr { top:7.75rem;left:0.18671798706055rem;width:46.25rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUJZ54qWWHReP8mTKPw0TqmwsyfN3sVK { top:2.5rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6qAK5U3AlK807Gmyfhu9nMH0ZpF92uy { top:0.625rem;left:25.25rem;width:22.5rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUKqQiampWDKvcCuzHN1ThtPctZBxozc { top:15.875rem;left:0rem;width:47.75rem;height:10rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrdbMlMy1A25q2HnaOpw0zLb0guLfBFX { top:29.3125rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo9BVXamqs2NizIHo6qlQOQr8l8Vl5hX { display:block; }#Bo9BVXamqs2NizIHo6qlQOQr8l8Vl5hX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWNRiVx5NEfMQDNeb1x0e4L8taqSRHQi { width:47.75rem;height:2.25rem;top:2.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #muEnbECyVcOz7Ms19rHicFRT1znOVSkC { width:18.9375rem;height:18.75rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8k68tyqt6fu5PfGRxGW5LoEbIZdgKkb { width:16.875rem;height:2rem;top:17.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCI33EeMvExRV9rbqOfvfTG9hBRvEU0Q { width:16.875rem;height:3rem;top:20.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Six1vJSzHaNDH1L61wviTBmr0BUO6wEM { width:18.9375rem;height:18.75rem;top:8.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNQDmAbRHdmdl5Q3bcSCWuO2JevtBRtc { width:16.875rem;height:4.5rem;top:20.0625rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUxFTMOKEtTOzP1dRn7zAa68MgVrsNgG { width:16.875rem;height:2rem;top:17.625rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fen7KXIrdO0aWZTdq23Kbm0JAJv78U39 { width:18.9375rem;height:18.75rem;top:8.25rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTF3bl44WlR1D9yFCz8Zc6vm5DwnSl1k { width:16.875rem;height:3rem;top:20.0625rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfmzn5ipwMckc8ueQFPkfImAh3TUwaNk { width:16.875rem;height:2rem;top:17.625rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA7DlCu8tX9wzDrb8qaAIzPkZ51JrUoX { top:11.375rem;left:1.1875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6p25V6KOwwQCgw7U6d0RWWlTLpvMxvc { top:11.5rem;left:21.75rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAqn7qPWDxlahWd58gowiW6HoUwOQkx5 { top:11.0625rem;left:41.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txt9QIfpiDIKaOZcxBqafyGVRamocfbV { display:block; }#Txt9QIfpiDIKaOZcxBqafyGVRamocfbV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1kUMtHpJZpQKv8C0B07IuLBItgfzB3J { top:21.75rem;left:13.312501907349rem;width:21.125rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9Ea8Vh1DpBUGfpw0f8LMD8ui53m7eTN { top:27rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc6tOA3R4HF4FAJv0QRZf7BbG4zN1iOT { top:31.75rem;left:3.3125rem;width:41.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPsxWVrfo2xq3rwMux3g3uPDPEwkrNeH { top:35.125rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnSALIWEzTymtLsPU3IVDW7OhqV6uo6P { top:1.4375rem;left:0rem;width:47.75rem;height:19rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkWx6SNwams84B8xBUmiMiqJim7TUTT8 { display:block; }#kkWx6SNwams84B8xBUmiMiqJim7TUTT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1bhVAUITKwH33KZCyXXNAKKvA75szC4 { top:3.8125rem;left:1.1492195129394rem;width:13.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF4bATeaWKNVVEiQFT5oKcGTVWn11G2i { top:3.8125rem;left:17.773439407349rem;width:13.4375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEwTXI1TdpwhDsiSzElTyCc80ffLV1Uw { top:3.8125rem;left:32.968751907349rem;width:13.4375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMP6hza9XvKEVFNt2cHMG2fdoec9MK0F { top:10.3125rem;left:6.3054695129394rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdKshDzGTQLiWilnsc0BIKUXoA7BTHZV { top:10.3125rem;left:22.929689407349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X03zlGKtcHvFH9oMIEN40wer7qRVVyw2 { top:10.3125rem;left:38.124219894409rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U26cLTFLgxQaGdwOHTgoAti8O6LrGNAh { display:block; }#U26cLTFLgxQaGdwOHTgoAti8O6LrGNAh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0GcVw2AqbOl8NlrLAfH3RVzKRs2wLv4 { top:3.8125rem;left:1.1492195129394rem;width:13.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM4fOTJLuVQODkTGfkqNG8mGrfwHiEVA { top:3.8125rem;left:17.773439407349rem;width:13.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A53EswFQqGxu7H0aUy8G26aC43auZwva { top:3.8125rem;left:32.968751907349rem;width:13.4375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBKhX1zUJbs9TDoXw1BoUZfZG08sgXbG { top:10.3125rem;left:6.3054695129394rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN9kZGtGuTTlvP8iNrdcqUGzZ0BJvThb { top:10.3125rem;left:22.929689407349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7EeGMlqPveXpXvcPfAAsVTs0DCOKkWB { top:10.3125rem;left:38.124219894409rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZaUdFevbttzPSvcozX0rg5H3McqfD1E { display:block; }#nZaUdFevbttzPSvcozX0rg5H3McqfD1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oETAdeCPf6RiX3pT4Z7NsZnSH1yCqTNc { top:2.8125rem;left:0rem;width:12.1875rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2uLwiTXlAyQyBLLTOqkNNT0i7UPHAxQ { top:2.8125rem;left:4.3125rem;width:43.4375rem;height:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqUtsrI5C9IZ643eNMVnQZ3E2mzmum0c { display:block; }#OqUtsrI5C9IZ643eNMVnQZ3E2mzmum0c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7wcLvzN9GPRQc7oW2fN3K3ey8TPlpTR { top:1.625rem;left:0rem;width:47.75rem;height:23.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu6UJTZcIeaVfLowolcGq3Li91RTePgp { top:28.5625rem;left:11.312501907349rem;width:25.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHstp5u8t0dJMXQhF6ZRIpNhVNUJJs5H { top:32rem;left:0rem;width:47.75rem;height:33.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSah3ILmZC8yBWluPNH0OZXQ17sZsfZz { display:block; }#iSah3ILmZC8yBWluPNH0OZXQ17sZsfZz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTPlkTNAcrRIJcrcBXOOVhi0TAyFUCbz { top:5.0625rem;left:1.1875rem;width:45.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsRnQhTCukhyDDHwmRH4wDLmdUhWGnka { top:2rem;left:11.312501907349rem;width:25.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtu5ryxTK0dG3WXxl1yxFmsF201WR19F { top:7.625rem;left:1.1875rem;width:45.375rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVLsDSHVkoh6we2oRgdVJmKQxzuacToT { top:17.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSXpAUuDse3o2kTOKEJHaWzgreKmREd0 { width:38.875rem;height:3.4375rem;top:21.3125rem;left:4.4062519073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNpmadfOG0PgAfsn1nlFJ5TDRRPEDBKI { display:block; }
 }@media only screen and (max-width: 763px) { #FDnZWkm6hN0TCOAh9dlnTt8iLDBZ2hkT { top:25.75rem;left:21.031251907349rem;width:5.6875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPWQLfDXc2AaRTgXUmyDUUCrUZ5MtSCz { display:block; }#kPWQLfDXc2AaRTgXUmyDUUCrUZ5MtSCz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRwCIbeWWVo8FtaV19dsFnPJElVgUVPd { top:3.75rem;left:10.125rem;width:5.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9HLySDqo8EpmDvnSQb7c9ANVn6b7uZH { top:3.75rem;left:16.6875rem;width:15.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsWx84WdcioFMxi94DMdXGKKilyp3ANF { top:3.75rem;left:26.875rem;width:15.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PqeSeH2wWT4gDuFnCSuLaXyrR5asBoWk { display:block; }#PqeSeH2wWT4gDuFnCSuLaXyrR5asBoWk > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmhqGA9AtvRT332lBk5SW2lBQmaxXThr { width:20rem;height:6.375rem;top:9.832812309265rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUJZ54qWWHReP8mTKPw0TqmwsyfN3sVK { width:20rem;height:4.8875rem;top:2.4953124523163rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6qAK5U3AlK807Gmyfhu9nMH0ZpF92uy { width:17.375rem;height:8.375rem;top:0rem;left:2.6182693976622rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUKqQiampWDKvcCuzHN1ThtPctZBxozc { width:20rem;height:17rem;top:16.207813262939rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MrdbMlMy1A25q2HnaOpw0zLb0guLfBFX { width:20rem;height:4.8875rem;top:34.457813262939rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo9BVXamqs2NizIHo6qlQOQr8l8Vl5hX { display:block; }#Bo9BVXamqs2NizIHo6qlQOQr8l8Vl5hX > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWNRiVx5NEfMQDNeb1x0e4L8taqSRHQi { width:20rem;height:4.875rem;top:2.7183990478516rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muEnbECyVcOz7Ms19rHicFRT1znOVSkC { width:18.9375rem;height:18.75rem;top:11.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8k68tyqt6fu5PfGRxGW5LoEbIZdgKkb { width:16.25rem;height:1.3rem;top:20.310546875rem;left:1.8740234375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rCI33EeMvExRV9rbqOfvfTG9hBRvEU0Q { width:16.25rem;height:3rem;top:23.3740234375rem;left:1.8740234375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Six1vJSzHaNDH1L61wviTBmr0BUO6wEM { width:18.9375rem;height:18.75rem;top:32.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNQDmAbRHdmdl5Q3bcSCWuO2JevtBRtc { width:16.25rem;height:4.5rem;top:44.6240234375rem;left:1.8740234375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VUxFTMOKEtTOzP1dRn7zAa68MgVrsNgG { width:16.25rem;height:1.3rem;top:41.6552734375rem;left:1.8740234375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fen7KXIrdO0aWZTdq23Kbm0JAJv78U39 { width:18.9375rem;height:18.75rem;top:53rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTF3bl44WlR1D9yFCz8Zc6vm5DwnSl1k { width:16.25rem;height:3rem;top:65.3740234375rem;left:1.8740234375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfmzn5ipwMckc8ueQFPkfImAh3TUwaNk { width:20rem;height:1.3rem;top:62.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sA7DlCu8tX9wzDrb8qaAIzPkZ51JrUoX { width:4.375rem;height:4.375rem;top:14.187503814698rem;left:7.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6p25V6KOwwQCgw7U6d0RWWlTLpvMxvc { width:4.1875rem;height:4.1875rem;top:34.56249332428rem;left:7.9062503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAqn7qPWDxlahWd58gowiW6HoUwOQkx5 { width:5rem;height:5rem;top:55.187503099441rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txt9QIfpiDIKaOZcxBqafyGVRamocfbV { display:block; }#Txt9QIfpiDIKaOZcxBqafyGVRamocfbV > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1kUMtHpJZpQKv8C0B07IuLBItgfzB3J { width:20rem;height:2.3375rem;top:38.518746376037rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9Ea8Vh1DpBUGfpw0f8LMD8ui53m7eTN { width:20rem;height:4.78125rem;top:42.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qc6tOA3R4HF4FAJv0QRZf7BbG4zN1iOT { width:20rem;height:3.75rem;top:48.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPsxWVrfo2xq3rwMux3g3uPDPEwkrNeH { width:20rem;height:9.5625rem;top:54.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnSALIWEzTymtLsPU3IVDW7OhqV6uo6P { width:20rem;height:36.125rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kkWx6SNwams84B8xBUmiMiqJim7TUTT8 { display:block; }#kkWx6SNwams84B8xBUmiMiqJim7TUTT8 > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1bhVAUITKwH33KZCyXXNAKKvA75szC4 { width:13.4375rem;height:3.25rem;top:1.25rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF4bATeaWKNVVEiQFT5oKcGTVWn11G2i { width:13.4375rem;height:4.875rem;top:13.56249332428rem;left:3.2812498807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEwTXI1TdpwhDsiSzElTyCc80ffLV1Uw { width:13.4375rem;height:4.875rem;top:26.624999523163rem;left:3.2812498807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMP6hza9XvKEVFNt2cHMG2fdoec9MK0F { width:3.125rem;height:3.125rem;top:7.4375004768369rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdKshDzGTQLiWilnsc0BIKUXoA7BTHZV { width:3.125rem;height:3.125rem;top:19.999999523163rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #X03zlGKtcHvFH9oMIEN40wer7qRVVyw2 { width:3.125rem;height:3.125rem;top:33.749988079071rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #U26cLTFLgxQaGdwOHTgoAti8O6LrGNAh { display:block; }#U26cLTFLgxQaGdwOHTgoAti8O6LrGNAh > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0GcVw2AqbOl8NlrLAfH3RVzKRs2wLv4 { width:13.4375rem;height:3.25rem;top:1.25rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM4fOTJLuVQODkTGfkqNG8mGrfwHiEVA { width:13.4375rem;height:3.25rem;top:11.75rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A53EswFQqGxu7H0aUy8G26aC43auZwva { width:13.4375rem;height:6.5rem;top:22.500000238419rem;left:3.2812498807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBKhX1zUJbs9TDoXw1BoUZfZG08sgXbG { width:3.125rem;height:3.125rem;top:17.437505722046rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN9kZGtGuTTlvP8iNrdcqUGzZ0BJvThb { width:3.125rem;height:3.125rem;top:6.3124942779544rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7EeGMlqPveXpXvcPfAAsVTs0DCOKkWB { width:3.125rem;height:3.125rem;top:31.374994516372rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZaUdFevbttzPSvcozX0rg5H3McqfD1E { display:block; }#nZaUdFevbttzPSvcozX0rg5H3McqfD1E > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oETAdeCPf6RiX3pT4Z7NsZnSH1yCqTNc { width:14.125rem;height:18.8125rem;top:1.1250245571136rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2uLwiTXlAyQyBLLTOqkNNT0i7UPHAxQ { width:18rem;height:22.3125rem;top:22.332018852234rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqUtsrI5C9IZ643eNMVnQZ3E2mzmum0c { display:block; }#OqUtsrI5C9IZ643eNMVnQZ3E2mzmum0c > .row .container { width:20rem;height:107.70001220703rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7wcLvzN9GPRQc7oW2fN3K3ey8TPlpTR { width:20rem;height:38.25rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qu6UJTZcIeaVfLowolcGq3Li91RTePgp { width:20rem;height:3.25rem;top:38.824975967407rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHstp5u8t0dJMXQhF6ZRIpNhVNUJJs5H { width:20rem;height:61.625rem;top:46.074998855591rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSah3ILmZC8yBWluPNH0OZXQ17sZsfZz { display:block; }#iSah3ILmZC8yBWluPNH0OZXQ17sZsfZz > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTPlkTNAcrRIJcrcBXOOVhi0TAyFUCbz { width:20rem;height:2.7625rem;top:5.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsRnQhTCukhyDDHwmRH4wDLmdUhWGnka { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtu5ryxTK0dG3WXxl1yxFmsF201WR19F { width:20rem;height:11.05rem;top:9.7625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVLsDSHVkoh6we2oRgdVJmKQxzuacToT { width:20rem;height:4.14375rem;top:22.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSXpAUuDse3o2kTOKEJHaWzgreKmREd0 { width:19rem;height:4.9375rem;top:28.837524414062rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNpmadfOG0PgAfsn1nlFJ5TDRRPEDBKI { display:block; }
 }@media only screen and (max-width: 763px) { #FDnZWkm6hN0TCOAh9dlnTt8iLDBZ2hkT { width:5.6875rem;height:1.86875rem;top:35.212500572204rem;left:7.1562498807906rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPWQLfDXc2AaRTgXUmyDUUCrUZ5MtSCz { display:block; }#kPWQLfDXc2AaRTgXUmyDUUCrUZ5MtSCz > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRwCIbeWWVo8FtaV19dsFnPJElVgUVPd { width:8.3125rem;height:1.3rem;top:1.75rem;left:5.8437498807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9HLySDqo8EpmDvnSQb7c9ANVn6b7uZH { width:12.75rem;height:1.3rem;top:4.0492191314697rem;left:3.6249998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zsWx84WdcioFMxi94DMdXGKKilyp3ANF { width:16.625rem;height:1.3rem;top:6.72500038147rem;left:1.6875001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }