.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e7ac0b67-1559-4332-972b-b4271184edd3/Topo01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { border-width: 0; border-radius: 0; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { font-size:14px;font-family:arial;height:510px;width:1200px;position:relative;display:block; }#CJDAJL43iVzXmsroPIANZ2ZMFglzqTAA { color:#ffffff;display:block;width:424px;position:absolute;font-family:amsipro;font-size:55px;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:162px;left:775.98956298828px;height:121px;font-style:normal;display:block; }
#EQbUJThbaZdT05qJz0KkzDpduv35to66 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:181px;width:321px;top:132px;left:56px;overflow:hidden;display:block; }
#utDNXfC5EU3Z7i9wVfrloub4DTSnJVvi { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:507px;width:388px;top:0px;left:387.97918701172px;overflow:hidden;display:block; }
#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/665e7de9-c52b-4a6c-a821-47a4e79020d2/Prancheta2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K.adaptive-delivery-prevent-bg, #ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K.lazyload, #ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K.lazyloading { background-image: none; }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K > .row .container { background-color: transparent; background-image: none; }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K > .row .container > .video-iframe-container { display: none; }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K > .row > .video-iframe-container { display: none; }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K > .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); }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K > .row .container { border-width: 0; border-radius: 0; }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K > .row .container { font-size:14px;font-family:arial;height:114px;width:1200px;position:relative;display:block; }#QW0e7LCIphn4HglXaTyP9OaM66WJ1WTS { color:#000000;display:block;width:655px;position:absolute;font-family:archivo;font-size:22px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28.40625px;left:272.5px;height:57.2px;text-align:center;text-align-last:center;display:block; }
#IPP7yEOS1mCa89iwtWKOstyOO9KAotcR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IPP7yEOS1mCa89iwtWKOstyOO9KAotcR > .row .container { background-color: transparent; background-image: none; }#IPP7yEOS1mCa89iwtWKOstyOO9KAotcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPP7yEOS1mCa89iwtWKOstyOO9KAotcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPP7yEOS1mCa89iwtWKOstyOO9KAotcR > .row .container > .video-iframe-container { display: none; }#IPP7yEOS1mCa89iwtWKOstyOO9KAotcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPP7yEOS1mCa89iwtWKOstyOO9KAotcR > .row > .video-iframe-container { display: none; }#IPP7yEOS1mCa89iwtWKOstyOO9KAotcR > .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); }#IPP7yEOS1mCa89iwtWKOstyOO9KAotcR > .row .container { border-width: 0; border-radius: 0; }#IPP7yEOS1mCa89iwtWKOstyOO9KAotcR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPP7yEOS1mCa89iwtWKOstyOO9KAotcR > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#QQ2D46prtDpmCUM9wlWkRm396rZ9GolO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:42px;left:34px;display:block; }
#TXGbI5M5hmnmrA5yqhn2sl4aV9usCJaz { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:18px;display:block; }
#nObpLr8FWXA2BoSOmzdSShd0dMqkJg4k { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:243.32293701172px;left:30px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#yd0NtIVBLP2MP1N7FQldCWRqtObOZHxN { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:276.10418701172px;left:30px;height:91px;text-align:center;text-align-last:center;display:block; }
#FVr6fcJndHXocrCeEfE70QFPSrhlU7Lg { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:26px;left:21px;display:block; }
#ATz1F67zPnrGs71OSVRORRU25I4thkZk { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:27px;left:419.00006103516px;display:block; }
#aQbERvwheDzhtzCQkzHaT8fIbeCmw17f { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:276.10418701172px;left:435.00006103516px;height:91px;text-align:center;text-align-last:center;display:block; }
#ZwMGPi2qTAvIC8G5TE7Cpg7XDmFQLIK0 { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:27px;left:422.00006103516px;display:block; }
#Rwf0GIVlhXVnRHniQMoAC4CNvyiUq1rL { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:243.32293701172px;left:435.00006103516px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#HWvZB4ou3TozqfIrNIfwHHKAX6TR0bQI { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:42px;left:434.00006103516px;display:block; }
#l1aJJry2fcughmL4Ff7e1opAsfh8ixSN { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:27px;left:819.00006103516px;display:block; }
#NqnHJFovDqJgxD33ofTEgoTuV9OmKvcs { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:27px;left:822.00006103516px;display:block; }
#mV3mgkPiXZihTToe8vNoFXOzPmTsMo5W { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:266.07293701172px;left:835.00006103516px;height:117.6px;text-align:center;text-align-last:center;display:block; }
#Dugqpi2VZUbR0XtBCfLqchTEHO7Noga3 { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:243px;left:835.00006103516px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#X0SiUUSA1ohp09OCf1eMJHXcgx4CaReK { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:42px;left:834.00006103516px;display:block; }
#zEHKeuvWmcdDXVL1SUETaTFBsS5uEXTZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zEHKeuvWmcdDXVL1SUETaTFBsS5uEXTZ > .row .container { background-color: transparent; background-image: none; }#zEHKeuvWmcdDXVL1SUETaTFBsS5uEXTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEHKeuvWmcdDXVL1SUETaTFBsS5uEXTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEHKeuvWmcdDXVL1SUETaTFBsS5uEXTZ > .row .container > .video-iframe-container { display: none; }#zEHKeuvWmcdDXVL1SUETaTFBsS5uEXTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEHKeuvWmcdDXVL1SUETaTFBsS5uEXTZ > .row > .video-iframe-container { display: none; }#zEHKeuvWmcdDXVL1SUETaTFBsS5uEXTZ > .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); }#zEHKeuvWmcdDXVL1SUETaTFBsS5uEXTZ > .row .container { border-width: 0; border-radius: 0; }#zEHKeuvWmcdDXVL1SUETaTFBsS5uEXTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zEHKeuvWmcdDXVL1SUETaTFBsS5uEXTZ > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#uo1AF16XI9bTMxgPGZIuDSGx7HMCpLeq { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#TNwK64FZfMr9CskLTJRoN5TGzTkdl5Xg { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#Rm03mfQtnEHSingHp9461wVnfHFbhyNd { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:275px;left:34px;height:91px;text-align:center;text-align-last:center;display:block; }
#h1C7XOUaekbebUm3RswchA5Ui1mKsz7h { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#ytoZOOMDykRdVCUmTTbg3CzApqRzH7U4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#TqxnJvJmC9WIx9gy5Nc8pXUunzDlXNF8 { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#X3lSOhqhSwBNt4hATiGwVWSD5RFhm178 { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#i0SItZalHATwFgPqUg98QBs3hofsv3v0 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#VTgTzdNzxlfyi5wErcvmrG8XF3uT5bya { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#t8E7JXVPyTPHdrWup5aJKm3zlgM3rtRh { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:266px;left:435px;height:109.2px;text-align:center;text-align-last:center;display:block; }
#eyTd4Aggd3DNfJwqxHgpxEAGqHhoJ5Qv { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#Ixn731XVpmgiytThsDKDmB1Wqg2O74bq { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#hCuRDQ9z7ercDZ7eZ7MdozkcZPaGSRy4 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#KZasEnUzsG9uLbqaeS5vr1nFJpINW8xb { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#Cyeq7zevTIwTt866tcEvderUiC2hOKKx { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:271px;left:835px;height:109.2px;text-align:center;text-align-last:center;display:block; }
#QXxTfG2AfDUOXqo4TbnzIPXK2tmEALiV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QXxTfG2AfDUOXqo4TbnzIPXK2tmEALiV > .row .container { background-color: transparent; background-image: none; }#QXxTfG2AfDUOXqo4TbnzIPXK2tmEALiV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXxTfG2AfDUOXqo4TbnzIPXK2tmEALiV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXxTfG2AfDUOXqo4TbnzIPXK2tmEALiV > .row .container > .video-iframe-container { display: none; }#QXxTfG2AfDUOXqo4TbnzIPXK2tmEALiV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXxTfG2AfDUOXqo4TbnzIPXK2tmEALiV > .row > .video-iframe-container { display: none; }#QXxTfG2AfDUOXqo4TbnzIPXK2tmEALiV > .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); }#QXxTfG2AfDUOXqo4TbnzIPXK2tmEALiV > .row .container { border-width: 0; border-radius: 0; }#QXxTfG2AfDUOXqo4TbnzIPXK2tmEALiV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXxTfG2AfDUOXqo4TbnzIPXK2tmEALiV > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#F9iBlaa9L0X8UuEOOVe84wKDS0h3Nggn { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#VCWbMBTnKkHFr5zD8QktyDMcqiwCvVdd { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#tqT7bodAnh9ruch0pWCrgqiuW0fqf1TA { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:272px;left:34px;height:109.2px;text-align:center;text-align-last:center;display:block; }
#x5uILwbePQ626ZfTAN9xXyuXdMVthfAs { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#KrqtDeTx9R3PfetuJX4zTwWWeKmcyQKi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#NN2ZleJ8kwJa2U8JrASCxxO8qE9xGsLe { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#O7PtaXTMQQFST9J2Z1fEcATEDQ9DsbJh { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#Sn8a9bC7bvEH6hVgyeXU4f1F9OvJwzgV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#TdamHsPM5Ksqk8P6AGKMDT6Ce3e3cqa2 { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#iIVxDUyTT3JJKzKi40dk4MNFf53zneSg { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:435.00006103516px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#y3x21I06lCH3P478NKfKyZzXAS370K2X { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#Six7ItkfTvUdCZq2fDT3HSNZHvIDKQN9 { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#CxrTLzmA8EeTys88QO8MiwRkVXyKkDV5 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#U8iiaCBwaOOS9pbbJnn558SdXUiXdKGo { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#T6irefPiQgfVUcWM5mfUvzb0bUsQMBI7 { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:271px;left:835px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#P1mHgB7ENEJzQGxzKNTm4As9yIXTnLSt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P1mHgB7ENEJzQGxzKNTm4As9yIXTnLSt > .row .container { background-color: transparent; background-image: none; }#P1mHgB7ENEJzQGxzKNTm4As9yIXTnLSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1mHgB7ENEJzQGxzKNTm4As9yIXTnLSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1mHgB7ENEJzQGxzKNTm4As9yIXTnLSt > .row .container > .video-iframe-container { display: none; }#P1mHgB7ENEJzQGxzKNTm4As9yIXTnLSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1mHgB7ENEJzQGxzKNTm4As9yIXTnLSt > .row > .video-iframe-container { display: none; }#P1mHgB7ENEJzQGxzKNTm4As9yIXTnLSt > .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); }#P1mHgB7ENEJzQGxzKNTm4As9yIXTnLSt > .row .container { border-width: 0; border-radius: 0; }#P1mHgB7ENEJzQGxzKNTm4As9yIXTnLSt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P1mHgB7ENEJzQGxzKNTm4As9yIXTnLSt > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#o6DPLAT1JeQgOPMBSFAoCwwiUP0dSxGn { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#SpOQTTTKXTNdiZTbkDhSNq1F2Io7cZSm { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#acFxWTu7TCSeZnpt7hMP09XtocuUUbsM { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:272px;left:34px;height:91px;text-align:center;text-align-last:center;display:block; }
#h5s9xfLTqGwlNAAkPLpUysU2dSVMXVuF { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#AKqwaFMkw5JBOxozHNJz84gJq4AJIgcy { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#qhEysnHWrCH6nz2C4ym6Ks2OcN7BqUdA { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#HWnZGekFJyyUkiHcF1sExpOknupSmmsx { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#OidN1JrtSmq9BHJnGRgeabZT9TFEZ2tq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#FGAchDBlhmMcPbtNsuaPDvsi6bHnaUbx { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#TXTTIGPLrQgpQoHNTTTZTBn00T52K0mT { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:435.00006103516px;height:91px;text-align:center;text-align-last:center;display:block; }
#UVuDabQXInyisOAEK7xlzXr7Ezi1zwT5 { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#N30uSOrREdJUXHmB2T0Zd7rOCVLPAQ35 { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#yDK11o9sZluDA03V04WhT5Eo1wxnOSTX { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#ZG6v65SWRRP7Ronfz3JXJX0INPxopH2l { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#xrSX5gGaeT6khuDSsxgMxOVaixR2TveD { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:271px;left:835px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#tsXBLXWcaRvDrOeTOTyZ7whkrH8EhsUc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tsXBLXWcaRvDrOeTOTyZ7whkrH8EhsUc > .row .container { background-color: transparent; background-image: none; }#tsXBLXWcaRvDrOeTOTyZ7whkrH8EhsUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsXBLXWcaRvDrOeTOTyZ7whkrH8EhsUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsXBLXWcaRvDrOeTOTyZ7whkrH8EhsUc > .row .container > .video-iframe-container { display: none; }#tsXBLXWcaRvDrOeTOTyZ7whkrH8EhsUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsXBLXWcaRvDrOeTOTyZ7whkrH8EhsUc > .row > .video-iframe-container { display: none; }#tsXBLXWcaRvDrOeTOTyZ7whkrH8EhsUc > .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); }#tsXBLXWcaRvDrOeTOTyZ7whkrH8EhsUc > .row .container { border-width: 0; border-radius: 0; }#tsXBLXWcaRvDrOeTOTyZ7whkrH8EhsUc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsXBLXWcaRvDrOeTOTyZ7whkrH8EhsUc > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#Dt2gtkL7WlJ1r1SV7cOuV6y70A33Kbov { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#SfruC1pOTJcTi5KsgTVRXTACeE48NeBC { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#yrTKOdiap58e47PHCCTnMJF9eIBbUtHU { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:91px;text-align:center;text-align-last:center;display:block; }
#hwmeE7T6g4xfPEt9gmqoD4qkZvENuKWX { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#OEOx2lLhSb8uPPs008D946TnT3OLCcUC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#HRI3zkXfdd0T8lIEmJfSCaIVPAv3BWdF { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#yXu0QIIv7LDrte1PAq44W3civdPvTguQ { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#xZAd9lqp4bppqpgwGL4p1SELkSVQTUwi { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#ONT4lqP4GnwB2LuBITfBvi0qAJqc1xOt { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#UHpovoJ2G379DCQ3D67NGNTC0RS6RGZ3 { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:435.00006103516px;height:109.2px;text-align:center;text-align-last:center;display:block; }
#E3Jo67TMzcK5AHOzlXG6RX78lADSBGTT { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#T0uQZRPOq4kVpOckzNSLS4Tsmk23K0zZ { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#PXaUXwbDibp36cov6NxbzgtCn4RbloZ7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#tLwRRzCI6vOn5laEzTbQolWVDEKdz2vr { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#uxRaqCDBhJ3wCfpmABkF7PbI00J6Vqtv { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:271px;left:835px;height:91px;text-align:center;text-align-last:center;display:block; }
#DHEd56r6I4DAwJcbtB3q7TBRlATZG1PM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DHEd56r6I4DAwJcbtB3q7TBRlATZG1PM > .row .container { background-color: transparent; background-image: none; }#DHEd56r6I4DAwJcbtB3q7TBRlATZG1PM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHEd56r6I4DAwJcbtB3q7TBRlATZG1PM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHEd56r6I4DAwJcbtB3q7TBRlATZG1PM > .row .container > .video-iframe-container { display: none; }#DHEd56r6I4DAwJcbtB3q7TBRlATZG1PM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHEd56r6I4DAwJcbtB3q7TBRlATZG1PM > .row > .video-iframe-container { display: none; }#DHEd56r6I4DAwJcbtB3q7TBRlATZG1PM > .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); }#DHEd56r6I4DAwJcbtB3q7TBRlATZG1PM > .row .container { border-width: 0; border-radius: 0; }#DHEd56r6I4DAwJcbtB3q7TBRlATZG1PM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHEd56r6I4DAwJcbtB3q7TBRlATZG1PM > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#xLQHCauHzSWI1LkHiidRr8E4IlLpqVio { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#BoDGPn05O9d33GMkp5EUWmo2OiGkxWcy { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#rrczID5tFuLGyDJkRHThOxAuOXVDoaw6 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#eiVXQOH7y0FJl2I6nFzOxEPFwNQ9DJJz { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#lzunOngfIoOlaBG0I2Kuw0JrqR5mq4WV { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:271px;left:835px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#GiaA93Nk7LEgr1DA5nLuQ6LmClNpwci9 { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#S4BTobMsDkvtJdowreVIE1saCqXq5XHQ { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:26px;left:422px;display:block; }
#x4iLOclqA6giSVfRicJJeW6Eu7mPDfSK { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:41px;left:434px;display:block; }
#nndCWFoL5WI3CeR7R2Cf7MMAKqC3Ckrl { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:241px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#AiT8HVaEFXCCD2EmSsoiDLmog14hI4fC { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:271px;left:432px;height:109.2px;text-align:center;text-align-last:center;display:block; }
#SZ7vb58UwTSW6a3ypkRHHgAwRRkdQVTJ { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:19px;display:block; }
#caGgcXQC67qgpaaIHlehdFskKVObTGSU { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:26px;left:22px;display:block; }
#ssTHxaXJ0RmG3mvDEE8QqWMC5wUK1kGQ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:41px;left:34px;display:block; }
#zTM0TWIrTAOwoIpI5So48fTA0nf0bS2G { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:242px;left:35px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#drCuHNHxBtBbTPe7CafKqTXVRBDZtR5r { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:272px;left:32px;height:91px;text-align:center;text-align-last:center;display:block; }
#TekaFtla4pHx0p829Db7G5FCs5rkhuNZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TekaFtla4pHx0p829Db7G5FCs5rkhuNZ > .row .container { background-color: transparent; background-image: none; }#TekaFtla4pHx0p829Db7G5FCs5rkhuNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TekaFtla4pHx0p829Db7G5FCs5rkhuNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TekaFtla4pHx0p829Db7G5FCs5rkhuNZ > .row .container > .video-iframe-container { display: none; }#TekaFtla4pHx0p829Db7G5FCs5rkhuNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TekaFtla4pHx0p829Db7G5FCs5rkhuNZ > .row > .video-iframe-container { display: none; }#TekaFtla4pHx0p829Db7G5FCs5rkhuNZ > .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); }#TekaFtla4pHx0p829Db7G5FCs5rkhuNZ > .row .container { border-width: 0; border-radius: 0; }#TekaFtla4pHx0p829Db7G5FCs5rkhuNZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TekaFtla4pHx0p829Db7G5FCs5rkhuNZ > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#gJVQsO1sJERo72bfpn2Ri8SZh8uyoXVm { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#AvmXEvtXnPyoVNtTLA4t2fzUeBC7V2Ga { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#uPekbyCysHeiHMTESz56BH1x4oUHhd93 { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:109.2px;text-align:center;text-align-last:center;display:block; }
#hSMRquhTtH9GXZhOK0CNPcZegSgfqhaF { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#Om7ZeSftfkzpVsLQfhWGUkmWy9fIfUmW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#MtWScWGOJUTLNT8c88Nq8Aku5qe4hPrI { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#rwCsO6RUA87TxcgC40w8Ob9nhuNAkyh5 { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#wRMKh7rbA9NoTUzCIsoXv9nBmD2TKZGz { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#GlkrGh66SmrJBSnUu375HVKMZS7fWSQT { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#wftXD1DXHa5LdnBqXBgTMeUfN8R3RzGD { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:435.00006103516px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#OaZ7B7H3IA9xr6lthNEeK0WGrcxfLrkR { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#MNS7AgSxxw72DaqAJIx5mpZlPm6AJkWo { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#t03UAvcSkQwD7tEUOiJX51ogRoncDJkb { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#tSIDQhx8rGaXHTWPJPOWUZ8yZaDbH6mZ { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#yq7JXgZi6o5pNWiEzU6krTR6LedUHqNR { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:271px;left:835px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#awfVT8M7XFT9RBBTteNFlpNHcHr5NbnM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#awfVT8M7XFT9RBBTteNFlpNHcHr5NbnM > .row .container { background-color: transparent; background-image: none; }#awfVT8M7XFT9RBBTteNFlpNHcHr5NbnM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awfVT8M7XFT9RBBTteNFlpNHcHr5NbnM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awfVT8M7XFT9RBBTteNFlpNHcHr5NbnM > .row .container > .video-iframe-container { display: none; }#awfVT8M7XFT9RBBTteNFlpNHcHr5NbnM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awfVT8M7XFT9RBBTteNFlpNHcHr5NbnM > .row > .video-iframe-container { display: none; }#awfVT8M7XFT9RBBTteNFlpNHcHr5NbnM > .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); }#awfVT8M7XFT9RBBTteNFlpNHcHr5NbnM > .row .container { border-width: 0; border-radius: 0; }#awfVT8M7XFT9RBBTteNFlpNHcHr5NbnM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#awfVT8M7XFT9RBBTteNFlpNHcHr5NbnM > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#CFkDy01Do1O5pGeEaMeNn5LDQGb1pumo { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#y11BsIXh5A8GVtL0Aa1tqhVHeFJDMUSl { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#GyrsmGMxsTmXVHso3WTO58cFoW3ZNTFN { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#OO6AgffoTVSUqZgKco9SUQViWKpvgypu { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#ZWJnAVG34ComWfgbRnSJsXMvnWQyCAMg { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#ZoB8Ek4D4CcHrh7k00nxoiWbepAar7gi { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#S3ARFw2QG7xGyWXkqBP54RLqRCKAozyC { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#S4l2aaBSa9QnL1Evxr5GW72TrcJOLGqA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#L8LuI9yNaDDt5JcStp6dfurdIA75H2DV { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#rhN5w9Aw1IFstT9v1S5SgMiMViXGSF33 { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:435.00006103516px;height:91px;text-align:center;text-align-last:center;display:block; }
#LOorLxeDfDcXxyMKkNzeQFRSI7fXGOP1 { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#mksWWhhiHZxT8wIqxsAStr1UMxbrPIHL { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#UULX92aPbGNRH0S4rLTfqcFrnPia9zeT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#zw9HzKwsqC6n3Vx5uOOeKwnZWJiWv9vQ { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#fdigfovGPON9JBg4x5WD70hIIZca4DSt { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:271px;left:835px;height:91px;text-align:center;text-align-last:center;display:block; }
#zP87Nova4NKCLBMJu5KSwSC1EuqcS700 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zP87Nova4NKCLBMJu5KSwSC1EuqcS700 > .row .container { background-color: transparent; background-image: none; }#zP87Nova4NKCLBMJu5KSwSC1EuqcS700::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zP87Nova4NKCLBMJu5KSwSC1EuqcS700 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zP87Nova4NKCLBMJu5KSwSC1EuqcS700 > .row .container > .video-iframe-container { display: none; }#zP87Nova4NKCLBMJu5KSwSC1EuqcS700 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zP87Nova4NKCLBMJu5KSwSC1EuqcS700 > .row > .video-iframe-container { display: none; }#zP87Nova4NKCLBMJu5KSwSC1EuqcS700 > .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); }#zP87Nova4NKCLBMJu5KSwSC1EuqcS700 > .row .container { border-width: 0; border-radius: 0; }#zP87Nova4NKCLBMJu5KSwSC1EuqcS700 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zP87Nova4NKCLBMJu5KSwSC1EuqcS700 > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#CgcH8bxLnabDMKvA50F8CQk193mGhlKz { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#JQq4oSpuq1IMJ5J3AebaCWky12AnJ3lg { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#yualIZm97ANt2VCCeH0hoVG5mW14Ek9u { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#QLlJ8EeklaTCrFcGwCSIDPRbBNR8IOWo { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#bNHETO1JxFm0Jc4RDcfWgoEBXTGgE2zQ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#BDyHRuJUDF9VkZaZ745rGMqRKdFAlkXT { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#Dtb4wgxzT0vfwCrFpAClPhbinWKfLmXU { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#vscwvGdv8x8MxzCo8bOAJONoDnbcR1gT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#ZrV48lSOhXXcTuwCtS8QqcmRNHwTT2d5 { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#dyd0eS4PXhdphJwhc6WRHCXO1fh8eVv4 { color:#ffffff;display:block;width:347px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:426.50006103516px;height:109.2px;text-align:center;text-align-last:center;display:block; }
#w7RVbt2ObGywBdP1S1wGHJR5kHoclNZe { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#rMIwh8pOGzQBMmygdOWfLrvTfRmgXK9R { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#pzCg9xeasWIS5FahRq4WTbz9g6DyJoHm { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#qQCwhFuk7e6iykMPMDgkpMmG796LAWpv { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#vyM4MCBU21QmhrHFpzZLnw2UU9VD94Jy { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:271px;left:835px;height:91px;text-align:center;text-align-last:center;display:block; }
#AdCLT8RxOdpM4vw2EG3Xlo6lxwAoUwOe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AdCLT8RxOdpM4vw2EG3Xlo6lxwAoUwOe > .row .container { background-color: transparent; background-image: none; }#AdCLT8RxOdpM4vw2EG3Xlo6lxwAoUwOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdCLT8RxOdpM4vw2EG3Xlo6lxwAoUwOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdCLT8RxOdpM4vw2EG3Xlo6lxwAoUwOe > .row .container > .video-iframe-container { display: none; }#AdCLT8RxOdpM4vw2EG3Xlo6lxwAoUwOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdCLT8RxOdpM4vw2EG3Xlo6lxwAoUwOe > .row > .video-iframe-container { display: none; }#AdCLT8RxOdpM4vw2EG3Xlo6lxwAoUwOe > .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); }#AdCLT8RxOdpM4vw2EG3Xlo6lxwAoUwOe > .row .container { border-width: 0; border-radius: 0; }#AdCLT8RxOdpM4vw2EG3Xlo6lxwAoUwOe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdCLT8RxOdpM4vw2EG3Xlo6lxwAoUwOe > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#gWbo8QPLMiTwy0SfsmUuTJQbsMNWx2Ov { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#DnZ96IrCJXeTf7OXdqxMdW9QWkCMaBoO { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#KkCV7zupMVFIB66GkehoLylBxaZRSzvC { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:36.4px;text-align:center;text-align-last:center;display:block; }
#WpVSf2fXTAJKTJTVleNPO7uiUcBneH0X { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#o18NZRbHBFgtISqzQoszyE0xT0hVrtCp { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#BmkedKnERCRT2vTh9XIQL44nU2P2Mo8G { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#vaVADcgaT9rBcqv6xkMT2I6KFePv1tJD { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#UKFtX1iRAXhFgx3ub3rvgDn0R2dvngMc { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#yiXl7FGDAZn2rmgTnUI7Rt2nHgk6vfh8 { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#EvOCeHHq5yGQmhlJ7hvSq03fZZaw2rWq { color:#ffffff;display:block;width:347px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:426.50006103516px;height:91px;text-align:center;text-align-last:center;display:block; }
#wiETBCFO6yVcdnqaKRipsZh9RywTy7cu { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#ceFpgIMk9ttLAUQsOGRNSedgRihzBmQn { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#k4I7rMJh1Ib0lVXWU82zTW3BSmw4Ra1J { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#boy6AFEk7Z4HSySHUrETyThT7o0PMcFS { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#Wz9pAWDQTZUU61qI3MS4Nt0RVnBqPS61 { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:271px;left:835px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#O6taK7icF1GdGSITNWxzaFHHORUtTksa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O6taK7icF1GdGSITNWxzaFHHORUtTksa > .row .container { background-color: transparent; background-image: none; }#O6taK7icF1GdGSITNWxzaFHHORUtTksa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6taK7icF1GdGSITNWxzaFHHORUtTksa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6taK7icF1GdGSITNWxzaFHHORUtTksa > .row .container > .video-iframe-container { display: none; }#O6taK7icF1GdGSITNWxzaFHHORUtTksa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6taK7icF1GdGSITNWxzaFHHORUtTksa > .row > .video-iframe-container { display: none; }#O6taK7icF1GdGSITNWxzaFHHORUtTksa > .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); }#O6taK7icF1GdGSITNWxzaFHHORUtTksa > .row .container { border-width: 0; border-radius: 0; }#O6taK7icF1GdGSITNWxzaFHHORUtTksa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6taK7icF1GdGSITNWxzaFHHORUtTksa > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#vdvkHHLBKvW5Fxd6xM0cVMElVm60HAkc { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#e7E65Kio2efnPwPqnWicI1kdTuKzDT96 { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#unucXfNaflntxi4UFRLIWG9KPLFhm2bV { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#VVsQrifZJEmJaAf1WzpuddxXLGO0QsGc { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#aXCuMZfANeDZryNtnVtxvQthC0a6Xznf { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#pv4aIZUD0LsLKvuVfqv0WGO398I4Ga3D { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#dW3e6y2b4RTSkFoCU7BJypCw3uWcp2CU { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#Z7FGNWRNNKgA1TQ3m073X7NuGQIJ0rKL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#ADBTf0QZTcZXEHM3q3ahWR9o9Ts25B9d { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#epNMoX09OFKeBcuJ1J1k0oWhsWZn5Bk1 { color:#ffffff;display:block;width:347px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:426.50006103516px;height:91px;text-align:center;text-align-last:center;display:block; }
#MCDJZoRDNiqMKqoCS6h1hCAs1c4dS1po { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#nBQmZWo9eoyBqI77fEsSJVD1PMgfkAxU { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#wQiLFef4b3F8oiQ1h2atXs7N7ZmbSQun { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#PIEvDSkMFRNk4IbCTTSZ3Vy6xJFsTDzZ { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#lJXA7v27yB6zVTkyCodLkQhcLkNy0qp8 { color:#ffffff;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:271px;left:835px;height:91px;text-align:center;text-align-last:center;display:block; }
#vR6CGVUNQxcU4l3asVDbBWRKgSM4Uggh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vR6CGVUNQxcU4l3asVDbBWRKgSM4Uggh > .row .container { background-color: transparent; background-image: none; }#vR6CGVUNQxcU4l3asVDbBWRKgSM4Uggh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vR6CGVUNQxcU4l3asVDbBWRKgSM4Uggh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vR6CGVUNQxcU4l3asVDbBWRKgSM4Uggh > .row .container > .video-iframe-container { display: none; }#vR6CGVUNQxcU4l3asVDbBWRKgSM4Uggh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vR6CGVUNQxcU4l3asVDbBWRKgSM4Uggh > .row > .video-iframe-container { display: none; }#vR6CGVUNQxcU4l3asVDbBWRKgSM4Uggh > .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); }#vR6CGVUNQxcU4l3asVDbBWRKgSM4Uggh > .row .container { border-width: 0; border-radius: 0; }#vR6CGVUNQxcU4l3asVDbBWRKgSM4Uggh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vR6CGVUNQxcU4l3asVDbBWRKgSM4Uggh > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#EJLQmNXUn6b2mL6HLFelSwl3Pe3t5ffF { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#wXkyVCpdAK59bGPXfRas12vTJDsWLM9w { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#qA7BngoH1E5rNslN84twP3GDuNRMF72w { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:109.2px;text-align:center;text-align-last:center;display:block; }
#hLsVWTE5o0TTEFhFfoWTehkN1vTRlO1e { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#RwoS6XhDtdh8Qe1RrDLdE9FEiJaJWkth { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#PBZtnNU9dQEJE67ucAUrETDTwFFQ4McT { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#hO3H067mtOeBME3SJdhUceisAM8rgbZJ { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#LQOeo4O4BNTkaDuvDCHiE1HuVvpK32QD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#zsrvOAoHbK7uiosU1nvlauVl9h7lRSSD { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#NmNlcnltCNq2RhSzlzixLfTE3LCT8qsK { color:#ffffff;display:block;width:347px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:426.50006103516px;height:91px;text-align:center;text-align-last:center;display:block; }
#oAzH94mIgQTn2qC4Jtv0CqCfcTIEXzKT { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#tZZZR1ygm9q6TDdI9rza2Qx7KkLdLW5m { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#G6zqBVk5Ro7l27T0eMdVHuW4zNpVAFt6 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#DJQzPUNS2vhScp3ViWT2n9CKvkPh7hhi { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#mtODvDcuZf8tDl5OARJfMe3Zou3wX2T6 { color:#ffffff;display:block;width:343px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:269px;left:828.50006103516px;height:109.2px;text-align:center;text-align-last:center;display:block; }
#Os1hQU191NPv75Tw24duDgv1w1OmHimb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Os1hQU191NPv75Tw24duDgv1w1OmHimb > .row .container { background-color: transparent; background-image: none; }#Os1hQU191NPv75Tw24duDgv1w1OmHimb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Os1hQU191NPv75Tw24duDgv1w1OmHimb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Os1hQU191NPv75Tw24duDgv1w1OmHimb > .row .container > .video-iframe-container { display: none; }#Os1hQU191NPv75Tw24duDgv1w1OmHimb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Os1hQU191NPv75Tw24duDgv1w1OmHimb > .row > .video-iframe-container { display: none; }#Os1hQU191NPv75Tw24duDgv1w1OmHimb > .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); }#Os1hQU191NPv75Tw24duDgv1w1OmHimb > .row .container { border-width: 0; border-radius: 0; }#Os1hQU191NPv75Tw24duDgv1w1OmHimb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Os1hQU191NPv75Tw24duDgv1w1OmHimb > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#BUWBD7IRfRoTdLLoHEEaqx1trysse8xf { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#RTHi8oECtEm2CTkQAg9xHKUP8OWr5dXJ { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#fArLWneB7XP9ZytssTPuSTbXsPVazkK5 { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#c0SoMQyzxrc9kw2yEIJEaXmI5y06fu9i { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#DbfEPplMNxwrszCe3q4l5uBJAUm9ziNb { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#dPdGQU9AW8nSTxXqazGWRVIBwNLO1yGR { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#teBysn1B5d8aT36C9frlSi16STn09FSQ { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#SMkGcGtmPKKrmSTKDyUH8pIlBnqoTCZ2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#EtPoCZgTo0qk9OFCoSyw8OAAFoa7AA8d { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#mRFPoXJxI79xlfhyOSDSGQoEqQ6TLvRS { color:#ffffff;display:block;width:347px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:426.50006103516px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#TfacHQVn1CgoNsEA6al9NHSqoMmuyn98 { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#CF7aGJOgFXbHdfm5HuN4u1wsIiuc2rUJ { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#keEHdwfSkT2hOPNTBc8o6lT3N8S9N47W { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#B8XxaIHhlIkxHxlOJBrRgQE1Qo9wpDJh { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#sz4DrcASSXxXZyresT8EaScGEV8OpKDF { color:#ffffff;display:block;width:343px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:272px;left:828.50006103516px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#Q0OHtJB05h1SuWGHsugP1Op8CC7i2T2Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q0OHtJB05h1SuWGHsugP1Op8CC7i2T2Z > .row .container { background-color: transparent; background-image: none; }#Q0OHtJB05h1SuWGHsugP1Op8CC7i2T2Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0OHtJB05h1SuWGHsugP1Op8CC7i2T2Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0OHtJB05h1SuWGHsugP1Op8CC7i2T2Z > .row .container > .video-iframe-container { display: none; }#Q0OHtJB05h1SuWGHsugP1Op8CC7i2T2Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0OHtJB05h1SuWGHsugP1Op8CC7i2T2Z > .row > .video-iframe-container { display: none; }#Q0OHtJB05h1SuWGHsugP1Op8CC7i2T2Z > .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); }#Q0OHtJB05h1SuWGHsugP1Op8CC7i2T2Z > .row .container { border-width: 0; border-radius: 0; }#Q0OHtJB05h1SuWGHsugP1Op8CC7i2T2Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q0OHtJB05h1SuWGHsugP1Op8CC7i2T2Z > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#KynIxTSC3bcz5usnlFEeeyaGAsxeMeIS { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#Owt6hcJLQFoSD41hx6MyTbXEMrXv3M8Z { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#AMmrfHXvClxfrdnmlILnJ7ViGSVpTgaG { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#cy7OGQolGsgoW6NZubTm9Jcyb1KqfQEo { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#Decc6f1TkIBOG0bE2N6aTJ590MDoZd54 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#IlP8Nsyp6uUwSE7xn0VPc0ChJGhPx90b { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#aCPSJMwEK53iXcw7Eg3kurIZHLDol1wV { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#zC4vsTxvNzBAawkREhmcvUqGozo0T2Bd { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#bGoqrLTLpncLd04Or4LP7BKP74L0knFX { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#t5bQa3FCwl4ynMwnpxmTf7AgFiMxtf0T { color:#ffffff;display:block;width:347px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:426.50006103516px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#NZFSW3cCzOaIvJ7VsecXsTwsDoZgWcvL { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#gT2X5WvxBWSpGvU9avlQ96gBIZkchF8v { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#im8yT8pPd2FGhakDCd04rb7l3XnIqyqC { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#nQlCK57hXH0egE4puSumaKALLpRLIldv { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#KD8PBJ1tlyS4h6tn65DdTsgWANbGTw3T { color:#ffffff;display:block;width:343px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:272px;left:828.50006103516px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#yiHoF5xwOzr8JbVvCqHIhwN5iXAu0xZV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yiHoF5xwOzr8JbVvCqHIhwN5iXAu0xZV > .row .container { background-color: transparent; background-image: none; }#yiHoF5xwOzr8JbVvCqHIhwN5iXAu0xZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiHoF5xwOzr8JbVvCqHIhwN5iXAu0xZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiHoF5xwOzr8JbVvCqHIhwN5iXAu0xZV > .row .container > .video-iframe-container { display: none; }#yiHoF5xwOzr8JbVvCqHIhwN5iXAu0xZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiHoF5xwOzr8JbVvCqHIhwN5iXAu0xZV > .row > .video-iframe-container { display: none; }#yiHoF5xwOzr8JbVvCqHIhwN5iXAu0xZV > .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); }#yiHoF5xwOzr8JbVvCqHIhwN5iXAu0xZV > .row .container { border-width: 0; border-radius: 0; }#yiHoF5xwOzr8JbVvCqHIhwN5iXAu0xZV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yiHoF5xwOzr8JbVvCqHIhwN5iXAu0xZV > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#ObpuxsozvbNVoaVNEGKPwIiE1gTwoRFg { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#p3wsLq5qZZrxn9yd3n7KT44kvCa01wKw { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#w5JclRIQAfUTk6cABEbCyF5aWg8WuiXT { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#Ogv2OJAImcRgA11IhHe4Vb4LDySuy4ds { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#rbmVysWeCDmdB6T3D0ckCTKc81mmlXlN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#r8xmJPptPHTQLm9QzwJvaGJFO5aQMbCx { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#ImLmH53v2hClFyqx2iLUKTZQs97xTGBq { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#EiEe4eG1gVOb1bL7KxTnsR34hkEvKCVx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#PFv1z5Bh6UPZo3MKzGJaTwLIpT3oHXoV { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#d40CVaOAC9gmqa14oiWO9ZeTaAGnOS3F { color:#ffffff;display:block;width:347px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:426.50006103516px;height:36.4px;text-align:center;text-align-last:center;display:block; }
#uNhmB2AGdOvIUr9HIvSnl4LK3Uy2oiIT { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#ZKRtkItM5RCBQBgMlbi5plStR6hbpMGX { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#aOKPODpdbcznoZcJWuNVTJsk4x5Jc1Ft { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#FTqLJUaxTe8efIrhrGSSP4EW08hfKK85 { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#Dwlo41tpvRBV4QkxrLnLzz5tQIrCyBNt { color:#ffffff;display:block;width:343px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:272px;left:828.50006103516px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#bZylb57VGA9BX1FTTFvKV92tvvoRslTa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bZylb57VGA9BX1FTTFvKV92tvvoRslTa > .row .container { background-color: transparent; background-image: none; }#bZylb57VGA9BX1FTTFvKV92tvvoRslTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZylb57VGA9BX1FTTFvKV92tvvoRslTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZylb57VGA9BX1FTTFvKV92tvvoRslTa > .row .container > .video-iframe-container { display: none; }#bZylb57VGA9BX1FTTFvKV92tvvoRslTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZylb57VGA9BX1FTTFvKV92tvvoRslTa > .row > .video-iframe-container { display: none; }#bZylb57VGA9BX1FTTFvKV92tvvoRslTa > .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); }#bZylb57VGA9BX1FTTFvKV92tvvoRslTa > .row .container { border-width: 0; border-radius: 0; }#bZylb57VGA9BX1FTTFvKV92tvvoRslTa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZylb57VGA9BX1FTTFvKV92tvvoRslTa > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#wblzymaTHdPtDqi69EsKFPOOO5hTc0gs { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#Q8hwxKOpZuNGaoGKB6o4mTyiN06etlXX { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#iXKBccrruIwlTUTUpSDWbVtpdRxAaJVH { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#UXJmB1MnVITTC3X1du4ZTVq2GFAEpb2a { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#wKqhFn1iXy03Iun5bKJezUavzo15dpyp { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#dytCTT2kChpxTdeMV8mkdKZz9UG34Ogs { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#hi5nK0BQyInivqX91dG39rVeMIndyRoK { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#y9zef6BPNDQI707wAdr92sKqmMZDyWds { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#ufALQC2Q0Nbx09q9Z28u08EZoOsLIA5v { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#phdKbDmUDnpLz9Qt0FZ1aqTDOD0028ta { color:#ffffff;display:block;width:347px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:426.50006103516px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#KhN7UiLV9psHAsB8yZDIvnPsvddpZgJb { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#sTeOm9NT2kadztA02ZD1eeziEEqbamh9 { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#mTOf4WfPFD8WrKlxHcRueK0EiQpEsnRy { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#JQ4bowwkznxlTdWfRxiKrI5BkvnyQJAZ { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#mJSKIQUlG0gy3oxZftU0QFMp0oC9Bazu { color:#ffffff;display:block;width:343px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:272px;left:828.50006103516px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#LGHiKbyX00tLThZsOHzQ0IUTQ88i3Z0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LGHiKbyX00tLThZsOHzQ0IUTQ88i3Z0T > .row .container { background-color: transparent; background-image: none; }#LGHiKbyX00tLThZsOHzQ0IUTQ88i3Z0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGHiKbyX00tLThZsOHzQ0IUTQ88i3Z0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGHiKbyX00tLThZsOHzQ0IUTQ88i3Z0T > .row .container > .video-iframe-container { display: none; }#LGHiKbyX00tLThZsOHzQ0IUTQ88i3Z0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGHiKbyX00tLThZsOHzQ0IUTQ88i3Z0T > .row > .video-iframe-container { display: none; }#LGHiKbyX00tLThZsOHzQ0IUTQ88i3Z0T > .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); }#LGHiKbyX00tLThZsOHzQ0IUTQ88i3Z0T > .row .container { border-width: 0; border-radius: 0; }#LGHiKbyX00tLThZsOHzQ0IUTQ88i3Z0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LGHiKbyX00tLThZsOHzQ0IUTQ88i3Z0T > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#MSS5u80TAJWKins5ELH80WN5M6tTzbRl { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#u8AqUKH1y3SrZVfrh2otRr8kP8C8eq5u { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#rWCZ3xsffZWKhqc9Ebnp3x7wdDI6Gbsg { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:36.4px;text-align:center;text-align-last:center;display:block; }
#K9yDSUzLKdXsioeA5qTWAHWiJs7T99U2 { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#S9MPWoeTUkNGHUoqyHAJZLZIwqZxt9px { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#BttIHPxuWWLcpLquIpBM8K2lPnAQQe1h { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#LTUyirUCfBImGLXtUND18RtM3L7p2Aed { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#AwOVmm22OoBKOrZ2xzFLVtuUTzET5T8f { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#PNaEUnRGi1DLZC53o0kXAoV7giN0G7sC { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#EUQRVpDiQBQfXvuKbdX3cDg1omkF2SER { color:#ffffff;display:block;width:347px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:426.50006103516px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#Fo9fHRcTCc6bymVvH8NmcpgCBqHcCvWg { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#KKwX1sTEN6URV61Grms1RrQsFXmKvdb7 { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#Embf2fXk4a1rTOqXmXnVK23vJvOaVTMv { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#HDZOwxuROAed62ookDwiOd0bSVF5nWXw { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#uKxABw1erQvW1NFihmKP8MtWIISzqd04 { color:#ffffff;display:block;width:343px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:272px;left:828.50006103516px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#zntyxJ889Wp0ZP8RT58wO8iiCbpMlHmX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zntyxJ889Wp0ZP8RT58wO8iiCbpMlHmX > .row .container { background-color: transparent; background-image: none; }#zntyxJ889Wp0ZP8RT58wO8iiCbpMlHmX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zntyxJ889Wp0ZP8RT58wO8iiCbpMlHmX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zntyxJ889Wp0ZP8RT58wO8iiCbpMlHmX > .row .container > .video-iframe-container { display: none; }#zntyxJ889Wp0ZP8RT58wO8iiCbpMlHmX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zntyxJ889Wp0ZP8RT58wO8iiCbpMlHmX > .row > .video-iframe-container { display: none; }#zntyxJ889Wp0ZP8RT58wO8iiCbpMlHmX > .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); }#zntyxJ889Wp0ZP8RT58wO8iiCbpMlHmX > .row .container { border-width: 0; border-radius: 0; }#zntyxJ889Wp0ZP8RT58wO8iiCbpMlHmX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zntyxJ889Wp0ZP8RT58wO8iiCbpMlHmX > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#REAMSIfy3gJrl1MGSpxVVT2J8TKQyPDN { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#pshvkZtcaqaqZmHGz55sfnhFCTGl1kEC { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#OlwPxNOCWTuRQVPS3TV55soSIGmhPtAV { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#QUycTiWrTpoQTeoi4g5lrtZA5xoCTsQT { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#MJzZCulVbc2RuTILJlmhxCLpbKSVyPvF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#ifTzSpalx4OS2Azfk1I00lqtbzfuHfqh { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#BOiJyJXFTpZCCsTonqeZo2UQhNR55gvf { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#Ccmzf7yzpH2FSpQgaeqXoPKKt3OOLbGN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#oaGZLmUO6zhdibtwAhgKOJNDxfZHvt9a { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#sxuzR2DkOqM5Q8Ku8mWndR32BkTFSoSk { color:#ffffff;display:block;width:347px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:426.50006103516px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#GGDDdBHmTeWePqnPfQFseKFlL1xovLGW { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#N080esfIhZ8pGbkCC8DLBJlOg4xWDaGE { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#o4TAcf3eahFQExukpgPThQO8vzUwthwR { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#a3GvpLA7LXcH9OAdmMHmaMbmPe82fJdp { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#BZ92SfAkWcvSUitvhBDoS9eMP99T8RJL { color:#ffffff;display:block;width:343px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:272px;left:828.50006103516px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#kDVONSzC77cXh5F6TNVKJ6aUB3aMoXs1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kDVONSzC77cXh5F6TNVKJ6aUB3aMoXs1 > .row .container { background-color: transparent; background-image: none; }#kDVONSzC77cXh5F6TNVKJ6aUB3aMoXs1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDVONSzC77cXh5F6TNVKJ6aUB3aMoXs1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDVONSzC77cXh5F6TNVKJ6aUB3aMoXs1 > .row .container > .video-iframe-container { display: none; }#kDVONSzC77cXh5F6TNVKJ6aUB3aMoXs1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDVONSzC77cXh5F6TNVKJ6aUB3aMoXs1 > .row > .video-iframe-container { display: none; }#kDVONSzC77cXh5F6TNVKJ6aUB3aMoXs1 > .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); }#kDVONSzC77cXh5F6TNVKJ6aUB3aMoXs1 > .row .container { border-width: 0; border-radius: 0; }#kDVONSzC77cXh5F6TNVKJ6aUB3aMoXs1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kDVONSzC77cXh5F6TNVKJ6aUB3aMoXs1 > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#erq0Td2O1ICn8sfX2LNXrpcRuonmr3av { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#Xu449UkUIrvnLb7WuWZahBneXazTJsxs { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#xG30BTNsBNnMXpb32I7fH0GawyrTO0ni { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#UL7KBGWBknup7efBcUe2vwwzpbbdSBLy { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#IghdgkAeGRSx3lsGVAM9bL1Vgwh44C7D { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#bRvORrrIzEA4h0w9LzJVy1FK28lVhXyR { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#G90Jlb2FC1xlPomikrT6kZQErxTk95T5 { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#tCCurBXsII41VqU7I7v1Uw44TwP0ql0w { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#idM9O6KdirM1EyCMkCSJtaUGX8V9FDWG { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#OPwr2O0hLSrJQCEqG5vOLzCye4Tp2Qyg { color:#ffffff;display:block;width:347px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:426.50006103516px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#ugV5yFuA7VfSwvpEmbafuAaOTHKrzdgr { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#KXc932Lnnvqo5cT3vFEBCzWDegefPPem { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#O3AuznA4MKBGUpZLrdfuqLoPEGAc9tOe { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#hqPLtJP9KaD52z2R5IM8uDShbhqIbRZh { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#moa4gkeBpR4MwoTuk3tvC5SGTOcn7frS { color:#ffffff;display:block;width:343px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:272px;left:828.50006103516px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#BXFmggIQEoKdSOcS9yKLSl50uMFdyBMy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BXFmggIQEoKdSOcS9yKLSl50uMFdyBMy > .row .container { background-color: transparent; background-image: none; }#BXFmggIQEoKdSOcS9yKLSl50uMFdyBMy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXFmggIQEoKdSOcS9yKLSl50uMFdyBMy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXFmggIQEoKdSOcS9yKLSl50uMFdyBMy > .row .container > .video-iframe-container { display: none; }#BXFmggIQEoKdSOcS9yKLSl50uMFdyBMy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXFmggIQEoKdSOcS9yKLSl50uMFdyBMy > .row > .video-iframe-container { display: none; }#BXFmggIQEoKdSOcS9yKLSl50uMFdyBMy > .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); }#BXFmggIQEoKdSOcS9yKLSl50uMFdyBMy > .row .container { border-width: 0; border-radius: 0; }#BXFmggIQEoKdSOcS9yKLSl50uMFdyBMy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXFmggIQEoKdSOcS9yKLSl50uMFdyBMy > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#VWUoqepT5zNN32BULLbd6gzcJIHv9nQQ { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#QpVTrhDeTWkpXUMceTlThAF6eZPh6Ik8 { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#HMS7fca057A0aRiCUyIa3sVUq59oksad { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#q0m2dHreuTTqWEaB9hSyHh3hcHkTG3VB { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#HN2eJ4bOBQbFCUkUt6a3grPE5hSidgWA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#xy95uAeyK1ZPpFgEisP0cCgQ5shEhbNK { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#ahPTDRefLbX6rw87C2ttMPi8nGAtkd9c { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#bkVk00ywBfsQU0SdR5ap5odggN8nczgv { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#xohAUZp8gk6QKENl4m3qPzzS74HMfXUI { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#JU99giuDBA0oCdToRNsbAHeiyyRL7JAK { color:#ffffff;display:block;width:347px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:426.50006103516px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#Ek5i8IbLFFXt0TadBxeIBhXoiCdW1Ipq { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#C6xN01w8EaTBoIcApxatsVayslxvRcT4 { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#h2KrmQkLGhby356LDOxeihpNIvaFrWZa { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#Hc1DPFeZEQoIXhuaBZLmcOfMpeKGFdzt { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#sH74BKFo7TLhbqGrc67sVDwi1bD7ADTy { color:#ffffff;display:block;width:343px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:272px;left:828.50006103516px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#RguqArH5iC5y8JQ58AEOVTorEiEyHB8Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RguqArH5iC5y8JQ58AEOVTorEiEyHB8Z > .row .container { background-color: transparent; background-image: none; }#RguqArH5iC5y8JQ58AEOVTorEiEyHB8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RguqArH5iC5y8JQ58AEOVTorEiEyHB8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RguqArH5iC5y8JQ58AEOVTorEiEyHB8Z > .row .container > .video-iframe-container { display: none; }#RguqArH5iC5y8JQ58AEOVTorEiEyHB8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RguqArH5iC5y8JQ58AEOVTorEiEyHB8Z > .row > .video-iframe-container { display: none; }#RguqArH5iC5y8JQ58AEOVTorEiEyHB8Z > .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); }#RguqArH5iC5y8JQ58AEOVTorEiEyHB8Z > .row .container { border-width: 0; border-radius: 0; }#RguqArH5iC5y8JQ58AEOVTorEiEyHB8Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RguqArH5iC5y8JQ58AEOVTorEiEyHB8Z > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#oI44OBDTnec63XbMa1JQMxyZTXFVD9Px { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#Rv8rG1Fz1OgFJPxdTpsRN1lufSLo5QP0 { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#cpNXadRxezrsZ8Trzmmnqcc07vE4Ti9C { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#WlegzAITL0fMPFCKLiW3zU6y4UNRo6TI { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#gXVrdWLBOybxMfyehr4MRSMwy1ZgKIpk { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#mXmJNTkwJhOSKnNfEzkvO0rPRi3QTF8F { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#kA4B2nraRpOEefeMbMRZZCn5NSmM74EN { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#V7pAcaaAxsyvqTmT2v24v3ImdGt9IuTB { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#q8KM9Prn5cvFLErSoUZT7MAqaKgfP9az { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#X7E4ULWKklNzz0rNAfSXzaK3S4UvZFkm { color:#ffffff;display:block;width:347px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:426.50006103516px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#SloRPCcQlpRnXMiFBB4qrcZDxZ26Bvtt { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#EeBoI1ivSg70Dgu3MSoMtWoCCwEPxwqn { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#pQJFtulUslgnvRUsiKrLb93Z06QnCStA { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#XDAne4esl65UgLvpNnDxQAKuNaO9BTQn { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#g2ElH3dN9NX9134Z6WWosyRP6qHW3GIR { color:#ffffff;display:block;width:343px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:272px;left:828.50006103516px;height:36.4px;text-align:center;text-align-last:center;display:block; }
#bTpTdqZmrdDM4W4LiWAeDqxnkmENNDam { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bTpTdqZmrdDM4W4LiWAeDqxnkmENNDam > .row .container { background-color: transparent; background-image: none; }#bTpTdqZmrdDM4W4LiWAeDqxnkmENNDam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTpTdqZmrdDM4W4LiWAeDqxnkmENNDam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTpTdqZmrdDM4W4LiWAeDqxnkmENNDam > .row .container > .video-iframe-container { display: none; }#bTpTdqZmrdDM4W4LiWAeDqxnkmENNDam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTpTdqZmrdDM4W4LiWAeDqxnkmENNDam > .row > .video-iframe-container { display: none; }#bTpTdqZmrdDM4W4LiWAeDqxnkmENNDam > .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); }#bTpTdqZmrdDM4W4LiWAeDqxnkmENNDam > .row .container { border-width: 0; border-radius: 0; }#bTpTdqZmrdDM4W4LiWAeDqxnkmENNDam > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTpTdqZmrdDM4W4LiWAeDqxnkmENNDam > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#BIltLmGqS35fAODXyPsSLW2WoF2luxNb { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#KPHlTHPEoakH56sFfAr2EDwddgK93DJu { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#dUy29DWFdTOtGGzWVBOLdfEZeiTOg2ZJ { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#I8TOWkSmHP4qnMOdpH3AwHhqs0fpSTEZ { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#m9NSrF2AT9tClLsAdmvA7uXxiqC1a0AS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#qIAUu5IGbTJya3x1NooSo6uCapVoVnQs { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#QghJ7qsmflTMO308U1H3EGQUpaDCuZ6D { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#BDXOZ7nJNvFPDKVLvubLfhPXsO5yMBJl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#MDtyUOXqOfuQH3DC0TE0UwkA0xyILpz4 { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#ZlWPROUokW5r9g3iiSGskvbBcSKeMvQE { color:#ffffff;display:block;width:347px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:426.50006103516px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#bfnrkCdtkuwitiiBXfS88D8UW2eFynrR { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#bG7z15uXSFkwruXKi9NKBqQL71NQDSJp { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#uThFMblAW7N2cFIyUObD50PsLQeFZb3z { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#Of2K9hzszFvhWlnZaVTW2K3N89aMafHb { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#dh45qb2VpelO6rvIy1Tuk9UwFQTTT5yx { color:#ffffff;display:block;width:343px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:272px;left:828.50006103516px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#DGbCcATOmghvxWWof1EpRzX5pQoSHneQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DGbCcATOmghvxWWof1EpRzX5pQoSHneQ > .row .container { background-color: transparent; background-image: none; }#DGbCcATOmghvxWWof1EpRzX5pQoSHneQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbCcATOmghvxWWof1EpRzX5pQoSHneQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbCcATOmghvxWWof1EpRzX5pQoSHneQ > .row .container > .video-iframe-container { display: none; }#DGbCcATOmghvxWWof1EpRzX5pQoSHneQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbCcATOmghvxWWof1EpRzX5pQoSHneQ > .row > .video-iframe-container { display: none; }#DGbCcATOmghvxWWof1EpRzX5pQoSHneQ > .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); }#DGbCcATOmghvxWWof1EpRzX5pQoSHneQ > .row .container { border-width: 0; border-radius: 0; }#DGbCcATOmghvxWWof1EpRzX5pQoSHneQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DGbCcATOmghvxWWof1EpRzX5pQoSHneQ > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#cET1lLmRbseRHDLU176pGvg7W2E8dpzC { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#BRyD4h9MvboBgeJZrnAfROlFV085hEtF { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#LQLhGyN3OvWldHm0hodIWQP950wFomq7 { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#SZHJVPtKLnFQWT8KWNq5IvxnTJrVq0nh { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#DTIcyh7xdoX7FOGtReQP4Qd8oZVumlrf { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#N5tOLCaTDP4NefoMrtILSzBh7eTzSwAm { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#gWg5MnRbQh395Xfv43dovmQvnJFWzaGv { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#prs9v3BHaHP9dOHSCDBfH6sAnFDDLbJu { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#LNdHdBmnoef4hlmfR00nx1lLLqOOQVkc { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#ToOi3S9N2W9E9JwOKlDGqSqBw44kiqfg { color:#ffffff;display:block;width:347px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:426.50006103516px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#Eb4hRhaIkbSVsAQm9xkAdCQLfLSONaaN { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#fOz37gWGuTpZDJ9s7h6ued1UdsGAWmRx { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#SsNJ91Ebsp3EF4V7xiJHSsgFgV03qTtV { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#dfTZSzlfgNVEbDfWxOXtGIdrZPX0KEVR { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#eg5Mko2m0zFWrtvqZQcemJ9oq5HC29J6 { color:#ffffff;display:block;width:343px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:272px;left:828.50006103516px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#wLKsmaRfamTIaOR7HLsHTIXqHegKiq71 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wLKsmaRfamTIaOR7HLsHTIXqHegKiq71 > .row .container { background-color: transparent; background-image: none; }#wLKsmaRfamTIaOR7HLsHTIXqHegKiq71::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLKsmaRfamTIaOR7HLsHTIXqHegKiq71 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLKsmaRfamTIaOR7HLsHTIXqHegKiq71 > .row .container > .video-iframe-container { display: none; }#wLKsmaRfamTIaOR7HLsHTIXqHegKiq71 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLKsmaRfamTIaOR7HLsHTIXqHegKiq71 > .row > .video-iframe-container { display: none; }#wLKsmaRfamTIaOR7HLsHTIXqHegKiq71 > .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); }#wLKsmaRfamTIaOR7HLsHTIXqHegKiq71 > .row .container { border-width: 0; border-radius: 0; }#wLKsmaRfamTIaOR7HLsHTIXqHegKiq71 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLKsmaRfamTIaOR7HLsHTIXqHegKiq71 > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#rRfTPv0DBcXILRJXLwifq06AX7BirIAc { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#SalfTeooFtptiaqRr2T5SDBb74Dm8Htm { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#knN83KDTlCedHIOhCw6isGGNPaQTzTaS { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#BNGroMcGGnmSJJ1TzaGmMNZIPNFbiL4A { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#AyccBIdaPt64LtR2fEmXzUcRnR1N1CtR { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#RsFkgrh2khTlZTGuMI4wa4JtA3sitarX { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:26px;left:419px;display:block; }
#Enoc7xKUfZsJV7bJJbGEEoddkhmp3dqg { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:422px;display:block; }
#bWQKif1Oz6UNptopAy2J74DthKL3teci { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:40px;left:434px;display:block; }
#J9DMCxPtICQ8sNyIUndlExlu59TVf1vq { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:240px;left:435px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#TDR5RWaBz9z0Q8loO4XT6I7gc7J5Ca74 { color:#ffffff;display:block;width:347px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:269px;left:426.50006103516px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#gvRmP1dD3J2QWWITODbo84Eabqi5qfWT { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:25px;left:819px;display:block; }
#ZuFLh9qpCt7XVoE6XpE4Tn6UG3TrM9w4 { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:25px;left:822px;display:block; }
#BJWo09Ao3xcFAdAQSkIGrwMLeEvBsBPQ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:45px;left:834px;display:block; }
#I9c58qUOX3kOMJ2sbh4dQPOCNHEzu9XQ { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:245px;left:835px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#Wt7rhoZwl50gJRTrdU8fKOvR5f8vyOkp { color:#ffffff;display:block;width:343px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:272px;left:828.50006103516px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#A1yPJx82lQQamkOKoTN3uKhCFhPISNlF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A1yPJx82lQQamkOKoTN3uKhCFhPISNlF > .row .container { background-color: transparent; background-image: none; }#A1yPJx82lQQamkOKoTN3uKhCFhPISNlF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1yPJx82lQQamkOKoTN3uKhCFhPISNlF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1yPJx82lQQamkOKoTN3uKhCFhPISNlF > .row .container > .video-iframe-container { display: none; }#A1yPJx82lQQamkOKoTN3uKhCFhPISNlF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1yPJx82lQQamkOKoTN3uKhCFhPISNlF > .row > .video-iframe-container { display: none; }#A1yPJx82lQQamkOKoTN3uKhCFhPISNlF > .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); }#A1yPJx82lQQamkOKoTN3uKhCFhPISNlF > .row .container { border-width: 0; border-radius: 0; }#A1yPJx82lQQamkOKoTN3uKhCFhPISNlF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A1yPJx82lQQamkOKoTN3uKhCFhPISNlF > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#lEEu7XGrBeTVlRfJQwautR5H09RLUzcO { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;border-top:2px solid #e09e4c;border-left:2px solid #e09e4c;border-right:0 solid #e09e4c;border-bottom:0 solid #e09e4c;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:3px;height:383px;width:360px;top:24px;left:18px;display:block; }
#dNRA4utTWE2gMEy99t4vs8EkJENNofgU { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:2px solid #e0c773;border-bottom:2px solid #e09e4c;border-top-left-radius:3px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:383px;width:360px;top:24px;left:21px;display:block; }
#OInUfMo2qDL9A44HXZeJK2PeLwW8mA5H { color:#ffffff;display:block;width:339px;position:absolute;font-family:"montserrat 900";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269px;left:30.5px;height:72.8px;text-align:center;text-align-last:center;display:block; }
#eG9BC9BkTw4bC0EJyLURtaxqTwyByaZ4 { color:#000000;display:block;width:330px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:34px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#rDde2zxgwsqmH7SKDfrd3LuX0vy5noUo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:185px;width:332px;top:39px;left:33px;display:block; }
#ES8Tl5s0LtBvhvXvb84nCow9zreJNfvp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ES8Tl5s0LtBvhvXvb84nCow9zreJNfvp > .row .container { background-color: transparent; background-image: none; }#ES8Tl5s0LtBvhvXvb84nCow9zreJNfvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ES8Tl5s0LtBvhvXvb84nCow9zreJNfvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ES8Tl5s0LtBvhvXvb84nCow9zreJNfvp > .row .container > .video-iframe-container { display: none; }#ES8Tl5s0LtBvhvXvb84nCow9zreJNfvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ES8Tl5s0LtBvhvXvb84nCow9zreJNfvp > .row > .video-iframe-container { display: none; }#ES8Tl5s0LtBvhvXvb84nCow9zreJNfvp > .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); }#ES8Tl5s0LtBvhvXvb84nCow9zreJNfvp > .row .container { border-width: 0; border-radius: 0; }#ES8Tl5s0LtBvhvXvb84nCow9zreJNfvp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ES8Tl5s0LtBvhvXvb84nCow9zreJNfvp > .row .container { font-size:14px;font-family:arial;height:700px;width:1200px;position:relative;display:block; }#gegPFb4BIWDJztdeFEODQfk7p4c3899G { position:absolute;display:block;z-index:15000;height:348px;width:620px;top:27.322906494141px;left:290px;display:block; }
#CbVohxpGBvUcbLhQtdSAKIE4kGm3pIkm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CbVohxpGBvUcbLhQtdSAKIE4kGm3pIkm > .row .container { background-color: transparent; background-image: none; }#CbVohxpGBvUcbLhQtdSAKIE4kGm3pIkm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbVohxpGBvUcbLhQtdSAKIE4kGm3pIkm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbVohxpGBvUcbLhQtdSAKIE4kGm3pIkm > .row .container > .video-iframe-container { display: none; }#CbVohxpGBvUcbLhQtdSAKIE4kGm3pIkm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbVohxpGBvUcbLhQtdSAKIE4kGm3pIkm > .row > .video-iframe-container { display: none; }#CbVohxpGBvUcbLhQtdSAKIE4kGm3pIkm > .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); }#CbVohxpGBvUcbLhQtdSAKIE4kGm3pIkm > .row .container { border-width: 0; border-radius: 0; }#CbVohxpGBvUcbLhQtdSAKIE4kGm3pIkm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CbVohxpGBvUcbLhQtdSAKIE4kGm3pIkm > .row .container { font-size:14px;font-family:arial;height:183px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJDAJL43iVzXmsroPIANZ2ZMFglzqTAA { top:162px;left:340px;width:424px;height:121px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #EQbUJThbaZdT05qJz0KkzDpduv35to66 { top:132px;left:0px;width:321px;height:181px;display:block; }
 }@media only screen and (max-width: 763px) { #utDNXfC5EU3Z7i9wVfrloub4DTSnJVvi { top:0px;left:169.97918701172px;width:388px;height:507px;display:block; }
 }@media only screen and (max-width: 763px) { #ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K { display:block; }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QW0e7LCIphn4HglXaTyP9OaM66WJ1WTS { top:28px;left:54.5px;width:655px;height:57px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #IPP7yEOS1mCa89iwtWKOstyOO9KAotcR { display:block; }#IPP7yEOS1mCa89iwtWKOstyOO9KAotcR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQ2D46prtDpmCUM9wlWkRm396rZ9GolO { top:42px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #TXGbI5M5hmnmrA5yqhn2sl4aV9usCJaz { top:26px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #nObpLr8FWXA2BoSOmzdSShd0dMqkJg4k { top:243px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yd0NtIVBLP2MP1N7FQldCWRqtObOZHxN { top:276px;left:0px;width:330px;height:109px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FVr6fcJndHXocrCeEfE70QFPSrhlU7Lg { top:26px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #ATz1F67zPnrGs71OSVRORRU25I4thkZk { top:27px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #aQbERvwheDzhtzCQkzHaT8fIbeCmw17f { top:276px;left:178px;width:330px;height:109px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ZwMGPi2qTAvIC8G5TE7Cpg7XDmFQLIK0 { top:27px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #Rwf0GIVlhXVnRHniQMoAC4CNvyiUq1rL { top:243px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HWvZB4ou3TozqfIrNIfwHHKAX6TR0bQI { top:42px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #l1aJJry2fcughmL4Ff7e1opAsfh8ixSN { top:27px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #NqnHJFovDqJgxD33ofTEgoTuV9OmKvcs { top:27px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #mV3mgkPiXZihTToe8vNoFXOzPmTsMo5W { top:266px;left:432px;width:330px;height:134px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Dugqpi2VZUbR0XtBCfLqchTEHO7Noga3 { top:243px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #X0SiUUSA1ohp09OCf1eMJHXcgx4CaReK { top:42px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #zEHKeuvWmcdDXVL1SUETaTFBsS5uEXTZ { display:block; }#zEHKeuvWmcdDXVL1SUETaTFBsS5uEXTZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uo1AF16XI9bTMxgPGZIuDSGx7HMCpLeq { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #TNwK64FZfMr9CskLTJRoN5TGzTkdl5Xg { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #Rm03mfQtnEHSingHp9461wVnfHFbhyNd { top:275px;left:0px;width:330px;height:109px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #h1C7XOUaekbebUm3RswchA5Ui1mKsz7h { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ytoZOOMDykRdVCUmTTbg3CzApqRzH7U4 { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #TqxnJvJmC9WIx9gy5Nc8pXUunzDlXNF8 { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #X3lSOhqhSwBNt4hATiGwVWSD5RFhm178 { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #i0SItZalHATwFgPqUg98QBs3hofsv3v0 { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #VTgTzdNzxlfyi5wErcvmrG8XF3uT5bya { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #t8E7JXVPyTPHdrWup5aJKm3zlgM3rtRh { top:266px;left:178px;width:330px;height:127px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eyTd4Aggd3DNfJwqxHgpxEAGqHhoJ5Qv { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #Ixn731XVpmgiytThsDKDmB1Wqg2O74bq { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #hCuRDQ9z7ercDZ7eZ7MdozkcZPaGSRy4 { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #KZasEnUzsG9uLbqaeS5vr1nFJpINW8xb { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Cyeq7zevTIwTt866tcEvderUiC2hOKKx { top:271px;left:432px;width:330px;height:127px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QXxTfG2AfDUOXqo4TbnzIPXK2tmEALiV { display:block; }#QXxTfG2AfDUOXqo4TbnzIPXK2tmEALiV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9iBlaa9L0X8UuEOOVe84wKDS0h3Nggn { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #VCWbMBTnKkHFr5zD8QktyDMcqiwCvVdd { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #tqT7bodAnh9ruch0pWCrgqiuW0fqf1TA { top:272px;left:0px;width:330px;height:127px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #x5uILwbePQ626ZfTAN9xXyuXdMVthfAs { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KrqtDeTx9R3PfetuJX4zTwWWeKmcyQKi { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #NN2ZleJ8kwJa2U8JrASCxxO8qE9xGsLe { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #O7PtaXTMQQFST9J2Z1fEcATEDQ9DsbJh { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #Sn8a9bC7bvEH6hVgyeXU4f1F9OvJwzgV { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #TdamHsPM5Ksqk8P6AGKMDT6Ce3e3cqa2 { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iIVxDUyTT3JJKzKi40dk4MNFf53zneSg { top:269px;left:178px;width:330px;height:109px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #y3x21I06lCH3P478NKfKyZzXAS370K2X { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #Six7ItkfTvUdCZq2fDT3HSNZHvIDKQN9 { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #CxrTLzmA8EeTys88QO8MiwRkVXyKkDV5 { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #U8iiaCBwaOOS9pbbJnn558SdXUiXdKGo { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T6irefPiQgfVUcWM5mfUvzb0bUsQMBI7 { top:271px;left:432px;width:330px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #P1mHgB7ENEJzQGxzKNTm4As9yIXTnLSt { display:block; }#P1mHgB7ENEJzQGxzKNTm4As9yIXTnLSt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6DPLAT1JeQgOPMBSFAoCwwiUP0dSxGn { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #SpOQTTTKXTNdiZTbkDhSNq1F2Io7cZSm { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #acFxWTu7TCSeZnpt7hMP09XtocuUUbsM { top:272px;left:0px;width:330px;height:109px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #h5s9xfLTqGwlNAAkPLpUysU2dSVMXVuF { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AKqwaFMkw5JBOxozHNJz84gJq4AJIgcy { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #qhEysnHWrCH6nz2C4ym6Ks2OcN7BqUdA { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #HWnZGekFJyyUkiHcF1sExpOknupSmmsx { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #OidN1JrtSmq9BHJnGRgeabZT9TFEZ2tq { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #FGAchDBlhmMcPbtNsuaPDvsi6bHnaUbx { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TXTTIGPLrQgpQoHNTTTZTBn00T52K0mT { top:269px;left:178px;width:330px;height:109px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UVuDabQXInyisOAEK7xlzXr7Ezi1zwT5 { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #N30uSOrREdJUXHmB2T0Zd7rOCVLPAQ35 { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #yDK11o9sZluDA03V04WhT5Eo1wxnOSTX { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #ZG6v65SWRRP7Ronfz3JXJX0INPxopH2l { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xrSX5gGaeT6khuDSsxgMxOVaixR2TveD { top:271px;left:432px;width:330px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tsXBLXWcaRvDrOeTOTyZ7whkrH8EhsUc { display:block; }#tsXBLXWcaRvDrOeTOTyZ7whkrH8EhsUc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dt2gtkL7WlJ1r1SV7cOuV6y70A33Kbov { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #SfruC1pOTJcTi5KsgTVRXTACeE48NeBC { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #yrTKOdiap58e47PHCCTnMJF9eIBbUtHU { top:269px;left:0px;width:339px;height:127px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hwmeE7T6g4xfPEt9gmqoD4qkZvENuKWX { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OEOx2lLhSb8uPPs008D946TnT3OLCcUC { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #HRI3zkXfdd0T8lIEmJfSCaIVPAv3BWdF { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #yXu0QIIv7LDrte1PAq44W3civdPvTguQ { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #xZAd9lqp4bppqpgwGL4p1SELkSVQTUwi { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #ONT4lqP4GnwB2LuBITfBvi0qAJqc1xOt { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UHpovoJ2G379DCQ3D67NGNTC0RS6RGZ3 { top:269px;left:178px;width:330px;height:127px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #E3Jo67TMzcK5AHOzlXG6RX78lADSBGTT { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #T0uQZRPOq4kVpOckzNSLS4Tsmk23K0zZ { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #PXaUXwbDibp36cov6NxbzgtCn4RbloZ7 { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #tLwRRzCI6vOn5laEzTbQolWVDEKdz2vr { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uxRaqCDBhJ3wCfpmABkF7PbI00J6Vqtv { top:271px;left:432px;width:330px;height:109px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DHEd56r6I4DAwJcbtB3q7TBRlATZG1PM { display:block; }#DHEd56r6I4DAwJcbtB3q7TBRlATZG1PM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLQHCauHzSWI1LkHiidRr8E4IlLpqVio { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #BoDGPn05O9d33GMkp5EUWmo2OiGkxWcy { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #rrczID5tFuLGyDJkRHThOxAuOXVDoaw6 { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #eiVXQOH7y0FJl2I6nFzOxEPFwNQ9DJJz { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lzunOngfIoOlaBG0I2Kuw0JrqR5mq4WV { top:271px;left:432px;width:330px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GiaA93Nk7LEgr1DA5nLuQ6LmClNpwci9 { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #S4BTobMsDkvtJdowreVIE1saCqXq5XHQ { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #x4iLOclqA6giSVfRicJJeW6Eu7mPDfSK { top:41px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #nndCWFoL5WI3CeR7R2Cf7MMAKqC3Ckrl { top:241px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AiT8HVaEFXCCD2EmSsoiDLmog14hI4fC { top:271px;left:169px;width:339px;height:127px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SZ7vb58UwTSW6a3ypkRHHgAwRRkdQVTJ { top:26px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #caGgcXQC67qgpaaIHlehdFskKVObTGSU { top:26px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #ssTHxaXJ0RmG3mvDEE8QqWMC5wUK1kGQ { top:41px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #zTM0TWIrTAOwoIpI5So48fTA0nf0bS2G { top:242px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #drCuHNHxBtBbTPe7CafKqTXVRBDZtR5r { top:272px;left:0px;width:339px;height:109px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TekaFtla4pHx0p829Db7G5FCs5rkhuNZ { display:block; }#TekaFtla4pHx0p829Db7G5FCs5rkhuNZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJVQsO1sJERo72bfpn2Ri8SZh8uyoXVm { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #AvmXEvtXnPyoVNtTLA4t2fzUeBC7V2Ga { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #uPekbyCysHeiHMTESz56BH1x4oUHhd93 { top:269px;left:0px;width:339px;height:127px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hSMRquhTtH9GXZhOK0CNPcZegSgfqhaF { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Om7ZeSftfkzpVsLQfhWGUkmWy9fIfUmW { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #MtWScWGOJUTLNT8c88Nq8Aku5qe4hPrI { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #rwCsO6RUA87TxcgC40w8Ob9nhuNAkyh5 { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #wRMKh7rbA9NoTUzCIsoXv9nBmD2TKZGz { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #GlkrGh66SmrJBSnUu375HVKMZS7fWSQT { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wftXD1DXHa5LdnBqXBgTMeUfN8R3RzGD { top:269px;left:178px;width:330px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OaZ7B7H3IA9xr6lthNEeK0WGrcxfLrkR { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #MNS7AgSxxw72DaqAJIx5mpZlPm6AJkWo { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #t03UAvcSkQwD7tEUOiJX51ogRoncDJkb { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #tSIDQhx8rGaXHTWPJPOWUZ8yZaDbH6mZ { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yq7JXgZi6o5pNWiEzU6krTR6LedUHqNR { top:271px;left:432px;width:330px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #awfVT8M7XFT9RBBTteNFlpNHcHr5NbnM { display:block; }#awfVT8M7XFT9RBBTteNFlpNHcHr5NbnM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFkDy01Do1O5pGeEaMeNn5LDQGb1pumo { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #y11BsIXh5A8GVtL0Aa1tqhVHeFJDMUSl { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #GyrsmGMxsTmXVHso3WTO58cFoW3ZNTFN { top:269px;left:0px;width:339px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OO6AgffoTVSUqZgKco9SUQViWKpvgypu { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZWJnAVG34ComWfgbRnSJsXMvnWQyCAMg { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoB8Ek4D4CcHrh7k00nxoiWbepAar7gi { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #S3ARFw2QG7xGyWXkqBP54RLqRCKAozyC { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #S4l2aaBSa9QnL1Evxr5GW72TrcJOLGqA { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #L8LuI9yNaDDt5JcStp6dfurdIA75H2DV { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rhN5w9Aw1IFstT9v1S5SgMiMViXGSF33 { top:269px;left:178px;width:330px;height:127px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #LOorLxeDfDcXxyMKkNzeQFRSI7fXGOP1 { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #mksWWhhiHZxT8wIqxsAStr1UMxbrPIHL { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #UULX92aPbGNRH0S4rLTfqcFrnPia9zeT { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #zw9HzKwsqC6n3Vx5uOOeKwnZWJiWv9vQ { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fdigfovGPON9JBg4x5WD70hIIZca4DSt { top:271px;left:432px;width:330px;height:109px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zP87Nova4NKCLBMJu5KSwSC1EuqcS700 { display:block; }#zP87Nova4NKCLBMJu5KSwSC1EuqcS700 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgcH8bxLnabDMKvA50F8CQk193mGhlKz { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #JQq4oSpuq1IMJ5J3AebaCWky12AnJ3lg { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #yualIZm97ANt2VCCeH0hoVG5mW14Ek9u { top:269px;left:0px;width:339px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QLlJ8EeklaTCrFcGwCSIDPRbBNR8IOWo { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bNHETO1JxFm0Jc4RDcfWgoEBXTGgE2zQ { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #BDyHRuJUDF9VkZaZ745rGMqRKdFAlkXT { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #Dtb4wgxzT0vfwCrFpAClPhbinWKfLmXU { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #vscwvGdv8x8MxzCo8bOAJONoDnbcR1gT { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #ZrV48lSOhXXcTuwCtS8QqcmRNHwTT2d5 { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dyd0eS4PXhdphJwhc6WRHCXO1fh8eVv4 { top:269px;left:161px;width:347px;height:127px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #w7RVbt2ObGywBdP1S1wGHJR5kHoclNZe { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #rMIwh8pOGzQBMmygdOWfLrvTfRmgXK9R { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #pzCg9xeasWIS5FahRq4WTbz9g6DyJoHm { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #qQCwhFuk7e6iykMPMDgkpMmG796LAWpv { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vyM4MCBU21QmhrHFpzZLnw2UU9VD94Jy { top:271px;left:432px;width:330px;height:127px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #AdCLT8RxOdpM4vw2EG3Xlo6lxwAoUwOe { display:block; }#AdCLT8RxOdpM4vw2EG3Xlo6lxwAoUwOe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWbo8QPLMiTwy0SfsmUuTJQbsMNWx2Ov { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #DnZ96IrCJXeTf7OXdqxMdW9QWkCMaBoO { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #KkCV7zupMVFIB66GkehoLylBxaZRSzvC { top:269px;left:0px;width:339px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WpVSf2fXTAJKTJTVleNPO7uiUcBneH0X { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #o18NZRbHBFgtISqzQoszyE0xT0hVrtCp { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #BmkedKnERCRT2vTh9XIQL44nU2P2Mo8G { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #vaVADcgaT9rBcqv6xkMT2I6KFePv1tJD { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #UKFtX1iRAXhFgx3ub3rvgDn0R2dvngMc { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #yiXl7FGDAZn2rmgTnUI7Rt2nHgk6vfh8 { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EvOCeHHq5yGQmhlJ7hvSq03fZZaw2rWq { top:269px;left:161px;width:347px;height:109px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wiETBCFO6yVcdnqaKRipsZh9RywTy7cu { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #ceFpgIMk9ttLAUQsOGRNSedgRihzBmQn { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #k4I7rMJh1Ib0lVXWU82zTW3BSmw4Ra1J { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #boy6AFEk7Z4HSySHUrETyThT7o0PMcFS { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Wz9pAWDQTZUU61qI3MS4Nt0RVnBqPS61 { top:271px;left:432px;width:330px;height:109px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #O6taK7icF1GdGSITNWxzaFHHORUtTksa { display:block; }#O6taK7icF1GdGSITNWxzaFHHORUtTksa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdvkHHLBKvW5Fxd6xM0cVMElVm60HAkc { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #e7E65Kio2efnPwPqnWicI1kdTuKzDT96 { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #unucXfNaflntxi4UFRLIWG9KPLFhm2bV { top:269px;left:0px;width:339px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VVsQrifZJEmJaAf1WzpuddxXLGO0QsGc { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aXCuMZfANeDZryNtnVtxvQthC0a6Xznf { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #pv4aIZUD0LsLKvuVfqv0WGO398I4Ga3D { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #dW3e6y2b4RTSkFoCU7BJypCw3uWcp2CU { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #Z7FGNWRNNKgA1TQ3m073X7NuGQIJ0rKL { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #ADBTf0QZTcZXEHM3q3ahWR9o9Ts25B9d { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #epNMoX09OFKeBcuJ1J1k0oWhsWZn5Bk1 { top:269px;left:161px;width:347px;height:127px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MCDJZoRDNiqMKqoCS6h1hCAs1c4dS1po { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #nBQmZWo9eoyBqI77fEsSJVD1PMgfkAxU { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #wQiLFef4b3F8oiQ1h2atXs7N7ZmbSQun { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #PIEvDSkMFRNk4IbCTTSZ3Vy6xJFsTDzZ { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lJXA7v27yB6zVTkyCodLkQhcLkNy0qp8 { top:271px;left:432px;width:330px;height:109px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vR6CGVUNQxcU4l3asVDbBWRKgSM4Uggh { display:block; }#vR6CGVUNQxcU4l3asVDbBWRKgSM4Uggh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJLQmNXUn6b2mL6HLFelSwl3Pe3t5ffF { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #wXkyVCpdAK59bGPXfRas12vTJDsWLM9w { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #qA7BngoH1E5rNslN84twP3GDuNRMF72w { top:269px;left:0px;width:339px;height:127px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hLsVWTE5o0TTEFhFfoWTehkN1vTRlO1e { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RwoS6XhDtdh8Qe1RrDLdE9FEiJaJWkth { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #PBZtnNU9dQEJE67ucAUrETDTwFFQ4McT { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #hO3H067mtOeBME3SJdhUceisAM8rgbZJ { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #LQOeo4O4BNTkaDuvDCHiE1HuVvpK32QD { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #zsrvOAoHbK7uiosU1nvlauVl9h7lRSSD { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NmNlcnltCNq2RhSzlzixLfTE3LCT8qsK { top:269px;left:161px;width:347px;height:109px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #oAzH94mIgQTn2qC4Jtv0CqCfcTIEXzKT { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #tZZZR1ygm9q6TDdI9rza2Qx7KkLdLW5m { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #G6zqBVk5Ro7l27T0eMdVHuW4zNpVAFt6 { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #DJQzPUNS2vhScp3ViWT2n9CKvkPh7hhi { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mtODvDcuZf8tDl5OARJfMe3Zou3wX2T6 { top:269px;left:419px;width:343px;height:127px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Os1hQU191NPv75Tw24duDgv1w1OmHimb { display:block; }#Os1hQU191NPv75Tw24duDgv1w1OmHimb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUWBD7IRfRoTdLLoHEEaqx1trysse8xf { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #RTHi8oECtEm2CTkQAg9xHKUP8OWr5dXJ { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #fArLWneB7XP9ZytssTPuSTbXsPVazkK5 { top:269px;left:0px;width:339px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #c0SoMQyzxrc9kw2yEIJEaXmI5y06fu9i { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DbfEPplMNxwrszCe3q4l5uBJAUm9ziNb { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #dPdGQU9AW8nSTxXqazGWRVIBwNLO1yGR { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #teBysn1B5d8aT36C9frlSi16STn09FSQ { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #SMkGcGtmPKKrmSTKDyUH8pIlBnqoTCZ2 { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #EtPoCZgTo0qk9OFCoSyw8OAAFoa7AA8d { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mRFPoXJxI79xlfhyOSDSGQoEqQ6TLvRS { top:269px;left:161px;width:347px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TfacHQVn1CgoNsEA6al9NHSqoMmuyn98 { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #CF7aGJOgFXbHdfm5HuN4u1wsIiuc2rUJ { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #keEHdwfSkT2hOPNTBc8o6lT3N8S9N47W { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #B8XxaIHhlIkxHxlOJBrRgQE1Qo9wpDJh { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sz4DrcASSXxXZyresT8EaScGEV8OpKDF { top:272px;left:419px;width:343px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Q0OHtJB05h1SuWGHsugP1Op8CC7i2T2Z { display:block; }#Q0OHtJB05h1SuWGHsugP1Op8CC7i2T2Z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KynIxTSC3bcz5usnlFEeeyaGAsxeMeIS { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #Owt6hcJLQFoSD41hx6MyTbXEMrXv3M8Z { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #AMmrfHXvClxfrdnmlILnJ7ViGSVpTgaG { top:269px;left:0px;width:339px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cy7OGQolGsgoW6NZubTm9Jcyb1KqfQEo { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Decc6f1TkIBOG0bE2N6aTJ590MDoZd54 { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #IlP8Nsyp6uUwSE7xn0VPc0ChJGhPx90b { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #aCPSJMwEK53iXcw7Eg3kurIZHLDol1wV { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #zC4vsTxvNzBAawkREhmcvUqGozo0T2Bd { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #bGoqrLTLpncLd04Or4LP7BKP74L0knFX { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #t5bQa3FCwl4ynMwnpxmTf7AgFiMxtf0T { top:269px;left:161px;width:347px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NZFSW3cCzOaIvJ7VsecXsTwsDoZgWcvL { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #gT2X5WvxBWSpGvU9avlQ96gBIZkchF8v { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #im8yT8pPd2FGhakDCd04rb7l3XnIqyqC { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #nQlCK57hXH0egE4puSumaKALLpRLIldv { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KD8PBJ1tlyS4h6tn65DdTsgWANbGTw3T { top:272px;left:419px;width:343px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yiHoF5xwOzr8JbVvCqHIhwN5iXAu0xZV { display:block; }#yiHoF5xwOzr8JbVvCqHIhwN5iXAu0xZV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObpuxsozvbNVoaVNEGKPwIiE1gTwoRFg { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #p3wsLq5qZZrxn9yd3n7KT44kvCa01wKw { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #w5JclRIQAfUTk6cABEbCyF5aWg8WuiXT { top:269px;left:0px;width:339px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ogv2OJAImcRgA11IhHe4Vb4LDySuy4ds { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rbmVysWeCDmdB6T3D0ckCTKc81mmlXlN { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #r8xmJPptPHTQLm9QzwJvaGJFO5aQMbCx { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #ImLmH53v2hClFyqx2iLUKTZQs97xTGBq { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #EiEe4eG1gVOb1bL7KxTnsR34hkEvKCVx { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #PFv1z5Bh6UPZo3MKzGJaTwLIpT3oHXoV { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d40CVaOAC9gmqa14oiWO9ZeTaAGnOS3F { top:269px;left:161px;width:347px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uNhmB2AGdOvIUr9HIvSnl4LK3Uy2oiIT { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #ZKRtkItM5RCBQBgMlbi5plStR6hbpMGX { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #aOKPODpdbcznoZcJWuNVTJsk4x5Jc1Ft { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #FTqLJUaxTe8efIrhrGSSP4EW08hfKK85 { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Dwlo41tpvRBV4QkxrLnLzz5tQIrCyBNt { top:272px;left:419px;width:343px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bZylb57VGA9BX1FTTFvKV92tvvoRslTa { display:block; }#bZylb57VGA9BX1FTTFvKV92tvvoRslTa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wblzymaTHdPtDqi69EsKFPOOO5hTc0gs { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #Q8hwxKOpZuNGaoGKB6o4mTyiN06etlXX { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #iXKBccrruIwlTUTUpSDWbVtpdRxAaJVH { top:269px;left:0px;width:339px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UXJmB1MnVITTC3X1du4ZTVq2GFAEpb2a { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wKqhFn1iXy03Iun5bKJezUavzo15dpyp { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #dytCTT2kChpxTdeMV8mkdKZz9UG34Ogs { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #hi5nK0BQyInivqX91dG39rVeMIndyRoK { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #y9zef6BPNDQI707wAdr92sKqmMZDyWds { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #ufALQC2Q0Nbx09q9Z28u08EZoOsLIA5v { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #phdKbDmUDnpLz9Qt0FZ1aqTDOD0028ta { top:269px;left:161px;width:347px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #KhN7UiLV9psHAsB8yZDIvnPsvddpZgJb { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #sTeOm9NT2kadztA02ZD1eeziEEqbamh9 { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #mTOf4WfPFD8WrKlxHcRueK0EiQpEsnRy { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #JQ4bowwkznxlTdWfRxiKrI5BkvnyQJAZ { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mJSKIQUlG0gy3oxZftU0QFMp0oC9Bazu { top:272px;left:419px;width:343px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #LGHiKbyX00tLThZsOHzQ0IUTQ88i3Z0T { display:block; }#LGHiKbyX00tLThZsOHzQ0IUTQ88i3Z0T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSS5u80TAJWKins5ELH80WN5M6tTzbRl { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #u8AqUKH1y3SrZVfrh2otRr8kP8C8eq5u { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #rWCZ3xsffZWKhqc9Ebnp3x7wdDI6Gbsg { top:269px;left:0px;width:339px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #K9yDSUzLKdXsioeA5qTWAHWiJs7T99U2 { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #S9MPWoeTUkNGHUoqyHAJZLZIwqZxt9px { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #BttIHPxuWWLcpLquIpBM8K2lPnAQQe1h { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #LTUyirUCfBImGLXtUND18RtM3L7p2Aed { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #AwOVmm22OoBKOrZ2xzFLVtuUTzET5T8f { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #PNaEUnRGi1DLZC53o0kXAoV7giN0G7sC { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EUQRVpDiQBQfXvuKbdX3cDg1omkF2SER { top:269px;left:161px;width:347px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Fo9fHRcTCc6bymVvH8NmcpgCBqHcCvWg { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #KKwX1sTEN6URV61Grms1RrQsFXmKvdb7 { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #Embf2fXk4a1rTOqXmXnVK23vJvOaVTMv { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #HDZOwxuROAed62ookDwiOd0bSVF5nWXw { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uKxABw1erQvW1NFihmKP8MtWIISzqd04 { top:272px;left:419px;width:343px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zntyxJ889Wp0ZP8RT58wO8iiCbpMlHmX { display:block; }#zntyxJ889Wp0ZP8RT58wO8iiCbpMlHmX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REAMSIfy3gJrl1MGSpxVVT2J8TKQyPDN { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #pshvkZtcaqaqZmHGz55sfnhFCTGl1kEC { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #OlwPxNOCWTuRQVPS3TV55soSIGmhPtAV { top:269px;left:0px;width:339px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QUycTiWrTpoQTeoi4g5lrtZA5xoCTsQT { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MJzZCulVbc2RuTILJlmhxCLpbKSVyPvF { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #ifTzSpalx4OS2Azfk1I00lqtbzfuHfqh { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #BOiJyJXFTpZCCsTonqeZo2UQhNR55gvf { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #Ccmzf7yzpH2FSpQgaeqXoPKKt3OOLbGN { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #oaGZLmUO6zhdibtwAhgKOJNDxfZHvt9a { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sxuzR2DkOqM5Q8Ku8mWndR32BkTFSoSk { top:269px;left:161px;width:347px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GGDDdBHmTeWePqnPfQFseKFlL1xovLGW { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #N080esfIhZ8pGbkCC8DLBJlOg4xWDaGE { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #o4TAcf3eahFQExukpgPThQO8vzUwthwR { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #a3GvpLA7LXcH9OAdmMHmaMbmPe82fJdp { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BZ92SfAkWcvSUitvhBDoS9eMP99T8RJL { top:272px;left:419px;width:343px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #kDVONSzC77cXh5F6TNVKJ6aUB3aMoXs1 { display:block; }#kDVONSzC77cXh5F6TNVKJ6aUB3aMoXs1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erq0Td2O1ICn8sfX2LNXrpcRuonmr3av { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #Xu449UkUIrvnLb7WuWZahBneXazTJsxs { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #xG30BTNsBNnMXpb32I7fH0GawyrTO0ni { top:269px;left:0px;width:339px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UL7KBGWBknup7efBcUe2vwwzpbbdSBLy { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IghdgkAeGRSx3lsGVAM9bL1Vgwh44C7D { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #bRvORrrIzEA4h0w9LzJVy1FK28lVhXyR { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #G90Jlb2FC1xlPomikrT6kZQErxTk95T5 { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #tCCurBXsII41VqU7I7v1Uw44TwP0ql0w { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #idM9O6KdirM1EyCMkCSJtaUGX8V9FDWG { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OPwr2O0hLSrJQCEqG5vOLzCye4Tp2Qyg { top:269px;left:161px;width:347px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ugV5yFuA7VfSwvpEmbafuAaOTHKrzdgr { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #KXc932Lnnvqo5cT3vFEBCzWDegefPPem { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #O3AuznA4MKBGUpZLrdfuqLoPEGAc9tOe { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #hqPLtJP9KaD52z2R5IM8uDShbhqIbRZh { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #moa4gkeBpR4MwoTuk3tvC5SGTOcn7frS { top:272px;left:419px;width:343px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BXFmggIQEoKdSOcS9yKLSl50uMFdyBMy { display:block; }#BXFmggIQEoKdSOcS9yKLSl50uMFdyBMy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWUoqepT5zNN32BULLbd6gzcJIHv9nQQ { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #QpVTrhDeTWkpXUMceTlThAF6eZPh6Ik8 { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #HMS7fca057A0aRiCUyIa3sVUq59oksad { top:269px;left:0px;width:339px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #q0m2dHreuTTqWEaB9hSyHh3hcHkTG3VB { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HN2eJ4bOBQbFCUkUt6a3grPE5hSidgWA { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #xy95uAeyK1ZPpFgEisP0cCgQ5shEhbNK { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #ahPTDRefLbX6rw87C2ttMPi8nGAtkd9c { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #bkVk00ywBfsQU0SdR5ap5odggN8nczgv { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #xohAUZp8gk6QKENl4m3qPzzS74HMfXUI { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JU99giuDBA0oCdToRNsbAHeiyyRL7JAK { top:269px;left:161px;width:347px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ek5i8IbLFFXt0TadBxeIBhXoiCdW1Ipq { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #C6xN01w8EaTBoIcApxatsVayslxvRcT4 { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #h2KrmQkLGhby356LDOxeihpNIvaFrWZa { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #Hc1DPFeZEQoIXhuaBZLmcOfMpeKGFdzt { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sH74BKFo7TLhbqGrc67sVDwi1bD7ADTy { top:272px;left:419px;width:343px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RguqArH5iC5y8JQ58AEOVTorEiEyHB8Z { display:block; }#RguqArH5iC5y8JQ58AEOVTorEiEyHB8Z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oI44OBDTnec63XbMa1JQMxyZTXFVD9Px { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #Rv8rG1Fz1OgFJPxdTpsRN1lufSLo5QP0 { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #cpNXadRxezrsZ8Trzmmnqcc07vE4Ti9C { top:269px;left:0px;width:339px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WlegzAITL0fMPFCKLiW3zU6y4UNRo6TI { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gXVrdWLBOybxMfyehr4MRSMwy1ZgKIpk { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #mXmJNTkwJhOSKnNfEzkvO0rPRi3QTF8F { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #kA4B2nraRpOEefeMbMRZZCn5NSmM74EN { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #V7pAcaaAxsyvqTmT2v24v3ImdGt9IuTB { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #q8KM9Prn5cvFLErSoUZT7MAqaKgfP9az { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #X7E4ULWKklNzz0rNAfSXzaK3S4UvZFkm { top:269px;left:161px;width:347px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SloRPCcQlpRnXMiFBB4qrcZDxZ26Bvtt { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #EeBoI1ivSg70Dgu3MSoMtWoCCwEPxwqn { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #pQJFtulUslgnvRUsiKrLb93Z06QnCStA { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #XDAne4esl65UgLvpNnDxQAKuNaO9BTQn { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g2ElH3dN9NX9134Z6WWosyRP6qHW3GIR { top:272px;left:419px;width:343px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bTpTdqZmrdDM4W4LiWAeDqxnkmENNDam { display:block; }#bTpTdqZmrdDM4W4LiWAeDqxnkmENNDam > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIltLmGqS35fAODXyPsSLW2WoF2luxNb { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #KPHlTHPEoakH56sFfAr2EDwddgK93DJu { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #dUy29DWFdTOtGGzWVBOLdfEZeiTOg2ZJ { top:269px;left:0px;width:339px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #I8TOWkSmHP4qnMOdpH3AwHhqs0fpSTEZ { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #m9NSrF2AT9tClLsAdmvA7uXxiqC1a0AS { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #qIAUu5IGbTJya3x1NooSo6uCapVoVnQs { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #QghJ7qsmflTMO308U1H3EGQUpaDCuZ6D { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #BDXOZ7nJNvFPDKVLvubLfhPXsO5yMBJl { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #MDtyUOXqOfuQH3DC0TE0UwkA0xyILpz4 { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZlWPROUokW5r9g3iiSGskvbBcSKeMvQE { top:269px;left:161px;width:347px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bfnrkCdtkuwitiiBXfS88D8UW2eFynrR { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #bG7z15uXSFkwruXKi9NKBqQL71NQDSJp { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #uThFMblAW7N2cFIyUObD50PsLQeFZb3z { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #Of2K9hzszFvhWlnZaVTW2K3N89aMafHb { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dh45qb2VpelO6rvIy1Tuk9UwFQTTT5yx { top:272px;left:419px;width:343px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DGbCcATOmghvxWWof1EpRzX5pQoSHneQ { display:block; }#DGbCcATOmghvxWWof1EpRzX5pQoSHneQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cET1lLmRbseRHDLU176pGvg7W2E8dpzC { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #BRyD4h9MvboBgeJZrnAfROlFV085hEtF { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #LQLhGyN3OvWldHm0hodIWQP950wFomq7 { top:269px;left:0px;width:339px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SZHJVPtKLnFQWT8KWNq5IvxnTJrVq0nh { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DTIcyh7xdoX7FOGtReQP4Qd8oZVumlrf { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #N5tOLCaTDP4NefoMrtILSzBh7eTzSwAm { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #gWg5MnRbQh395Xfv43dovmQvnJFWzaGv { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #prs9v3BHaHP9dOHSCDBfH6sAnFDDLbJu { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #LNdHdBmnoef4hlmfR00nx1lLLqOOQVkc { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ToOi3S9N2W9E9JwOKlDGqSqBw44kiqfg { top:269px;left:161px;width:347px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Eb4hRhaIkbSVsAQm9xkAdCQLfLSONaaN { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #fOz37gWGuTpZDJ9s7h6ued1UdsGAWmRx { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #SsNJ91Ebsp3EF4V7xiJHSsgFgV03qTtV { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #dfTZSzlfgNVEbDfWxOXtGIdrZPX0KEVR { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eg5Mko2m0zFWrtvqZQcemJ9oq5HC29J6 { top:272px;left:419px;width:343px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wLKsmaRfamTIaOR7HLsHTIXqHegKiq71 { display:block; }#wLKsmaRfamTIaOR7HLsHTIXqHegKiq71 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRfTPv0DBcXILRJXLwifq06AX7BirIAc { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #SalfTeooFtptiaqRr2T5SDBb74Dm8Htm { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #knN83KDTlCedHIOhCw6isGGNPaQTzTaS { top:269px;left:0px;width:339px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BNGroMcGGnmSJJ1TzaGmMNZIPNFbiL4A { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AyccBIdaPt64LtR2fEmXzUcRnR1N1CtR { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #RsFkgrh2khTlZTGuMI4wa4JtA3sitarX { top:26px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #Enoc7xKUfZsJV7bJJbGEEoddkhmp3dqg { top:25px;left:146px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #bWQKif1Oz6UNptopAy2J74DthKL3teci { top:40px;left:176px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #J9DMCxPtICQ8sNyIUndlExlu59TVf1vq { top:240px;left:178px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TDR5RWaBz9z0Q8loO4XT6I7gc7J5Ca74 { top:269px;left:161px;width:347px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gvRmP1dD3J2QWWITODbo84Eabqi5qfWT { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #ZuFLh9qpCt7XVoE6XpE4Tn6UG3TrM9w4 { top:25px;left:400px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #BJWo09Ao3xcFAdAQSkIGrwMLeEvBsBPQ { top:45px;left:430px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #I9c58qUOX3kOMJ2sbh4dQPOCNHEzu9XQ { top:245px;left:432px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Wt7rhoZwl50gJRTrdU8fKOvR5f8vyOkp { top:272px;left:419px;width:343px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #A1yPJx82lQQamkOKoTN3uKhCFhPISNlF { display:block; }#A1yPJx82lQQamkOKoTN3uKhCFhPISNlF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEEu7XGrBeTVlRfJQwautR5H09RLUzcO { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #dNRA4utTWE2gMEy99t4vs8EkJENNofgU { top:24px;left:0px;width:360px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #OInUfMo2qDL9A44HXZeJK2PeLwW8mA5H { top:269px;left:0px;width:339px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eG9BC9BkTw4bC0EJyLURtaxqTwyByaZ4 { top:239px;left:0px;width:330px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rDde2zxgwsqmH7SKDfrd3LuX0vy5noUo { top:39px;left:0px;width:332px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #ES8Tl5s0LtBvhvXvb84nCow9zreJNfvp { display:block; }#ES8Tl5s0LtBvhvXvb84nCow9zreJNfvp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gegPFb4BIWDJztdeFEODQfk7p4c3899G { top:27px;left:72px;width:620px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #CbVohxpGBvUcbLhQtdSAKIE4kGm3pIkm { display:block; }#CbVohxpGBvUcbLhQtdSAKIE4kGm3pIkm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e7ac0b67-1559-4332-972b-b4271184edd3/Topo01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:320px;height:586px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJDAJL43iVzXmsroPIANZ2ZMFglzqTAA { width:320px;height:85.7917px;top:115.41667175293px;left:0px;font-size:39px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EQbUJThbaZdT05qJz0KkzDpduv35to66 { width:141px;height:79px;top:23px;left:89.500004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #utDNXfC5EU3Z7i9wVfrloub4DTSnJVvi { width:320px;height:418.14432989691px;top:166.80209350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K { background-color:#0f1f26;background-image:url("https://images.assets-landingi.com/uc/665e7de9-c52b-4a6c-a821-47a4e79020d2/Prancheta2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K.adaptive-delivery-prevent-bg, #ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K.lazyload, #ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K.lazyloading { background-image: none; }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K > .row .container { background-color: transparent; background-image: none; }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K > .row .container > .video-iframe-container { display: none; }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K > .row > .video-iframe-container { display: none; }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K > .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); }#ANvGTyK6g6sMAQ4HqSuVLnz0FaT1tC1K > .row .container { width:320px;height:107px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QW0e7LCIphn4HglXaTyP9OaM66WJ1WTS { width:320px;height:66.2812px;top:20px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #IPP7yEOS1mCa89iwtWKOstyOO9KAotcR { display:block; }#IPP7yEOS1mCa89iwtWKOstyOO9KAotcR > .row .container { width:320px;height:1227px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQ2D46prtDpmCUM9wlWkRm396rZ9GolO { height:167px;width:301px;top:28px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #TXGbI5M5hmnmrA5yqhn2sl4aV9usCJaz { width:318px;height:383px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nObpLr8FWXA2BoSOmzdSShd0dMqkJg4k { width:320px;height:20.7917px;top:219px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yd0NtIVBLP2MP1N7FQldCWRqtObOZHxN { width:288px;height:127.385px;top:254px;left:16px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FVr6fcJndHXocrCeEfE70QFPSrhlU7Lg { width:318px;height:383px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ATz1F67zPnrGs71OSVRORRU25I4thkZk { width:318px;height:383px;top:422px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aQbERvwheDzhtzCQkzHaT8fIbeCmw17f { width:303px;height:127.385px;top:665.11459350586px;left:8.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ZwMGPi2qTAvIC8G5TE7Cpg7XDmFQLIK0 { width:318px;height:383px;top:426px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Rwf0GIVlhXVnRHniQMoAC4CNvyiUq1rL { width:320px;height:20.7917px;top:632.32293701172px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HWvZB4ou3TozqfIrNIfwHHKAX6TR0bQI { height:167px;width:301px;top:441px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #l1aJJry2fcughmL4Ff7e1opAsfh8ixSN { width:318px;height:383px;top:831px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NqnHJFovDqJgxD33ofTEgoTuV9OmKvcs { width:318px;height:383px;top:834.98962402344px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mV3mgkPiXZihTToe8vNoFXOzPmTsMo5W { width:308px;height:151.125px;top:1058.53125px;left:6.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Dugqpi2VZUbR0XtBCfLqchTEHO7Noga3 { width:320px;height:20.7917px;top:1031px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #X0SiUUSA1ohp09OCf1eMJHXcgx4CaReK { height:167px;width:301px;top:846.99994659424px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #zEHKeuvWmcdDXVL1SUETaTFBsS5uEXTZ { display:block; }#zEHKeuvWmcdDXVL1SUETaTFBsS5uEXTZ > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uo1AF16XI9bTMxgPGZIuDSGx7HMCpLeq { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TNwK64FZfMr9CskLTJRoN5TGzTkdl5Xg { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Rm03mfQtnEHSingHp9461wVnfHFbhyNd { width:320px;height:127.385px;top:245.78125px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #h1C7XOUaekbebUm3RswchA5Ui1mKsz7h { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ytoZOOMDykRdVCUmTTbg3CzApqRzH7U4 { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #TqxnJvJmC9WIx9gy5Nc8pXUunzDlXNF8 { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #X3lSOhqhSwBNt4hATiGwVWSD5RFhm178 { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #i0SItZalHATwFgPqUg98QBs3hofsv3v0 { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #VTgTzdNzxlfyi5wErcvmrG8XF3uT5bya { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #t8E7JXVPyTPHdrWup5aJKm3zlgM3rtRh { width:320px;height:145.583px;top:667px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eyTd4Aggd3DNfJwqxHgpxEAGqHhoJ5Qv { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ixn731XVpmgiytThsDKDmB1Wqg2O74bq { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hCuRDQ9z7ercDZ7eZ7MdozkcZPaGSRy4 { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #KZasEnUzsG9uLbqaeS5vr1nFJpINW8xb { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Cyeq7zevTIwTt866tcEvderUiC2hOKKx { width:311px;height:145.583px;top:1076.0729675293px;left:4.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QXxTfG2AfDUOXqo4TbnzIPXK2tmEALiV { display:block; }#QXxTfG2AfDUOXqo4TbnzIPXK2tmEALiV > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9iBlaa9L0X8UuEOOVe84wKDS0h3Nggn { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VCWbMBTnKkHFr5zD8QktyDMcqiwCvVdd { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tqT7bodAnh9ruch0pWCrgqiuW0fqf1TA { width:305px;height:145.583px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #x5uILwbePQ626ZfTAN9xXyuXdMVthfAs { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KrqtDeTx9R3PfetuJX4zTwWWeKmcyQKi { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #NN2ZleJ8kwJa2U8JrASCxxO8qE9xGsLe { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #O7PtaXTMQQFST9J2Z1fEcATEDQ9DsbJh { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Sn8a9bC7bvEH6hVgyeXU4f1F9OvJwzgV { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #TdamHsPM5Ksqk8P6AGKMDT6Ce3e3cqa2 { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iIVxDUyTT3JJKzKi40dk4MNFf53zneSg { width:310px;height:109.188px;top:669px;left:5.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #y3x21I06lCH3P478NKfKyZzXAS370K2X { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Six7ItkfTvUdCZq2fDT3HSNZHvIDKQN9 { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CxrTLzmA8EeTys88QO8MiwRkVXyKkDV5 { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #U8iiaCBwaOOS9pbbJnn558SdXUiXdKGo { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T6irefPiQgfVUcWM5mfUvzb0bUsQMBI7 { width:307px;height:72.7917px;top:1078.0729370117px;left:6.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #P1mHgB7ENEJzQGxzKNTm4As9yIXTnLSt { display:block; }#P1mHgB7ENEJzQGxzKNTm4As9yIXTnLSt > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6DPLAT1JeQgOPMBSFAoCwwiUP0dSxGn { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SpOQTTTKXTNdiZTbkDhSNq1F2Io7cZSm { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #acFxWTu7TCSeZnpt7hMP09XtocuUUbsM { width:305px;height:109.188px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #h5s9xfLTqGwlNAAkPLpUysU2dSVMXVuF { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AKqwaFMkw5JBOxozHNJz84gJq4AJIgcy { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #qhEysnHWrCH6nz2C4ym6Ks2OcN7BqUdA { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HWnZGekFJyyUkiHcF1sExpOknupSmmsx { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OidN1JrtSmq9BHJnGRgeabZT9TFEZ2tq { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #FGAchDBlhmMcPbtNsuaPDvsi6bHnaUbx { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TXTTIGPLrQgpQoHNTTTZTBn00T52K0mT { width:304px;height:127.385px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UVuDabQXInyisOAEK7xlzXr7Ezi1zwT5 { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #N30uSOrREdJUXHmB2T0Zd7rOCVLPAQ35 { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yDK11o9sZluDA03V04WhT5Eo1wxnOSTX { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #ZG6v65SWRRP7Ronfz3JXJX0INPxopH2l { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xrSX5gGaeT6khuDSsxgMxOVaixR2TveD { width:299px;height:109.188px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tsXBLXWcaRvDrOeTOTyZ7whkrH8EhsUc { display:block; }#tsXBLXWcaRvDrOeTOTyZ7whkrH8EhsUc > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dt2gtkL7WlJ1r1SV7cOuV6y70A33Kbov { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SfruC1pOTJcTi5KsgTVRXTACeE48NeBC { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yrTKOdiap58e47PHCCTnMJF9eIBbUtHU { width:305px;height:145.583px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hwmeE7T6g4xfPEt9gmqoD4qkZvENuKWX { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OEOx2lLhSb8uPPs008D946TnT3OLCcUC { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #HRI3zkXfdd0T8lIEmJfSCaIVPAv3BWdF { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yXu0QIIv7LDrte1PAq44W3civdPvTguQ { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xZAd9lqp4bppqpgwGL4p1SELkSVQTUwi { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #ONT4lqP4GnwB2LuBITfBvi0qAJqc1xOt { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UHpovoJ2G379DCQ3D67NGNTC0RS6RGZ3 { width:304px;height:145.583px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #E3Jo67TMzcK5AHOzlXG6RX78lADSBGTT { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T0uQZRPOq4kVpOckzNSLS4Tsmk23K0zZ { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PXaUXwbDibp36cov6NxbzgtCn4RbloZ7 { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #tLwRRzCI6vOn5laEzTbQolWVDEKdz2vr { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uxRaqCDBhJ3wCfpmABkF7PbI00J6Vqtv { width:299px;height:127.385px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DHEd56r6I4DAwJcbtB3q7TBRlATZG1PM { display:block; }#DHEd56r6I4DAwJcbtB3q7TBRlATZG1PM > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLQHCauHzSWI1LkHiidRr8E4IlLpqVio { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BoDGPn05O9d33GMkp5EUWmo2OiGkxWcy { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rrczID5tFuLGyDJkRHThOxAuOXVDoaw6 { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #eiVXQOH7y0FJl2I6nFzOxEPFwNQ9DJJz { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lzunOngfIoOlaBG0I2Kuw0JrqR5mq4WV { width:299px;height:72.7917px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GiaA93Nk7LEgr1DA5nLuQ6LmClNpwci9 { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #S4BTobMsDkvtJdowreVIE1saCqXq5XHQ { width:318px;height:383px;top:23px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #x4iLOclqA6giSVfRicJJeW6Eu7mPDfSK { height:167px;width:301px;top:34.000007629395px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #nndCWFoL5WI3CeR7R2Cf7MMAKqC3Ckrl { width:320px;height:20.7917px;top:220px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AiT8HVaEFXCCD2EmSsoiDLmog14hI4fC { width:304px;height:145.583px;top:247.00000762939px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SZ7vb58UwTSW6a3ypkRHHgAwRRkdQVTJ { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #caGgcXQC67qgpaaIHlehdFskKVObTGSU { width:318px;height:383px;top:439px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ssTHxaXJ0RmG3mvDEE8QqWMC5wUK1kGQ { height:167px;width:301px;top:452px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #zTM0TWIrTAOwoIpI5So48fTA0nf0bS2G { width:320px;height:20.7917px;top:634px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #drCuHNHxBtBbTPe7CafKqTXVRBDZtR5r { width:307px;height:127.385px;top:671px;left:6px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TekaFtla4pHx0p829Db7G5FCs5rkhuNZ { display:block; }#TekaFtla4pHx0p829Db7G5FCs5rkhuNZ > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJVQsO1sJERo72bfpn2Ri8SZh8uyoXVm { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AvmXEvtXnPyoVNtTLA4t2fzUeBC7V2Ga { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uPekbyCysHeiHMTESz56BH1x4oUHhd93 { width:305px;height:145.583px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hSMRquhTtH9GXZhOK0CNPcZegSgfqhaF { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Om7ZeSftfkzpVsLQfhWGUkmWy9fIfUmW { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #MtWScWGOJUTLNT8c88Nq8Aku5qe4hPrI { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rwCsO6RUA87TxcgC40w8Ob9nhuNAkyh5 { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wRMKh7rbA9NoTUzCIsoXv9nBmD2TKZGz { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #GlkrGh66SmrJBSnUu375HVKMZS7fWSQT { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wftXD1DXHa5LdnBqXBgTMeUfN8R3RzGD { width:304px;height:90.9896px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OaZ7B7H3IA9xr6lthNEeK0WGrcxfLrkR { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MNS7AgSxxw72DaqAJIx5mpZlPm6AJkWo { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #t03UAvcSkQwD7tEUOiJX51ogRoncDJkb { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #tSIDQhx8rGaXHTWPJPOWUZ8yZaDbH6mZ { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yq7JXgZi6o5pNWiEzU6krTR6LedUHqNR { width:299px;height:54.5938px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #awfVT8M7XFT9RBBTteNFlpNHcHr5NbnM { display:block; }#awfVT8M7XFT9RBBTteNFlpNHcHr5NbnM > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFkDy01Do1O5pGeEaMeNn5LDQGb1pumo { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #y11BsIXh5A8GVtL0Aa1tqhVHeFJDMUSl { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GyrsmGMxsTmXVHso3WTO58cFoW3ZNTFN { width:305px;height:109.188px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OO6AgffoTVSUqZgKco9SUQViWKpvgypu { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZWJnAVG34ComWfgbRnSJsXMvnWQyCAMg { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoB8Ek4D4CcHrh7k00nxoiWbepAar7gi { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #S3ARFw2QG7xGyWXkqBP54RLqRCKAozyC { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #S4l2aaBSa9QnL1Evxr5GW72TrcJOLGqA { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #L8LuI9yNaDDt5JcStp6dfurdIA75H2DV { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rhN5w9Aw1IFstT9v1S5SgMiMViXGSF33 { width:304px;height:127.385px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #LOorLxeDfDcXxyMKkNzeQFRSI7fXGOP1 { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mksWWhhiHZxT8wIqxsAStr1UMxbrPIHL { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UULX92aPbGNRH0S4rLTfqcFrnPia9zeT { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #zw9HzKwsqC6n3Vx5uOOeKwnZWJiWv9vQ { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fdigfovGPON9JBg4x5WD70hIIZca4DSt { width:299px;height:109.188px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zP87Nova4NKCLBMJu5KSwSC1EuqcS700 { display:block; }#zP87Nova4NKCLBMJu5KSwSC1EuqcS700 > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgcH8bxLnabDMKvA50F8CQk193mGhlKz { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JQq4oSpuq1IMJ5J3AebaCWky12AnJ3lg { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yualIZm97ANt2VCCeH0hoVG5mW14Ek9u { width:305px;height:90.9896px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QLlJ8EeklaTCrFcGwCSIDPRbBNR8IOWo { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bNHETO1JxFm0Jc4RDcfWgoEBXTGgE2zQ { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #BDyHRuJUDF9VkZaZ745rGMqRKdFAlkXT { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Dtb4wgxzT0vfwCrFpAClPhbinWKfLmXU { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vscwvGdv8x8MxzCo8bOAJONoDnbcR1gT { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #ZrV48lSOhXXcTuwCtS8QqcmRNHwTT2d5 { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dyd0eS4PXhdphJwhc6WRHCXO1fh8eVv4 { width:304px;height:163.781px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #w7RVbt2ObGywBdP1S1wGHJR5kHoclNZe { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rMIwh8pOGzQBMmygdOWfLrvTfRmgXK9R { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pzCg9xeasWIS5FahRq4WTbz9g6DyJoHm { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #qQCwhFuk7e6iykMPMDgkpMmG796LAWpv { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vyM4MCBU21QmhrHFpzZLnw2UU9VD94Jy { width:299px;height:127.385px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #AdCLT8RxOdpM4vw2EG3Xlo6lxwAoUwOe { display:block; }#AdCLT8RxOdpM4vw2EG3Xlo6lxwAoUwOe > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWbo8QPLMiTwy0SfsmUuTJQbsMNWx2Ov { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DnZ96IrCJXeTf7OXdqxMdW9QWkCMaBoO { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KkCV7zupMVFIB66GkehoLylBxaZRSzvC { width:305px;height:54.5938px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WpVSf2fXTAJKTJTVleNPO7uiUcBneH0X { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #o18NZRbHBFgtISqzQoszyE0xT0hVrtCp { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #BmkedKnERCRT2vTh9XIQL44nU2P2Mo8G { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vaVADcgaT9rBcqv6xkMT2I6KFePv1tJD { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UKFtX1iRAXhFgx3ub3rvgDn0R2dvngMc { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #yiXl7FGDAZn2rmgTnUI7Rt2nHgk6vfh8 { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EvOCeHHq5yGQmhlJ7hvSq03fZZaw2rWq { width:304px;height:109.188px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wiETBCFO6yVcdnqaKRipsZh9RywTy7cu { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ceFpgIMk9ttLAUQsOGRNSedgRihzBmQn { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #k4I7rMJh1Ib0lVXWU82zTW3BSmw4Ra1J { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #boy6AFEk7Z4HSySHUrETyThT7o0PMcFS { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Wz9pAWDQTZUU61qI3MS4Nt0RVnBqPS61 { width:299px;height:109.188px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #O6taK7icF1GdGSITNWxzaFHHORUtTksa { display:block; }#O6taK7icF1GdGSITNWxzaFHHORUtTksa > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdvkHHLBKvW5Fxd6xM0cVMElVm60HAkc { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #e7E65Kio2efnPwPqnWicI1kdTuKzDT96 { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #unucXfNaflntxi4UFRLIWG9KPLFhm2bV { width:305px;height:90.9896px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VVsQrifZJEmJaAf1WzpuddxXLGO0QsGc { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aXCuMZfANeDZryNtnVtxvQthC0a6Xznf { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #pv4aIZUD0LsLKvuVfqv0WGO398I4Ga3D { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dW3e6y2b4RTSkFoCU7BJypCw3uWcp2CU { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Z7FGNWRNNKgA1TQ3m073X7NuGQIJ0rKL { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #ADBTf0QZTcZXEHM3q3ahWR9o9Ts25B9d { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #epNMoX09OFKeBcuJ1J1k0oWhsWZn5Bk1 { width:304px;height:145.583px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MCDJZoRDNiqMKqoCS6h1hCAs1c4dS1po { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nBQmZWo9eoyBqI77fEsSJVD1PMgfkAxU { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wQiLFef4b3F8oiQ1h2atXs7N7ZmbSQun { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #PIEvDSkMFRNk4IbCTTSZ3Vy6xJFsTDzZ { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lJXA7v27yB6zVTkyCodLkQhcLkNy0qp8 { width:299px;height:127.385px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vR6CGVUNQxcU4l3asVDbBWRKgSM4Uggh { display:block; }#vR6CGVUNQxcU4l3asVDbBWRKgSM4Uggh > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJLQmNXUn6b2mL6HLFelSwl3Pe3t5ffF { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wXkyVCpdAK59bGPXfRas12vTJDsWLM9w { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qA7BngoH1E5rNslN84twP3GDuNRMF72w { width:305px;height:145.583px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hLsVWTE5o0TTEFhFfoWTehkN1vTRlO1e { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RwoS6XhDtdh8Qe1RrDLdE9FEiJaJWkth { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #PBZtnNU9dQEJE67ucAUrETDTwFFQ4McT { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hO3H067mtOeBME3SJdhUceisAM8rgbZJ { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LQOeo4O4BNTkaDuvDCHiE1HuVvpK32QD { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #zsrvOAoHbK7uiosU1nvlauVl9h7lRSSD { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NmNlcnltCNq2RhSzlzixLfTE3LCT8qsK { width:304px;height:127.385px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #oAzH94mIgQTn2qC4Jtv0CqCfcTIEXzKT { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tZZZR1ygm9q6TDdI9rza2Qx7KkLdLW5m { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #G6zqBVk5Ro7l27T0eMdVHuW4zNpVAFt6 { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #DJQzPUNS2vhScp3ViWT2n9CKvkPh7hhi { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mtODvDcuZf8tDl5OARJfMe3Zou3wX2T6 { width:299px;height:145.583px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Os1hQU191NPv75Tw24duDgv1w1OmHimb { display:block; }#Os1hQU191NPv75Tw24duDgv1w1OmHimb > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUWBD7IRfRoTdLLoHEEaqx1trysse8xf { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RTHi8oECtEm2CTkQAg9xHKUP8OWr5dXJ { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fArLWneB7XP9ZytssTPuSTbXsPVazkK5 { width:305px;height:90.9896px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #c0SoMQyzxrc9kw2yEIJEaXmI5y06fu9i { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DbfEPplMNxwrszCe3q4l5uBJAUm9ziNb { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #dPdGQU9AW8nSTxXqazGWRVIBwNLO1yGR { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #teBysn1B5d8aT36C9frlSi16STn09FSQ { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SMkGcGtmPKKrmSTKDyUH8pIlBnqoTCZ2 { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #EtPoCZgTo0qk9OFCoSyw8OAAFoa7AA8d { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mRFPoXJxI79xlfhyOSDSGQoEqQ6TLvRS { width:304px;height:90.9896px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TfacHQVn1CgoNsEA6al9NHSqoMmuyn98 { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CF7aGJOgFXbHdfm5HuN4u1wsIiuc2rUJ { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #keEHdwfSkT2hOPNTBc8o6lT3N8S9N47W { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #B8XxaIHhlIkxHxlOJBrRgQE1Qo9wpDJh { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sz4DrcASSXxXZyresT8EaScGEV8OpKDF { width:299px;height:72.7917px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Q0OHtJB05h1SuWGHsugP1Op8CC7i2T2Z { display:block; }#Q0OHtJB05h1SuWGHsugP1Op8CC7i2T2Z > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KynIxTSC3bcz5usnlFEeeyaGAsxeMeIS { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Owt6hcJLQFoSD41hx6MyTbXEMrXv3M8Z { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AMmrfHXvClxfrdnmlILnJ7ViGSVpTgaG { width:305px;height:90.9896px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cy7OGQolGsgoW6NZubTm9Jcyb1KqfQEo { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Decc6f1TkIBOG0bE2N6aTJ590MDoZd54 { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #IlP8Nsyp6uUwSE7xn0VPc0ChJGhPx90b { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aCPSJMwEK53iXcw7Eg3kurIZHLDol1wV { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zC4vsTxvNzBAawkREhmcvUqGozo0T2Bd { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #bGoqrLTLpncLd04Or4LP7BKP74L0knFX { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #t5bQa3FCwl4ynMwnpxmTf7AgFiMxtf0T { width:304px;height:72.7917px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NZFSW3cCzOaIvJ7VsecXsTwsDoZgWcvL { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gT2X5WvxBWSpGvU9avlQ96gBIZkchF8v { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #im8yT8pPd2FGhakDCd04rb7l3XnIqyqC { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #nQlCK57hXH0egE4puSumaKALLpRLIldv { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KD8PBJ1tlyS4h6tn65DdTsgWANbGTw3T { width:299px;height:72.7917px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yiHoF5xwOzr8JbVvCqHIhwN5iXAu0xZV { display:block; }#yiHoF5xwOzr8JbVvCqHIhwN5iXAu0xZV > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObpuxsozvbNVoaVNEGKPwIiE1gTwoRFg { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #p3wsLq5qZZrxn9yd3n7KT44kvCa01wKw { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w5JclRIQAfUTk6cABEbCyF5aWg8WuiXT { width:305px;height:90.9896px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ogv2OJAImcRgA11IhHe4Vb4LDySuy4ds { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rbmVysWeCDmdB6T3D0ckCTKc81mmlXlN { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #r8xmJPptPHTQLm9QzwJvaGJFO5aQMbCx { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ImLmH53v2hClFyqx2iLUKTZQs97xTGBq { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EiEe4eG1gVOb1bL7KxTnsR34hkEvKCVx { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #PFv1z5Bh6UPZo3MKzGJaTwLIpT3oHXoV { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d40CVaOAC9gmqa14oiWO9ZeTaAGnOS3F { width:304px;height:54.5938px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uNhmB2AGdOvIUr9HIvSnl4LK3Uy2oiIT { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZKRtkItM5RCBQBgMlbi5plStR6hbpMGX { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aOKPODpdbcznoZcJWuNVTJsk4x5Jc1Ft { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #FTqLJUaxTe8efIrhrGSSP4EW08hfKK85 { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Dwlo41tpvRBV4QkxrLnLzz5tQIrCyBNt { width:299px;height:54.5938px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bZylb57VGA9BX1FTTFvKV92tvvoRslTa { display:block; }#bZylb57VGA9BX1FTTFvKV92tvvoRslTa > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wblzymaTHdPtDqi69EsKFPOOO5hTc0gs { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Q8hwxKOpZuNGaoGKB6o4mTyiN06etlXX { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iXKBccrruIwlTUTUpSDWbVtpdRxAaJVH { width:305px;height:72.7917px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UXJmB1MnVITTC3X1du4ZTVq2GFAEpb2a { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wKqhFn1iXy03Iun5bKJezUavzo15dpyp { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #dytCTT2kChpxTdeMV8mkdKZz9UG34Ogs { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hi5nK0BQyInivqX91dG39rVeMIndyRoK { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #y9zef6BPNDQI707wAdr92sKqmMZDyWds { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #ufALQC2Q0Nbx09q9Z28u08EZoOsLIA5v { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #phdKbDmUDnpLz9Qt0FZ1aqTDOD0028ta { width:304px;height:72.7917px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #KhN7UiLV9psHAsB8yZDIvnPsvddpZgJb { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sTeOm9NT2kadztA02ZD1eeziEEqbamh9 { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mTOf4WfPFD8WrKlxHcRueK0EiQpEsnRy { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #JQ4bowwkznxlTdWfRxiKrI5BkvnyQJAZ { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mJSKIQUlG0gy3oxZftU0QFMp0oC9Bazu { width:299px;height:72.7917px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #LGHiKbyX00tLThZsOHzQ0IUTQ88i3Z0T { display:block; }#LGHiKbyX00tLThZsOHzQ0IUTQ88i3Z0T > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSS5u80TAJWKins5ELH80WN5M6tTzbRl { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #u8AqUKH1y3SrZVfrh2otRr8kP8C8eq5u { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rWCZ3xsffZWKhqc9Ebnp3x7wdDI6Gbsg { width:305px;height:54.5938px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #K9yDSUzLKdXsioeA5qTWAHWiJs7T99U2 { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #S9MPWoeTUkNGHUoqyHAJZLZIwqZxt9px { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #BttIHPxuWWLcpLquIpBM8K2lPnAQQe1h { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LTUyirUCfBImGLXtUND18RtM3L7p2Aed { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AwOVmm22OoBKOrZ2xzFLVtuUTzET5T8f { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #PNaEUnRGi1DLZC53o0kXAoV7giN0G7sC { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EUQRVpDiQBQfXvuKbdX3cDg1omkF2SER { width:304px;height:72.7917px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Fo9fHRcTCc6bymVvH8NmcpgCBqHcCvWg { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KKwX1sTEN6URV61Grms1RrQsFXmKvdb7 { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Embf2fXk4a1rTOqXmXnVK23vJvOaVTMv { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #HDZOwxuROAed62ookDwiOd0bSVF5nWXw { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uKxABw1erQvW1NFihmKP8MtWIISzqd04 { width:299px;height:90.9896px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zntyxJ889Wp0ZP8RT58wO8iiCbpMlHmX { display:block; }#zntyxJ889Wp0ZP8RT58wO8iiCbpMlHmX > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REAMSIfy3gJrl1MGSpxVVT2J8TKQyPDN { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pshvkZtcaqaqZmHGz55sfnhFCTGl1kEC { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OlwPxNOCWTuRQVPS3TV55soSIGmhPtAV { width:305px;height:90.9896px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QUycTiWrTpoQTeoi4g5lrtZA5xoCTsQT { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MJzZCulVbc2RuTILJlmhxCLpbKSVyPvF { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #ifTzSpalx4OS2Azfk1I00lqtbzfuHfqh { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BOiJyJXFTpZCCsTonqeZo2UQhNR55gvf { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ccmzf7yzpH2FSpQgaeqXoPKKt3OOLbGN { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #oaGZLmUO6zhdibtwAhgKOJNDxfZHvt9a { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sxuzR2DkOqM5Q8Ku8mWndR32BkTFSoSk { width:304px;height:109.188px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GGDDdBHmTeWePqnPfQFseKFlL1xovLGW { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #N080esfIhZ8pGbkCC8DLBJlOg4xWDaGE { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #o4TAcf3eahFQExukpgPThQO8vzUwthwR { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #a3GvpLA7LXcH9OAdmMHmaMbmPe82fJdp { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BZ92SfAkWcvSUitvhBDoS9eMP99T8RJL { width:299px;height:90.9896px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #kDVONSzC77cXh5F6TNVKJ6aUB3aMoXs1 { display:block; }#kDVONSzC77cXh5F6TNVKJ6aUB3aMoXs1 > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erq0Td2O1ICn8sfX2LNXrpcRuonmr3av { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Xu449UkUIrvnLb7WuWZahBneXazTJsxs { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xG30BTNsBNnMXpb32I7fH0GawyrTO0ni { width:305px;height:90.9896px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UL7KBGWBknup7efBcUe2vwwzpbbdSBLy { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IghdgkAeGRSx3lsGVAM9bL1Vgwh44C7D { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #bRvORrrIzEA4h0w9LzJVy1FK28lVhXyR { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #G90Jlb2FC1xlPomikrT6kZQErxTk95T5 { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tCCurBXsII41VqU7I7v1Uw44TwP0ql0w { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #idM9O6KdirM1EyCMkCSJtaUGX8V9FDWG { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OPwr2O0hLSrJQCEqG5vOLzCye4Tp2Qyg { width:304px;height:72.7917px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ugV5yFuA7VfSwvpEmbafuAaOTHKrzdgr { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KXc932Lnnvqo5cT3vFEBCzWDegefPPem { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #O3AuznA4MKBGUpZLrdfuqLoPEGAc9tOe { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #hqPLtJP9KaD52z2R5IM8uDShbhqIbRZh { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #moa4gkeBpR4MwoTuk3tvC5SGTOcn7frS { width:299px;height:90.9896px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BXFmggIQEoKdSOcS9yKLSl50uMFdyBMy { display:block; }#BXFmggIQEoKdSOcS9yKLSl50uMFdyBMy > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWUoqepT5zNN32BULLbd6gzcJIHv9nQQ { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QpVTrhDeTWkpXUMceTlThAF6eZPh6Ik8 { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HMS7fca057A0aRiCUyIa3sVUq59oksad { width:305px;height:109.188px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #q0m2dHreuTTqWEaB9hSyHh3hcHkTG3VB { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HN2eJ4bOBQbFCUkUt6a3grPE5hSidgWA { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #xy95uAeyK1ZPpFgEisP0cCgQ5shEhbNK { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ahPTDRefLbX6rw87C2ttMPi8nGAtkd9c { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bkVk00ywBfsQU0SdR5ap5odggN8nczgv { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #xohAUZp8gk6QKENl4m3qPzzS74HMfXUI { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JU99giuDBA0oCdToRNsbAHeiyyRL7JAK { width:304px;height:109.188px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ek5i8IbLFFXt0TadBxeIBhXoiCdW1Ipq { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #C6xN01w8EaTBoIcApxatsVayslxvRcT4 { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #h2KrmQkLGhby356LDOxeihpNIvaFrWZa { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #Hc1DPFeZEQoIXhuaBZLmcOfMpeKGFdzt { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sH74BKFo7TLhbqGrc67sVDwi1bD7ADTy { width:299px;height:109.188px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RguqArH5iC5y8JQ58AEOVTorEiEyHB8Z { display:block; }#RguqArH5iC5y8JQ58AEOVTorEiEyHB8Z > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oI44OBDTnec63XbMa1JQMxyZTXFVD9Px { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Rv8rG1Fz1OgFJPxdTpsRN1lufSLo5QP0 { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cpNXadRxezrsZ8Trzmmnqcc07vE4Ti9C { width:305px;height:90.9896px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WlegzAITL0fMPFCKLiW3zU6y4UNRo6TI { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gXVrdWLBOybxMfyehr4MRSMwy1ZgKIpk { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #mXmJNTkwJhOSKnNfEzkvO0rPRi3QTF8F { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kA4B2nraRpOEefeMbMRZZCn5NSmM74EN { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #V7pAcaaAxsyvqTmT2v24v3ImdGt9IuTB { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #q8KM9Prn5cvFLErSoUZT7MAqaKgfP9az { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #X7E4ULWKklNzz0rNAfSXzaK3S4UvZFkm { width:304px;height:109.188px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SloRPCcQlpRnXMiFBB4qrcZDxZ26Bvtt { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EeBoI1ivSg70Dgu3MSoMtWoCCwEPxwqn { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pQJFtulUslgnvRUsiKrLb93Z06QnCStA { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #XDAne4esl65UgLvpNnDxQAKuNaO9BTQn { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g2ElH3dN9NX9134Z6WWosyRP6qHW3GIR { width:299px;height:72.7917px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bTpTdqZmrdDM4W4LiWAeDqxnkmENNDam { display:block; }#bTpTdqZmrdDM4W4LiWAeDqxnkmENNDam > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIltLmGqS35fAODXyPsSLW2WoF2luxNb { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KPHlTHPEoakH56sFfAr2EDwddgK93DJu { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dUy29DWFdTOtGGzWVBOLdfEZeiTOg2ZJ { width:305px;height:90.9896px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #I8TOWkSmHP4qnMOdpH3AwHhqs0fpSTEZ { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #m9NSrF2AT9tClLsAdmvA7uXxiqC1a0AS { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #qIAUu5IGbTJya3x1NooSo6uCapVoVnQs { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QghJ7qsmflTMO308U1H3EGQUpaDCuZ6D { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BDXOZ7nJNvFPDKVLvubLfhPXsO5yMBJl { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #MDtyUOXqOfuQH3DC0TE0UwkA0xyILpz4 { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZlWPROUokW5r9g3iiSGskvbBcSKeMvQE { width:304px;height:72.7917px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bfnrkCdtkuwitiiBXfS88D8UW2eFynrR { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bG7z15uXSFkwruXKi9NKBqQL71NQDSJp { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uThFMblAW7N2cFIyUObD50PsLQeFZb3z { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #Of2K9hzszFvhWlnZaVTW2K3N89aMafHb { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dh45qb2VpelO6rvIy1Tuk9UwFQTTT5yx { width:299px;height:90.9896px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DGbCcATOmghvxWWof1EpRzX5pQoSHneQ { display:block; }#DGbCcATOmghvxWWof1EpRzX5pQoSHneQ > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cET1lLmRbseRHDLU176pGvg7W2E8dpzC { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BRyD4h9MvboBgeJZrnAfROlFV085hEtF { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LQLhGyN3OvWldHm0hodIWQP950wFomq7 { width:305px;height:72.7917px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SZHJVPtKLnFQWT8KWNq5IvxnTJrVq0nh { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DTIcyh7xdoX7FOGtReQP4Qd8oZVumlrf { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #N5tOLCaTDP4NefoMrtILSzBh7eTzSwAm { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gWg5MnRbQh395Xfv43dovmQvnJFWzaGv { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #prs9v3BHaHP9dOHSCDBfH6sAnFDDLbJu { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #LNdHdBmnoef4hlmfR00nx1lLLqOOQVkc { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ToOi3S9N2W9E9JwOKlDGqSqBw44kiqfg { width:304px;height:72.7917px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Eb4hRhaIkbSVsAQm9xkAdCQLfLSONaaN { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fOz37gWGuTpZDJ9s7h6ued1UdsGAWmRx { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SsNJ91Ebsp3EF4V7xiJHSsgFgV03qTtV { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #dfTZSzlfgNVEbDfWxOXtGIdrZPX0KEVR { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eg5Mko2m0zFWrtvqZQcemJ9oq5HC29J6 { width:299px;height:109.188px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wLKsmaRfamTIaOR7HLsHTIXqHegKiq71 { display:block; }#wLKsmaRfamTIaOR7HLsHTIXqHegKiq71 > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRfTPv0DBcXILRJXLwifq06AX7BirIAc { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SalfTeooFtptiaqRr2T5SDBb74Dm8Htm { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #knN83KDTlCedHIOhCw6isGGNPaQTzTaS { width:305px;height:109.188px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BNGroMcGGnmSJJ1TzaGmMNZIPNFbiL4A { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AyccBIdaPt64LtR2fEmXzUcRnR1N1CtR { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #RsFkgrh2khTlZTGuMI4wa4JtA3sitarX { width:318px;height:383px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Enoc7xKUfZsJV7bJJbGEEoddkhmp3dqg { width:318px;height:383px;top:439.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bWQKif1Oz6UNptopAy2J74DthKL3teci { height:167px;width:301px;top:456px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #J9DMCxPtICQ8sNyIUndlExlu59TVf1vq { width:320px;height:20.7917px;top:640px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TDR5RWaBz9z0Q8loO4XT6I7gc7J5Ca74 { width:304px;height:72.7917px;top:669px;left:8.0000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gvRmP1dD3J2QWWITODbo84Eabqi5qfWT { width:318px;height:383px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZuFLh9qpCt7XVoE6XpE4Tn6UG3TrM9w4 { width:318px;height:383px;top:847.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BJWo09Ao3xcFAdAQSkIGrwMLeEvBsBPQ { height:167px;width:301px;top:862.00006103516px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #I9c58qUOX3kOMJ2sbh4dQPOCNHEzu9XQ { width:320px;height:20.7917px;top:1049.0000457764px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Wt7rhoZwl50gJRTrdU8fKOvR5f8vyOkp { width:299px;height:72.7917px;top:1075.7916870117px;left:10.500000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #A1yPJx82lQQamkOKoTN3uKhCFhPISNlF { display:block; }#A1yPJx82lQQamkOKoTN3uKhCFhPISNlF > .row .container { width:320px;height:428px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEEu7XGrBeTVlRfJQwautR5H09RLUzcO { width:318px;height:383px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dNRA4utTWE2gMEy99t4vs8EkJENNofgU { width:318px;height:383px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OInUfMo2qDL9A44HXZeJK2PeLwW8mA5H { width:305px;height:90.9896px;top:245.79166412354px;left:7.5000009536743px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eG9BC9BkTw4bC0EJyLURtaxqTwyByaZ4 { width:320px;height:20.7917px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rDde2zxgwsqmH7SKDfrd3LuX0vy5noUo { height:167px;width:301px;top:36.979156494141px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #ES8Tl5s0LtBvhvXvb84nCow9zreJNfvp { display:block; }#ES8Tl5s0LtBvhvXvb84nCow9zreJNfvp > .row .container { width:320px;height:734px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gegPFb4BIWDJztdeFEODQfk7p4c3899G { width:320px;height:348px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CbVohxpGBvUcbLhQtdSAKIE4kGm3pIkm { display:block; }#CbVohxpGBvUcbLhQtdSAKIE4kGm3pIkm > .row .container { width:320px;height:405px;position:relative;display:block; } }