.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-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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .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); }#K8XVc5PVxFQxqkEWTTkrL3I58B6xUk4L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(15,20,27,0.88);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#K8XVc5PVxFQxqkEWTTkrL3I58B6xUk4L > .row .container { background-color: transparent; background-image: none; }#K8XVc5PVxFQxqkEWTTkrL3I58B6xUk4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8XVc5PVxFQxqkEWTTkrL3I58B6xUk4L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8XVc5PVxFQxqkEWTTkrL3I58B6xUk4L > .row .container > .video-iframe-container { display: none; }#K8XVc5PVxFQxqkEWTTkrL3I58B6xUk4L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8XVc5PVxFQxqkEWTTkrL3I58B6xUk4L > .row > .video-iframe-container { display: none; }#K8XVc5PVxFQxqkEWTTkrL3I58B6xUk4L > .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); }#K8XVc5PVxFQxqkEWTTkrL3I58B6xUk4L > .row .container { border-width: 0; border-radius: 0; }#K8XVc5PVxFQxqkEWTTkrL3I58B6xUk4L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8XVc5PVxFQxqkEWTTkrL3I58B6xUk4L > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#SZetN0sKAB1wK9K4izvQ9IprnCdfLobl { background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.03125rem;left:49.9375rem;display:block; }
#H51WPbyDlGZX6na8tqAHGNo87VnWKUid { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q8wnvJc4Vi4D6TJ4xCNQOB4wpnaqTlDW { position:absolute;display:block;z-index:15004;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;box-shadow: none;height:3.9375rem;width:14.75rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#TDxqdW0NrJDT4eQ7e4gU484WT7Ai7J1S { color:#fdf5f5;display:block;width:5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.318359375rem;left:37.71875rem;height:1.29980625rem;font-style:normal;display:block; }
#pySBKI5Ty3f1EF0SqizqxlDKmy3h5JqO { color:#fdf5f5;display:block;width:3.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.318359375rem;left:33.03125rem;height:1.29980625rem;font-style:normal;display:block; }
#HZDTnJ9pCGmxisMLdBAk25pCb9s90evt { color:#fdf5f5;display:block;width:4.8125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.318359375rem;left:44.09375rem;height:1.29980625rem;font-style:normal;display:block; }
#KKkdmte1wzTgQLVI0xxp6kkIR5CcJbNV { color:#fdf5f5;display:block;width:3.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.318359375rem;left:28.125rem;height:1.29980625rem;font-style:normal;display:block; }
#eJAISkWMUUwRtx131ibTVtvdto9b9LSu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row .container { background-color: transparent; background-image: none; }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row .container > .video-iframe-container { display: none; }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row > .video-iframe-container { display: none; }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .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); }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row .container { border-width: 0; border-radius: 0; }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#TTcV1bZ6mryGNxgGmDNy1gLfOdkZfC6a { display:block;width:43.125rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.4375rem;left:8.4375rem;height:4.5371125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#Vse8thXcfnZRByR7PEWTTkB9T7Kh347P { position:absolute;display:block;z-index:15011;background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.8125rem;left:23.75rem;display:block; }
#Aoccr7OxcnewcwIruKTZqXZMaD80NfQT { color:rgba(30,30,30,0.7);display:block;width:52.125rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:11.8125rem;left:4.90625rem;height:13.2958875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row .container { background-color: transparent; background-image: none; }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row .container > .video-iframe-container { display: none; }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row > .video-iframe-container { display: none; }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .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); }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row .container { border-width: 0; border-radius: 0; }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row .container { font-size:0.875rem;font-family:arial;height:67.375rem;width:60rem;position:relative;display:block; }#SS9CNolB1DDutNGWVndJLtEoQLBkvQ41 { display:block;width:43.125rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.4375rem;height:2.26855625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#n0AfAFPXiSa8Fc4IIOWNzEpsUp2C7HvD { background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.808625rem;height:3.18359375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:61.748046875rem;left:13.125rem;display:block; }
#Di9b4LFuGI6SZo5G6snFyUg0WhJrDHWH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FFdk9NkRLOxVVOeBEBXi4k6kKJlTASxm { background-color:#0f141b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:61.74609375rem;left:29.9375rem;display:block; }
#TdIV8cTpMCwvZ1re2o76N3z6J5oDvwQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BlRr80PS24uUra7wU0LUqtiu3TmyhHeM { 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;box-shadow: none;height:16.1875rem;width:19.6875rem;top:4.912109375rem;left:0rem;overflow:hidden;display:block; }
#pzf43PLfs4DTuMqPCSNw7beKnIqAL58a { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:16.1875rem;width:19.6875rem;top:4.912109375rem;left:20.15625rem;overflow:hidden;display:block; }
#T6pooKDri3oLEoeitfsgfDL479OvQcKv { position:absolute;display:block;z-index:15003;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;box-shadow: none;height:16.1875rem;width:19.6875rem;top:4.912109375rem;left:40.3125rem;overflow:hidden;display:block; }
#T0KLaZIZGz1TU7GcOEacgvDG2gGaIZIS { color:rgba(30,30,30,0.7);display:block;width:38.1875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:56.25rem;left:10.25rem;height:3.798825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fn7yrbgTeVlIsOuPW13C8DwrLRA9rpS1 { color:#42464d;display:block;width:16rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.662109375rem;left:1.84375rem;height:3.8994125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#FcqgFfDa1889bFTHIWwhX9KdBaTiZaWx { color:#42464d;display:block;width:16rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.3115234375rem;left:22rem;height:2.5996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ru1Tw5TPf8zTMOMheFryl2NU9HHBPkWA { color:#42464d;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:24.6630859375rem;left:41.40625rem;height:4.3984375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#FHdTgShnb4ur0gkrrT71nCqhC4ciNfJx { color:#42464d;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.150390625rem;left:1.15625rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tOBw25SXW6SNiTn1qiyFSuMz7T8F733U { color:#42464d;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.150390625rem;left:21.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dk2MOeICA18nuOXnRLUM2DZWgV4qwRSv { color:#42464d;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.150390625rem;left:41.40625rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#huc1K2VACx1yOpczMlvnCcDABfutTX6B { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:16.1875rem;width:19.6875rem;top:29.787109375rem;left:0rem;overflow:hidden;display:block; }
#sE4MCtEH1CVpII4O4uySBU8VURe8nfzZ { position:absolute;display:block;z-index:15003;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;box-shadow: none;height:16.1875rem;width:19.6875rem;top:29.787109375rem;left:20.15625rem;overflow:hidden;display:block; }
#EAHDdwLwr3lOITWKFUVZfbzsJe1yrfdh { position:absolute;display:block;z-index:15004;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;box-shadow: none;height:16.1875rem;width:19.6875rem;top:29.787109375rem;left:40.3125rem;overflow:hidden;display:block; }
#JLW7Jiz1Qo3tb0pzAgLT955fPRn5rGrr { color:#42464d;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:46.875rem;left:1.15625rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eKM1krmFE4wE7qLcgdAMrtunA6K7o9sP { color:#42464d;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:46.875rem;left:21.3125rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xtaRPhHQmu8gT9fo4m657aauJ2pT1UHz { color:#42464d;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:46.875rem;left:41.46875rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uJzOPWayQBVeotp5bK9qPUo6Atxe6tf4 { color:#42464d;display:block;width:16rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:50.0625rem;left:1.84375rem;height:3.8994125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ONwDAMcp47ni62pKL2GBrNeE9V1iSHEk { color:#42464d;display:block;width:16rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:50.0625rem;left:22rem;height:3.8994125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#sBpD1A4IIixTmJVQEnIN1kwLRqutey0W { color:#42464d;display:block;width:16rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:50.7119140625rem;left:42.15625rem;height:2.5996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#U5UgDAgawP1nMONIl2Z2f6l4PSgWqH7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#U5UgDAgawP1nMONIl2Z2f6l4PSgWqH7T > .row .container { background-color: transparent; background-image: none; }#U5UgDAgawP1nMONIl2Z2f6l4PSgWqH7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5UgDAgawP1nMONIl2Z2f6l4PSgWqH7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5UgDAgawP1nMONIl2Z2f6l4PSgWqH7T > .row .container > .video-iframe-container { display: none; }#U5UgDAgawP1nMONIl2Z2f6l4PSgWqH7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5UgDAgawP1nMONIl2Z2f6l4PSgWqH7T > .row > .video-iframe-container { display: none; }#U5UgDAgawP1nMONIl2Z2f6l4PSgWqH7T > .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); }#U5UgDAgawP1nMONIl2Z2f6l4PSgWqH7T > .row .container { border-width: 0; border-radius: 0; }#U5UgDAgawP1nMONIl2Z2f6l4PSgWqH7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U5UgDAgawP1nMONIl2Z2f6l4PSgWqH7T > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:block; }#tghBS1N4xwubXFWOGnHsuQowovVrFRGx { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oIRTWpJtVdXuycr4yJUi24RXIMVyw1Tl { box-sizing:content-box;color:#f57d4d;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:9.9375rem;left:1.78125rem;display:block; }
#nREDWaw5VifEyTdHfw53CqCuiiI8WNH2 { color:#232b3e;display:block;width:14.25rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.97265625rem;left:4.9375rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wauctLPNf59JlzaNGF9iGliNQTZqaTR7 { color:#686868;display:block;width:19.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.375rem;left:0rem;height:8.7714875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x8UtNh4b1fgo1dQfKuLZsCVRhqJdJqbg { color:#686868;display:block;width:19.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.6435546875rem;left:20.25rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lOfAhrzQGgy8lH2I64nUTSBsuWApTbiu { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.078125rem;left:20rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ywWGq7IwIU4yCROIL57RpTnPnoZskTNf { box-sizing:content-box;color:#f57d4d;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:9.9375rem;left:20.75rem;display:block; }
#WaFrBxht1gsqaUpC2P1GbpomEaQU38OZ { color:#232b3e;display:block;width:14.25rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.80078125rem;left:24.75rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rh2UxvLxaN7aWGfC7Tk6C6dn8iKNUQ1U { color:#686868;display:block;width:19.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:17.6435546875rem;left:40.4375rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T0i2De1Z0ycx8kOyaRa7Zngn60ZeTlk9 { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.40625rem;left:39rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DIPyE5eSRLOHkACyauVAPcUZqJ4pBbxT { box-sizing:content-box;color:#f57d4d;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:9.9375rem;left:40rem;display:block; }
#Zvdf6E2W0tmWMPKliOqZs8J2y1DyruSx { color:#232b3e;display:block;width:14.25rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.80078125rem;left:43.4375rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JbZJUepTVPJPb0QmqdHzVTRvOM6x9HTU { display:block;width:43.125rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.25rem;left:7.5625rem;height:2.26855625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#ggaq7DKzBQH7Q6sa7FWJMIDlGh7WyJNx { color:rgba(30,30,30,0.7);display:block;width:52.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:4.4013671875rem;left:4.9375rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FvRPeGFu9s2OmJ6btclN2e1byhfDIoXp { color:#42464d;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.96875rem;left:0rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#o6sgvsUxMbMMTgrNuVWumtzJgbIz1UDT { color:#42464d;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.96875rem;left:20rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cse7kNyE1BCFNZ1imm8tkQgbv68f4wPB { color:#42464d;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.96875rem;left:40rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xvqttNZyAlGrpBOhtBRBM8fTUCPH8H43 { background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.6875rem;left:18.78125rem;display:block; }
#rQ4Pt5P2Vk6ZkvydBaCNRo5pcV6wOavE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 { position:relative;display:block; }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 { background-color: transparent; background-image: none; }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 > .row .container > .video-iframe-container { display: none; }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 > .row > .video-iframe-container { display: none; }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 > .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); }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 { border-width: 0; border-radius: 0; }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qR0SbFZ3w8Cpk2391FbJ79AuOr3SsLLx { display:block;width:43.125rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:0.75rem;left:7.78125rem;height:2.26855625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#wxAekiQR6TV5hI0GWNKsTE25eEM1amKk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;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;z-index:auto;display:block; }#wxAekiQR6TV5hI0GWNKsTE25eEM1amKk > .row .container { background-color: transparent; background-image: none; }#wxAekiQR6TV5hI0GWNKsTE25eEM1amKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxAekiQR6TV5hI0GWNKsTE25eEM1amKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxAekiQR6TV5hI0GWNKsTE25eEM1amKk > .row .container > .video-iframe-container { display: none; }#wxAekiQR6TV5hI0GWNKsTE25eEM1amKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxAekiQR6TV5hI0GWNKsTE25eEM1amKk > .row > .video-iframe-container { display: none; }#wxAekiQR6TV5hI0GWNKsTE25eEM1amKk > .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); }#wxAekiQR6TV5hI0GWNKsTE25eEM1amKk > .row .container { border-width: 0; border-radius: 0; }#wxAekiQR6TV5hI0GWNKsTE25eEM1amKk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxAekiQR6TV5hI0GWNKsTE25eEM1amKk > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#aRv66Vg7L61UrLgz5Pu6UNcSRg0SUADv { position:absolute;display:block;z-index:15000;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;box-shadow: none;height:4.5rem;width:8rem;top:0rem;left:1.1875rem;overflow:hidden;display:block; }
#x6cfL33DqqKDJ57Q6Cy1MyiplerAm9BE { 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;box-shadow: none;height:3.3125rem;width:7.9375rem;top:0.84375rem;left:17.8125rem;overflow:hidden;display:block; }
#ABITM27f8b1skL33VR8nXReMduyt3SE6 { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:4.25rem;width:8.125rem;top:0.375rem;left:35.15625rem;overflow:hidden;display:block; }
#As92GxqNqx3RFASwBglA542UKdtecw9P { position:absolute;display:block;z-index:15005;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;box-shadow: none;height:3.4375rem;width:8.125rem;top:0.78125rem;left:42.28125rem;overflow:hidden;display:block; }
#eOl2r9x9lq7exrr5Tf5hkDgMrP6fo3h6 { position:absolute;display:block;z-index:15006;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;box-shadow: none;height:2.75rem;width:8.125rem;top:1.125rem;left:50.59375rem;overflow:hidden;display:block; }
#rx5KpXND8IynRm52682U12aXp8fMs5ZS { position:absolute;display:block;z-index:15004;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;box-shadow: none;height:2.4375rem;width:8.125rem;top:1.28125rem;left:27.09375rem;overflow:hidden;display:block; }
#dI2g7e89WEtmKTxlMilAab80QhCEOZ8R { position:absolute;display:block;z-index:15003;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;box-shadow: none;height:4.375rem;width:8.125rem;top:0rem;left:9.125rem;overflow:hidden;display:block; }
#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row .container { background-color: transparent; background-image: none; }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row .container > .video-iframe-container { display: none; }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row > .video-iframe-container { display: none; }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .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); }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row .container { border-width: 0; border-radius: 0; }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#CLElMDtcmldyp9O34kJQqT243ddC8XxR { display:block;width:44.1875rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:0.8642578125rem;left:8.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#kGEW89D6iNeXI3lkCARn1lMJwvcxe8yd { color:rgba(30,30,30,0.7);display:block;width:54.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:6.1884765625rem;left:2.625rem;height:5.41699375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl { position:relative;display:block; }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl { background-color: transparent; background-image: none; }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl > .row .container > .video-iframe-container { display: none; }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl > .row > .video-iframe-container { display: none; }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl > .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); }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl { border-width: 0; border-radius: 0; }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ovkbyioq7u4vHJofiEhGbFT02q8roxFu { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.9375rem;width:23.375rem;top:2rem;left:3.3125rem;overflow:hidden;display:block; }
#Gymy2BFeSe6BGg4CTkxnA5BTqbyxCAJo { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.9375rem;width:23.375rem;top:2rem;left:33.3125rem;overflow:hidden;display:block; }
#g1odNxoknBL2HtB6wfCycTSAkKlVsW8A { color:#42464d;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.6875rem;left:6.375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PJ5Wlvs4flkoSB1W5xgpTV7mthqB3p0q { color:#42464d;display:block;width:15.0625rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:19.6875rem;left:37.46875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T92okBanFglBPerRNAQKT2gvp1a19Zg1 { color:#42464d;display:block;width:18.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:23.380859375rem;left:5.84375rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#vT1rHCPVnL3CwmxkFzJsaW1Jv2Vtdt7y { color:#42464d;display:block;width:16.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:23.03125rem;left:36.625rem;height:2rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#UGMi01FsIJ1CL8oKe2Nw344M9rI9kxdm { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:26.28125rem;left:3.03125rem;height:8.49609375rem;text-align:center;text-align-last:center;display:block; }
#o09FFW7Jd1I2lLqhKmoqcW0eRkIDiTkT { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:27rem;left:33.03125rem;height:8.39648125rem;text-align:center;text-align-last:center;display:block; }
#hoH8FJQos1BADvoVgHwZifeGC4i97asc { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.3125rem;left:8.09375rem;display:block; }
#SPCtsToGFntlRTZ4kiN3CemU3Kac3At0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h2lDu7rBE7arlsiOM4XhwbxfFogOo1lp { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:37.3125rem;left:38.8125rem;display:block; }
#GBlRFcNllUTqLbaLFuyR2Vr4dr9o2nqG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ckfMxfDtTevrfta1DrF3LbTaHNrIGkp5 { position:absolute;display:block;z-index:14999;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:41.1875rem;width:27.75rem;top:0.75rem;left:1.125rem;display:block; }
#VgPv8baqceWOqtwxHxBcFEVeWrW3GmR3 { position:absolute;display:block;z-index:15000;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:41.0625rem;width:27.75rem;top:0.75rem;left:31.125rem;display:block; }
#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/VLPUm5wP5Z0/unsplash/jeriden-villegas-VLPUm5wP5Z0-photo-1589939705384-5185137a7f0f.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF.adaptive-delivery-prevent-bg, #WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF.lazyload, #WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF.lazyloading { background-image: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container { background-color: transparent; background-image: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container > .video-iframe-container { display: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row > .video-iframe-container { display: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .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); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container { border-width: 0; border-radius: 0; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;position:relative;display:block; }#CI29IR7lis0W3TUxugTdK7ergk8gDF2X { color:#fdf5f5;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.9990234375rem;height:2.11230625rem;font-style:normal;display:block; }
#HOtrA6Z74GdGtJ1AZHcrwkzh9bKbbS5U { position:absolute;display:block;z-index:15001;background-color:#ff653c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.875rem;top:4.87109375rem;left:1.9990234375rem;display:block; }
#NbzJkTT7oU9Ur7mNwlvQ9bQXtFn2T51C { color:#fdf5f5;display:block;width:22.625rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.99609375rem;left:1.9990234375rem;height:4.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UwePiUPVRJpnALBy7GfgymAuTZnOHKMy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.875215530396rem;left:37.361110687256rem;height:0;display:block; }
#ToKhp3rcscoDA0hZfRIalpccP147O7OP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.937715530396rem;left:34.236110687256rem;height:0;display:block; }
#CCb2rti0JbOcLu0n6khzzSt5UUtalxKq { color:#fdf5f5;display:block;width:27.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:12.10546875rem;left:1.9990234375rem;height:11.89453125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#JFUGs5MbTILJROlCaSxlpbNiIaiPKbOf { color:#fdf5f5;display:block;width:6rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.126953125rem;left:1.9990234375rem;height:1.29980625rem;display:block; }
#NLPqwaCOkbCPW6ukMQg1o1RqMrDDgA6N { position:absolute;display:block;z-index:15007;background-color:#42658b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:25.4638671875rem;left:7.9990234375rem;display:block; }
#VupXdxNGUsdO3aNJlTtckh1I0m3qsUln { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:26.0263671875rem;left:8.5615234375rem; }
#eOyWwU17J6prmU0OLoBe7X2KUsvXknU8 { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;height:28.1875rem;width:30.0625rem;top:1.3125rem;left:1.09375rem;display:block; }
#rSDNinuskB2Eb9IVKpmqF6haJ4Hnr87k { background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:25.2451171875rem;left:19.75449319297rem;display:block; }
#UCHqTGCkx0eiyhyhlqJqRfMknDpafRbB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a8ByQElRHHBChuHtgTePIZueWB95MiWI { position:absolute;display:block;z-index:15005;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;box-shadow: none;height:2.9375rem;width:11.5625rem;top:1.6494140625rem;left:19.65625rem;overflow:hidden;display:block; }
#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row .container { background-color: transparent; background-image: none; }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row .container > .video-iframe-container { display: none; }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row > .video-iframe-container { display: none; }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .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); }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row .container { border-width: 0; border-radius: 0; }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#zCMul67wTt8XfQNEm1Bqr72cSrTeOzKL { color:#1e1e1e;display:block;width:30.625rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:1.9375rem;left:0.6875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fPDVtFTu1G52DzseDInztyTakdxkiZTy { color:rgba(30,30,30,0.7);display:block;width:27.4375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:8.65625rem;left:0.6875rem;height:7.222625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cPBSPzKTnPJRxSq2MiPqvWTq5pl0Jg5B { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:14rem;top:1.9375rem;left:31.3125rem;display:block; }
#zmqINDEvn4V2v3kg7apGBeokuah8GrLT { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:8.65625rem;left:31.3125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nyemnzFslmzwzq2yWZweT2qDQH8O0muW { color:#000000;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:12.625rem;left:32.0625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#znMhcGPp3anlvxCDoIAEQWd3wBGLvAhX { position:absolute;display:block;z-index:15018;background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem #fdffff ;height:0.0625rem;width:3.5625rem;top:11.3798828125rem;left:36.65625rem;display:block; }
#TTBxLiGsud6b30CRA7FnOfvC4bC605Sv { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:14rem;top:1.9375rem;left:45.75rem;display:block; }
#XeGQNh7A5f1s8CqTbPkTsp3dNZP0VltL { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:8.71875rem;left:46rem;height:1.875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VmAa88Q3rPKxZNE1zQi2wwiX4c44Q8J7 { position:absolute;display:block;z-index:15023;background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:11.3798828125rem;left:51.09375rem;display:block; }
#TdT8cbeUAbmEbQu2iQCpR1BXzZKCppkA { color:#000000;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:12.2724609375rem;left:46.5rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cyLsdvW3GmTLu4OSTwyGIBlWcbsGnogZ { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:14rem;top:17.25rem;left:31.3125rem;display:block; }
#yy295cpcz8XUKHyMDsGmbcHqlhXFFlJW { color:#000000;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:27.53125rem;left:32.0625rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RLPcCWrQ12DP4dOKtoVDZyguHTQZTAkp { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:14rem;top:17.25rem;left:45.75rem;display:block; }
#TcTzdih6wh0sURZ64ayh1oDL3X4BSxuB { color:#000000;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:27.8125rem;left:46.5rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PbfodGXGeBHnTvKiO1seueFUP4VsXkGD { position:absolute;display:block;z-index:15028;background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.5625rem;top:26.15625rem;left:36.65625rem;display:block; }
#Q97cRHG8ozGUZx7QQTVmIfVBoGmRAnPv { position:absolute;display:block;z-index:15033;background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:26.1875rem;left:51.09375rem;display:block; }
#pmZZhqqHgIqPPsqGihLLiI7gfHAxhK27 { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:23.34375rem;left:31.3125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KCah729ck0dTMhZez0pIw0BB7pwS0Szs { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:23.96875rem;left:46rem;height:1.875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bQkVr5enCr4Vb3CVbwee3VVzm8qagab3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:3.11328125rem;left:36.0625rem; }
#TBcGoTT0hOVnlm5xuw7T4QnrZw2AzLFX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.55078125rem;left:50.71875rem; }
#MwiINbHZkU0EqeCv2zks7KLhTN1Qy2QT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:18.53125rem;left:35.6875rem; }
#uw5k2xT64EesoNPJR6ap9gKUHLLzGQ49 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:18.53125rem;left:50.84375rem; }
#ccQX3b0ERoKGacQ0RHbPyfwANPI6CfTX { position:absolute;display:block;z-index:15005;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;box-shadow: none;height:11.25rem;width:16.25rem;top:17.25rem;left:0.6875rem;overflow:hidden;display:block; }
#SFw9iD0AtQghppDMnl622Z6AouAzV3Eh { position:absolute;display:block;z-index:15004;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;box-shadow: none;height:10.625rem;width:15.3125rem;top:18.96875rem;left:14.1875rem;overflow:hidden;display:block; }
#zT46b2yTlLooxthk6SXiEO1s0lGEOmce { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #0f141b ;height:2.9375rem;width:27.9375rem;top:30.40625rem;left:0.6875rem;display:block; }
#bX3D79BagoA02iFiMg3d2zsgPT2oT8CM { display:block;width:27.875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem #000000;top:31.125rem;left:0.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;color:#fdffff;text-align:center;text-align-last:center;display:block; }
#D96vOGLGilwR60F5zOdP5Zs1sr2L37LU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem #fdffff ;height:12.5rem;width:12.5rem;display:none; }
#g2IfkuhqWImiuSi3H00ZMBTCXfiE9Vx7 { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.08);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.1875rem;width:29.875rem;top:1.28125rem;left:0rem;display:block; }
#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;display:block; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container { background-color: transparent; background-image: none; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container > .video-iframe-container { display: none; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row > .video-iframe-container { display: none; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .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); }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container { border-width: 0; border-radius: 0; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row > .video-iframe-container { border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container { font-size:0.875rem;font-family:arial;height:89.25rem;width:60rem;position:relative;display:block; }#TS7g4TeFFPEBLhVFcVsaBDC9r8rmL0Ul { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.65625rem;left:23.59375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#emczd5mM967pX8Lxiae1l0IhIzxd4DJa { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3125rem;left:23.59375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#m3XoGt0lwslTv8NFSKKCK75AMKmN0vFD { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:39.908203125rem;left:23.59375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#mBNm1nFw2BEDw4CpeeTDQJh51mAODUbw { display:block;width:34.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:56.28125rem;left:23.59375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#OzaG0c4THR7z1TpzMS3mudO4v4LMQ01w { display:block;width:18.6875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:74.125rem;left:23.59375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:block; }
#yDpZcIAzZz8ldvmhynd2LU7UamqttPk9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.625rem;width:18.25rem;top:7.65625rem;left:2.8125rem;overflow:hidden;display:block; }
#HUNOVnwZXh3MvGNzRvWGAKZSpyehHiL6 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.25rem;top:23.65625rem;left:2.75rem;overflow:hidden;display:block; }
#AT8c2Tgtf1HAlkVSs55279qAqT0WanN0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.25rem;top:39.908203125rem;left:2.75rem;overflow:hidden;display:block; }
#Jes8rxrAWb7mIr9fi4rg0lQTHUthaxP1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.25rem;top:56.28125rem;left:2.75rem;overflow:hidden;display:block; }
#RbaDHE11mtCcETGemOvH28hQsiXSkpVW { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.25rem;top:73.375rem;left:2.75rem;overflow:hidden;display:block; }
#FAI2ZoeT5w9aORfKQNcXUXG7eyLo1o9o { color:#000000;display:block;width:11.375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.994140625rem;left:23.59375rem;height:4.62890625rem;display:block; }
#hxZwtxh4gXrDRzCNnNXZy0QHPAVQZS9n { background-color:#0f141b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.5625rem;left:37.125rem;display:block; }
#kn67LW51ClcntyiEsf9qtq76DtayKwW5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cyeBVWHFRaIVdpiKhGNMrMJ6xBxTPSPu { color:#000000;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.994140625rem;left:37.625rem;height:4.62890625rem;display:block; }
#rBX8a7tiNRz8oR8uMTUZSNHovxbvbbWM { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.123046875rem;left:23.59375rem;height:4.62890625rem;display:block; }
#I7TbgJ0OJWwPiTh2197fSF3LmMD4E4ck { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.123046875rem;left:37.125rem;height:4.62890625rem;display:block; }
#r2UOPJGNPIMfGu1Fg6PdnKNoKs0qPOQ3 { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.125rem;left:23rem;display:block; }
#RkFbiwRANOFAX9IVSeMKNFeo3EsxEomp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MnuF6hJZLB6evATfcxomLe6GPcWJpATd { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.09375rem;left:37.125rem;display:block; }
#xULkQFTfT2WdQfal1a2VoDi871dbO6ku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZnLtr1IZWt4cgHc3LA7TKwiFvurQDynF { color:#000000;display:block;width:11.5rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:45.279296875rem;left:23.59375rem;height:4.62890625rem;display:block; }
#MNG05xbUUQeHWifT5gUqNJVioZEBThkK { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:45.279296875rem;left:37.625rem;height:4.62890625rem;display:block; }
#GWCi5Dzp3PKP94y3lc1tlzTTBmyLAoFO { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:51.033203125rem;left:23rem;display:block; }
#i6G3AxSWozkmvAtC3sDNoQJnIyUZi0J5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#imosylAgRolwW7i0nGJZe84HePeBlMbI { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:50.970703125rem;left:37.125rem;display:block; }
#w1dNmwATOdB0OeIDGX9Fr0pZw5e843le { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZxUku4SFHNykdaXB2a46xNUTTB5HrIbG { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:62.80859375rem;left:23.59375rem;height:4.62890625rem;display:block; }
#IyUTUJbu3i6KVzGtHeSoIFHBxdeHCqiE { color:#000000;display:block;width:19.75rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:62.80859375rem;left:37.625rem;height:4.62890625rem;display:block; }
#mpJrd2qLzhvfCppmMZhNmHt8INcIIWqI { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:68.283203125rem;left:23rem;display:block; }
#o0lNKUOdtCCEzTCzJ9zsKEUVQER7rvII { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbT72VBLuUr1lW8HqXUCyDX6xlrsae6t { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:68.251953125rem;left:37.4375rem;display:block; }
#JTXtJvXrTe33b9feXoGQrPpBIlXlm6FR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X2JmiITkPVEoSz9Qi5Dwvx9TLpTAxkM2 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:79.93359375rem;left:37.125rem;height:4.3857375rem;display:block; }
#yxdKi1wm2IWTGOp4T6hzZyIVa9qnBJvr { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:85.31640625rem;left:23rem;display:block; }
#mumCq3dSFU4dnp8z8uLJvTAtTek5x8Bw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AdGwbFDZB0QKU9A5HbG9TOeFA1MTLXTb { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:85.28515625rem;left:37.125rem;display:block; }
#PzbT9azvTB4mTHnUAi1fTzzVSgqZkwZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EC8qsVQ6gp06TaZ73MoqPkNGz0mbCMKE { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:79.8115234375rem;left:23.59375rem;height:4.62890625rem;display:block; }
#SeMfV8W9HXrvUBpK4Be2IfRlHkDKonZN { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:18.59375rem;left:23.59375rem;display:block; }
#LZZOo2q9DHvOOkv3c2br0ud2OSlh0HxQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AyLOhIr1dOtS35x1uEL5Sms7yx9Um1VV { display:block;width:44.1875rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.6875rem;left:7.90625rem;height:4.26171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 { position:relative;display:block; }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 { background-color: transparent; background-image: none; }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .row .container > .video-iframe-container { display: none; }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .row > .video-iframe-container { display: none; }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .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); }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 { border-width: 0; border-radius: 0; }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ucc46dWpVq0LWPzbXVSCKfS2V2KVZ1id { display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n5wRSaNPQqNCmcAeXQ2udpPsx01L5gUT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.5rem;left:0.5625rem;overflow:hidden;display:block; }
#Vuun3ToChTea20OdF1fWFJ4Wg8aQHko1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.5rem;left:20.3125rem;overflow:hidden;display:block; }
#JAlGfoFJ1mt9Q34P2Ff5TgplnNlqHdio { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.6875rem;left:40.1875rem;overflow:hidden;display:block; }
#lzlHorTlawHO3HRB77OIMSv7kcSbN9QP { position:absolute;display:block;z-index:15003;background-color:#ff653c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.875rem;top:6.9375rem;left:27.71875rem;display:block; }
#vuQbxIWV8u1vzzDBsZ4b6hLwoTCB5STA { color:#808080;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:4.412109375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N { position:relative;display:block; }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N { background-color: transparent; background-image: none; }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N > .row .container > .video-iframe-container { display: none; }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N > .row > .video-iframe-container { display: none; }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N > .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); }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N { border-width: 0; border-radius: 0; }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L975gCmieG0vUV74LJbilRQ1k1fhEqTO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:20.3125rem;overflow:hidden;display:block; }
#BBzxcSpSE18t65JhZy9HpAFUwb4frHvP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:40rem;overflow:hidden;display:block; }
#Px067fBHxnupVLVoa9qVyUfsSTIt44oi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:0.3125rem;overflow:hidden;display:block; }
#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo { position:relative;display:block; }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo { background-color: transparent; background-image: none; }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo > .row .container > .video-iframe-container { display: none; }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo > .row > .video-iframe-container { display: none; }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo > .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); }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo { border-width: 0; border-radius: 0; }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eTwwl6Q1fWAqana6JLmWQKJPfBF9LH6I { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:0.3125rem;overflow:hidden;display:block; }
#xVy6mkaKqzSSvUAX3BZogS7eCt6kp537 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:20.3125rem;overflow:hidden;display:block; }
#PEHEGi2EMi0ezbeuGAiMVBiCflRW79dt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:40.3125rem;overflow:hidden;display:block; }
#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF { position:relative;display:block; }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF { background-color: transparent; background-image: none; }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF > .row .container > .video-iframe-container { display: none; }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF > .row > .video-iframe-container { display: none; }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF > .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); }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF { border-width: 0; border-radius: 0; }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lQyduEKb0rlv7hzicBPZBeArOWZ7M4CO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:0.3125rem;overflow:hidden;display:block; }
#OwS6w5mbk7TtmThkrnkvLErCf60gzWyc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:20.3125rem;overflow:hidden;display:block; }
#NTWHtd5S14dTRGSAuNoMtRQ3g6QxJB0N { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:40.3125rem;overflow:hidden;display:block; }
#OISsUVSPZe41QbvyST6Irsm59NpyzuEf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row .container { background-color: transparent; background-image: none; }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row .container > .video-iframe-container { display: none; }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row > .video-iframe-container { display: none; }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .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); }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row .container { border-width: 0; border-radius: 0; }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#RT145MP2SFNBTiNTSTcMyXw43dCG52df { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ronZxX9gZcvFax9vHuQ8tFcd16VPvuWl { color:#808080;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHx3OJhxTW9y8uHodpvTqMHZc4kT2ax6 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:10.703125rem;left:0rem;display:block; }
#uwP6D33VDkgucSJHBgyGFuUzAfwSx0Wd { color:#808080;display:block;width:18.875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:13.203125rem;left:0rem;height:8.496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LxqH9NK6tGEe5ry7Xp4brxpEFukcuLQR { color:#606060;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.21875rem;left:3.53125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wVkTzVnXGE1A4hJl120uzksKNB4WskuF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.1953125rem;left:3.78125rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Em3zJSb5i6hdreAD15dBxrsSvAwWFsvT { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.21875rem;left:24.96875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D75nn5Bsm0FtaMRH4rA4unuwo2I1r0T6 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:10.703125rem;left:20.53125rem;display:block; }
#SaAOdJJGpzsq2Tlk1oIwdglcGAEvEhNT { color:#606060;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.21875rem;left:44.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JquPhBpMboOMXUmSxDQUxKc2npA5qr4P { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:10.703125rem;left:40.375rem;display:block; }
#CfNAziigD04RpCoEodlnf9irTu2ubmE5 { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.1953125rem;left:42.25rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zrkCnJ8AgwGHkc5DMnOPaX1lSUReTdwN { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.1953125rem;left:23.0625rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CPThH8DtHiqxqLLgTVGJBIo2Egm15IbH { color:#808080;display:block;width:18.875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:12.9013671875rem;left:40.40625rem;height:9.098625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wNiTMBMoJRaQBTaLbgJVhRVsM8GeCxzz { color:#808080;display:block;width:18.875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:12.951171875rem;left:20.5625rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qzFu9ucloBBzAOxSMTUBAmqzSlwQO12b { position:absolute;display:block;z-index:15004;background-color:#ff653c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.875rem;top:7.875rem;left:28.0625rem;display:block; }
#L9Ky6I8612lb52VkfTUPgEgw6JtNdPXe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;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; }#L9Ky6I8612lb52VkfTUPgEgw6JtNdPXe > .row .container { background-color: transparent; background-image: none; }#L9Ky6I8612lb52VkfTUPgEgw6JtNdPXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9Ky6I8612lb52VkfTUPgEgw6JtNdPXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9Ky6I8612lb52VkfTUPgEgw6JtNdPXe > .row .container > .video-iframe-container { display: none; }#L9Ky6I8612lb52VkfTUPgEgw6JtNdPXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9Ky6I8612lb52VkfTUPgEgw6JtNdPXe > .row > .video-iframe-container { display: none; }#L9Ky6I8612lb52VkfTUPgEgw6JtNdPXe > .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); }#L9Ky6I8612lb52VkfTUPgEgw6JtNdPXe > .row .container { border-width: 0; border-radius: 0; }#L9Ky6I8612lb52VkfTUPgEgw6JtNdPXe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L9Ky6I8612lb52VkfTUPgEgw6JtNdPXe > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#GAcDDt7awM6e7GoyXeiZ9MwAKIhGOhMM { position:absolute;display:block;z-index:15003;background-color:#ff653c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.875rem;top:4.875rem;left:27.5rem;display:block; }
#tQpQSwR9vyfTG6pOEBX4q1eXSAzTTDIq { color:#42464d;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.197265625rem;left:-0.25rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmXFKLeRbKISFvchixCsxAmitIvRge2a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;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; }#mmXFKLeRbKISFvchixCsxAmitIvRge2a > .row .container { background-color: transparent; background-image: none; }#mmXFKLeRbKISFvchixCsxAmitIvRge2a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmXFKLeRbKISFvchixCsxAmitIvRge2a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmXFKLeRbKISFvchixCsxAmitIvRge2a > .row .container > .video-iframe-container { display: none; }#mmXFKLeRbKISFvchixCsxAmitIvRge2a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmXFKLeRbKISFvchixCsxAmitIvRge2a > .row > .video-iframe-container { display: none; }#mmXFKLeRbKISFvchixCsxAmitIvRge2a > .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); }#mmXFKLeRbKISFvchixCsxAmitIvRge2a > .row .container { border-width: 0; border-radius: 0; }#mmXFKLeRbKISFvchixCsxAmitIvRge2a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmXFKLeRbKISFvchixCsxAmitIvRge2a > .row .container { font-size:0.875rem;font-family:arial;height:69.75rem;width:60rem;position:relative;display:block; }#MOKDqxASzDzfqzrxUf47Dzs4WreE54Iv { 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;box-shadow: none;height:13.375rem;width:19.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#I452QgBCImO6aWA29sEnFD0hT05tFa4a { color:#000000;display:block;width:20.5rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.865234375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ph3hzfttzrzUX8Md6rrqHf5Bp0mpxssO { position:absolute;display:block;z-index:15000;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:0.0625rem;left:20.125rem;display:block; }
#cFiax9T3ub6sasNdNqNHg7cpSButzaMb { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15012;line-height:.9;letter-spacing:0;top:13.85546875rem;left:20rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iw9GUb9mdWI2ovuui0WQW1adpKMdyRgh { position:absolute;display:block;z-index:14999;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:0.0625rem;left:40.25rem;display:block; }
#XlAPK4e7oP2vbwtblHGFXciCpcaDlJL5 { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.875rem;left:4.125rem;display:block; }
#O3tgxqdlL10q8COWfCoZTvwyHrZXgrOo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qKRTAvUEbIgQl75vTrP0ZnScByVuJ4iq { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.875rem;left:23.8125rem;display:block; }
#vbFLIa8iZclvMGif1AMIcD55CTk9rZxy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NcvVZRDh0Km4GPZfbNTV65tX84cSXP0s { position:absolute;display:block;z-index:14998;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#Kt5OUNM4ls5AFgnh189t5yAuhCPW5pkI { color:#42464d;display:block;width:19.3125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:19.068359375rem;left:0rem;height:9.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nwROcH7DRf9ec9oPhs4WLKDZhM7PtbUy { color:#42464d;display:block;width:19.3125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.0166015625rem;left:20.34375rem;height:9.666rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZdq6QvKFNF7T2aHcTK2QmPi5VWvGuIB { position:absolute;display:block;z-index:15001;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:35.0625rem;left:20rem;display:block; }
#Ig5GZXloIuCOvDTtpX379D7fyE6P1egA { position:absolute;display:block;z-index:15002;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:34.986328125rem;left:0rem;display:block; }
#bDmEWS9TwDIqGih1cOfkNefNRtMldxwV { position:absolute;display:block;z-index:15013;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;box-shadow: none;height:13.375rem;width:19.5625rem;top:0rem;left:40.21875rem;overflow:hidden;display:block; }
#W2zMZzUAfpVhMNuUiNl3GcAILN3S0v0d { position:absolute;display:block;z-index:15000;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:35.0625rem;left:40rem;display:block; }
#ZSGcqC0lBg5W3zMZgg08InWZ9Qpf0l9n { position:absolute;display:block;z-index:15022;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;box-shadow: none;height:13.375rem;width:19.5625rem;top:35.0625rem;left:40rem;overflow:hidden;display:block; }
#oX5fsXUQptqwuzyWzK3ThSVNhoASZbhN { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:50.587890625rem;left:40rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H1mCP69w4Q99vPMm8oKX4I9DLDeIfpWP { color:#42464d;display:block;width:19.3125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:54.9541015625rem;left:40rem;height:9.666rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kvTaSLx7rBfZ0goGOHJBt6mpQNpBoBeM { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:65.244140625rem;left:44.34375rem;display:block; }
#awCe7S1p9EtGvBcMvxzqr9Q2QioTtc4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g38ocxGvOBzSl0BTcIz9BfBJBFbU0tKg { position:absolute;display:block;z-index:15016;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;box-shadow: none;height:13.375rem;width:19.25rem;top:35.0625rem;left:0.375rem;overflow:hidden;display:block; }
#TvT2xPXTIC9L18xfuIb7bpue9kPAs99c { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:.9;letter-spacing:0;top:49.912109375rem;left:0rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ONUeScR7hZFJ4oWEakHxz7IE7GcvMOp1 { color:#42464d;display:block;width:19.3125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:54.9541015625rem;left:0rem;height:8.920875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CJ3XVE5398rl0iwDnBOMgvLPTzp16n6B { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:65.244140625rem;left:4.34375rem;display:block; }
#QeqpS3hLWbQNKkVBzzSZpfJA58Mo4LTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I22MX8EuZqTxVAIl64KLJbVGcURo1vLw { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15018;line-height:.9;letter-spacing:0;top:49.912109375rem;left:20rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zdXv5t98vL4HrGcpBt1loweOi12Eu9aA { color:#42464d;display:block;width:19.3125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:55.1142578125rem;left:20rem;height:9.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RvIJz32XSWD4GbTmNsbTUFn1xWwMRuTU { position:absolute;display:block;z-index:15017;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;box-shadow: none;height:13.375rem;width:20.1875rem;top:35.0625rem;left:20rem;overflow:hidden;display:block; }
#uBkDPWph464Uyyhs3eKPfCqADz4VpdlB { position:absolute;display:block;z-index:15023;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;box-shadow: none;height:13.375rem;width:19.5625rem;top:0rem;left:20.21875rem;overflow:hidden;display:block; }
#xVk6GkubhZxTZ6SVLUuH1oTNH8ExkUWf { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15015;line-height:.9;letter-spacing:0;top:13.85546875rem;left:40.0625rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nFzlHe3Up6E8kHbnGx2eKVMEqGHyeGq0 { color:#42464d;display:block;width:19.3125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.0166015625rem;left:40.34375rem;height:9.666rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UzvM7uhdl4TQ7WhbXxSMM0WLVgwoa2yD { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.875rem;left:44.34375rem;display:block; }
#DxpSSNUCcdtmTryN6AC439taecloogmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c1beLhT9kgdJabdxTI9UWGXIwiII2R0N { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:65.244140625rem;left:23.8125rem;display:block; }
#i7rvOrFAxNNvOtr4tGk3NuMzB94TydtP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.88);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;z-index:auto;display:block; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container { background-color: transparent; background-image: none; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container > .video-iframe-container { display: none; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row > .video-iframe-container { display: none; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .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); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container { border-width: 0; border-radius: 0; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#ksy0XQTG9pJPKvq7geJF00HTPVAuUeoA { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.1875rem;left:19.03125rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f1I2ros9wWhmVc1DJnCTgsXDDKPdw1hw { position:absolute;display:block;z-index:15005;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;box-shadow: none;height:3.875rem;width:14.1875rem;top:0rem;left:23.46875rem;overflow:hidden;display:block; }
#ka8vWkhDAQkqAahBOT7nDLJ9x1BRvv2a { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#p32ecUeTMua2bCpOK0nibEmU1p29mFAU { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#aMtyEeoOnaMn2Rkazkc99X6ZtkNLNJFw { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#l3Zfse1kNKnHVBzca0GkNnRIl2cB00a1 { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#d457AGFvvfAutOARhMkVTi9J9TPWOCW1 { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K8XVc5PVxFQxqkEWTTkrL3I58B6xUk4L { display:block; }#K8XVc5PVxFQxqkEWTTkrL3I58B6xUk4L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZetN0sKAB1wK9K4izvQ9IprnCdfLobl { width:8.75rem;height:2.25rem;top:1rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #H51WPbyDlGZX6na8tqAHGNo87VnWKUid { display:block; }
 }@media only screen and (max-width: 763px) { #q8wnvJc4Vi4D6TJ4xCNQOB4wpnaqTlDW { top:0rem;left:0rem;width:14.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDxqdW0NrJDT4eQ7e4gU484WT7Ai7J1S { top:1.3125rem;left:31.59375rem;width:5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pySBKI5Ty3f1EF0SqizqxlDKmy3h5JqO { top:1.3125rem;left:26.90625rem;width:3.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZDTnJ9pCGmxisMLdBAk25pCb9s90evt { top:1.3125rem;left:37.96875rem;width:4.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKkdmte1wzTgQLVI0xxp6kkIR5CcJbNV { top:1.3125rem;left:22rem;width:3.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJAISkWMUUwRtx131ibTVtvdto9b9LSu { display:block; }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTcV1bZ6mryGNxgGmDNy1gLfOdkZfC6a { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vse8thXcfnZRByR7PEWTTkB9T7Kh347P { top:10.8125rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoccr7OxcnewcwIruKTZqXZMaD80NfQT { width:47.75rem;height:13.25rem;top:11.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM { display:block; }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SS9CNolB1DDutNGWVndJLtEoQLBkvQ41 { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0AfAFPXiSa8Fc4IIOWNzEpsUp2C7HvD { width:13.75rem;height:3.125rem;top:61.6875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di9b4LFuGI6SZo5G6snFyUg0WhJrDHWH { display:block; }
 }@media only screen and (max-width: 763px) { #FFdk9NkRLOxVVOeBEBXi4k6kKJlTASxm { width:14.125rem;height:3.1875rem;top:61.6875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdIV8cTpMCwvZ1re2o76N3z6J5oDvwQa { display:block; }
 }@media only screen and (max-width: 763px) { #BlRr80PS24uUra7wU0LUqtiu3TmyhHeM { width:19.6875rem;height:16.1875rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzf43PLfs4DTuMqPCSNw7beKnIqAL58a { width:19.6875rem;height:16.1875rem;top:4.875rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6pooKDri3oLEoeitfsgfDL479OvQcKv { width:19.6875rem;height:16.1875rem;top:4.875rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0KLaZIZGz1TU7GcOEacgvDG2gGaIZIS { width:38.1875rem;height:3.75rem;top:56.25rem;left:4.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn7yrbgTeVlIsOuPW13C8DwrLRA9rpS1 { width:16rem;height:3.875rem;top:24.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcqgFfDa1889bFTHIWwhX9KdBaTiZaWx { width:16rem;height:2.5625rem;top:25.25rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru1Tw5TPf8zTMOMheFryl2NU9HHBPkWA { width:17.25rem;height:4.375rem;top:24.625rem;left:30.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHdTgShnb4ur0gkrrT71nCqhC4ciNfJx { width:17.375rem;height:1.9375rem;top:22.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOBw25SXW6SNiTn1qiyFSuMz7T8F733U { width:17.375rem;height:;top:22.125rem;left:15.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk2MOeICA18nuOXnRLUM2DZWgV4qwRSv { width:17.375rem;height:1.9375rem;top:22.125rem;left:30.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #huc1K2VACx1yOpczMlvnCcDABfutTX6B { width:19.6875rem;height:16.1875rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE4MCtEH1CVpII4O4uySBU8VURe8nfzZ { width:19.6875rem;height:16.1875rem;top:29.75rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAHDdwLwr3lOITWKFUVZfbzsJe1yrfdh { width:19.6875rem;height:16.1875rem;top:29.75rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLW7Jiz1Qo3tb0pzAgLT955fPRn5rGrr { width:17.375rem;height:1.9375rem;top:46.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKM1krmFE4wE7qLcgdAMrtunA6K7o9sP { width:17.375rem;height:1.9375rem;top:46.875rem;left:15.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtaRPhHQmu8gT9fo4m657aauJ2pT1UHz { width:17.375rem;height:1.9375rem;top:46.875rem;left:30.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJzOPWayQBVeotp5bK9qPUo6Atxe6tf4 { width:16rem;height:3.875rem;top:50.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONwDAMcp47ni62pKL2GBrNeE9V1iSHEk { width:16rem;height:3.875rem;top:50.0625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBpD1A4IIixTmJVQEnIN1kwLRqutey0W { width:16rem;height:2.5625rem;top:50.6875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5UgDAgawP1nMONIl2Z2f6l4PSgWqH7T { display:block; }#U5UgDAgawP1nMONIl2Z2f6l4PSgWqH7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tghBS1N4xwubXFWOGnHsuQowovVrFRGx { width:7.5625rem;height:7.6875rem;top:7.25rem;left:0rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIRTWpJtVdXuycr4yJUi24RXIMVyw1Tl { width:4rem;height:4rem;top:9.9375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nREDWaw5VifEyTdHfw53CqCuiiI8WNH2 { width:14.25rem;height:2.25rem;top:9.9375rem;left:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wauctLPNf59JlzaNGF9iGliNQTZqaTR7 { width:19.1875rem;height:8.75rem;top:18.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8UtNh4b1fgo1dQfKuLZsCVRhqJdJqbg { width:19.1875rem;height:7.25rem;top:17.625rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOfAhrzQGgy8lH2I64nUTSBsuWApTbiu { width:7.5625rem;height:7.6875rem;top:8.0625rem;left:15.875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywWGq7IwIU4yCROIL57RpTnPnoZskTNf { width:4rem;height:4rem;top:9.9375rem;left:15.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaFrBxht1gsqaUpC2P1GbpomEaQU38OZ { width:14.25rem;height:2.25rem;top:10.75rem;left:17.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh2UxvLxaN7aWGfC7Tk6C6dn8iKNUQ1U { width:19.1875rem;height:7.25rem;top:17.625rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0i2De1Z0ycx8kOyaRa7Zngn60ZeTlk9 { width:7.5625rem;height:7.6875rem;top:8.375rem;left:24.1875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIPyE5eSRLOHkACyauVAPcUZqJ4pBbxT { width:4rem;height:4rem;top:9.9375rem;left:31.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvdf6E2W0tmWMPKliOqZs8J2y1DyruSx { width:14.25rem;height:2.25rem;top:10.75rem;left:33.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbZJUepTVPJPb0QmqdHzVTRvOM6x9HTU { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggaq7DKzBQH7Q6sa7FWJMIDlGh7WyJNx { width:47.75rem;height:3.5625rem;top:4.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvRPeGFu9s2OmJ6btclN2e1byhfDIoXp { width:17.375rem;height:;top:14.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6sgvsUxMbMMTgrNuVWumtzJgbIz1UDT { width:17.375rem;height:;top:14.9375rem;left:14.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cse7kNyE1BCFNZ1imm8tkQgbv68f4wPB { width:17.375rem;height:;top:14.9375rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvqttNZyAlGrpBOhtBRBM8fTUCPH8H43 { width:22.4375rem;height:3.1875rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ4Pt5P2Vk6ZkvydBaCNRo5pcV6wOavE { display:block; }
 }@media only screen and (max-width: 763px) { #ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 { display:block; }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qR0SbFZ3w8Cpk2391FbJ79AuOr3SsLLx { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxAekiQR6TV5hI0GWNKsTE25eEM1amKk { display:block; }#wxAekiQR6TV5hI0GWNKsTE25eEM1amKk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRv66Vg7L61UrLgz5Pu6UNcSRg0SUADv { top:0rem;left:0rem;width:8rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6cfL33DqqKDJ57Q6Cy1MyiplerAm9BE { top:0.8125rem;left:11.6875rem;width:7.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABITM27f8b1skL33VR8nXReMduyt3SE6 { top:0.375rem;left:29.03125rem;width:8.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #As92GxqNqx3RFASwBglA542UKdtecw9P { top:0.75rem;left:36.15625rem;width:8.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOl2r9x9lq7exrr5Tf5hkDgMrP6fo3h6 { top:1.125rem;left:39.625rem;width:8.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx5KpXND8IynRm52682U12aXp8fMs5ZS { top:1.25rem;left:20.96875rem;width:8.125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI2g7e89WEtmKTxlMilAab80QhCEOZ8R { top:0rem;left:3rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxuzWkiH09CSIccRGqpEeupaRo3vriC4 { display:block; }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLElMDtcmldyp9O34kJQqT243ddC8XxR { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGEW89D6iNeXI3lkCARn1lMJwvcxe8yd { width:47.75rem;height:5.375rem;top:6.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl { display:block; }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ovkbyioq7u4vHJofiEhGbFT02q8roxFu { width:23.375rem;height:15.9375rem;top:2rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gymy2BFeSe6BGg4CTkxnA5BTqbyxCAJo { width:23.375rem;height:15.9375rem;top:2rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1odNxoknBL2HtB6wfCycTSAkKlVsW8A { width:17.25rem;height:2.4375rem;top:19.6875rem;left:3.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ5Wlvs4flkoSB1W5xgpTV7mthqB3p0q { width:15.0625rem;height:2.4375rem;top:19.6875rem;left:28.28125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T92okBanFglBPerRNAQKT2gvp1a19Zg1 { width:18.3125rem;height:1.25rem;top:23.375rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT1rHCPVnL3CwmxkFzJsaW1Jv2Vtdt7y { width:16.75rem;height:2rem;top:23rem;left:27.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGMi01FsIJ1CL8oKe2Nw344M9rI9kxdm { width:23.9375rem;height:8.4375rem;top:26.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o09FFW7Jd1I2lLqhKmoqcW0eRkIDiTkT { width:23.9375rem;height:8.375rem;top:27rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoH8FJQos1BADvoVgHwZifeGC4i97asc { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPCtsToGFntlRTZ4kiN3CemU3Kac3At0 { display:block; }
 }@media only screen and (max-width: 763px) { #h2lDu7rBE7arlsiOM4XhwbxfFogOo1lp { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBlRFcNllUTqLbaLFuyR2Vr4dr9o2nqG { display:block; }
 }@media only screen and (max-width: 763px) { #ckfMxfDtTevrfta1DrF3LbTaHNrIGkp5 { width:27.75rem;height:41.1875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgPv8baqceWOqtwxHxBcFEVeWrW3GmR3 { width:27.75rem;height:41.0625rem;top:0.75rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF { display:block; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CI29IR7lis0W3TUxugTdK7ergk8gDF2X { width:12.5rem;height:2.0625rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOtrA6Z74GdGtJ1AZHcrwkzh9bKbbS5U { width:3.875rem;height:0.3125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbzJkTT7oU9Ur7mNwlvQ9bQXtFn2T51C { width:22.5625rem;height:4.9375rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwePiUPVRJpnALBy7GfgymAuTZnOHKMy { width:12.5rem;height:0;top:20.8125rem;left:31.236110687256rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToKhp3rcscoDA0hZfRIalpccP147O7OP { width:12.5rem;height:0;top:23.875rem;left:28.110027313233rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCb2rti0JbOcLu0n6khzzSt5UUtalxKq { width:27.875rem;height:11.875rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFUGs5MbTILJROlCaSxlpbNiIaiPKbOf { width:6rem;height:1.25rem;top:26.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLPqwaCOkbCPW6ukMQg1o1RqMrDDgA6N { width:2.625rem;height:2.625rem;top:25.4375rem;left:1.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VupXdxNGUsdO3aNJlTtckh1I0m3qsUln { width:1.5rem;height:1.5rem;top:26rem;left:2.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOyWwU17J6prmU0OLoBe7X2KUsvXknU8 { top:1.3125rem;left:0rem;width:30.0625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSDNinuskB2Eb9IVKpmqF6haJ4Hnr87k { width:9.9375rem;height:2.5rem;top:25.1875rem;left:13.62949319297rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCHqTGCkx0eiyhyhlqJqRfMknDpafRbB { display:block; }
 }@media only screen and (max-width: 763px) { #a8ByQElRHHBChuHtgTePIZueWB95MiWI { top:1.625rem;left:13.53125rem;width:11.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD { display:block; }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCMul67wTt8XfQNEm1Bqr72cSrTeOzKL { width:30.625rem;height:4.875rem;top:1.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPDVtFTu1G52DzseDInztyTakdxkiZTy { width:27.4375rem;height:7.1875rem;top:8.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPBSPzKTnPJRxSq2MiPqvWTq5pl0Jg5B { width:14rem;height:15.0625rem;top:1.9375rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmqINDEvn4V2v3kg7apGBeokuah8GrLT { width:14rem;height:1.875rem;top:8.625rem;left:25.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyemnzFslmzwzq2yWZweT2qDQH8O0muW { width:12.75rem;height:3.375rem;top:12.625rem;left:25.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znMhcGPp3anlvxCDoIAEQWd3wBGLvAhX { width:3.5625rem;height:0.0625rem;top:11.375rem;left:30.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTBxLiGsud6b30CRA7FnOfvC4bC605Sv { width:14rem;height:15.0625rem;top:1.9375rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeGQNh7A5f1s8CqTbPkTsp3dNZP0VltL { width:14rem;height:1.875rem;top:8.6875rem;left:33.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmAa88Q3rPKxZNE1zQi2wwiX4c44Q8J7 { width:3.5625rem;height:0.0625rem;top:11.375rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdT8cbeUAbmEbQu2iQCpR1BXzZKCppkA { width:12.75rem;height:3.75rem;top:12.25rem;left:35rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyLsdvW3GmTLu4OSTwyGIBlWcbsGnogZ { width:14rem;height:15.0625rem;top:17.25rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy295cpcz8XUKHyMDsGmbcHqlhXFFlJW { width:12.75rem;height:3.9375rem;top:27.5rem;left:25.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLPcCWrQ12DP4dOKtoVDZyguHTQZTAkp { width:14rem;height:15.0625rem;top:17.25rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTzdih6wh0sURZ64ayh1oDL3X4BSxuB { width:12.75rem;height:3.375rem;top:27.8125rem;left:35rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbfodGXGeBHnTvKiO1seueFUP4VsXkGD { width:3.5625rem;height:0.125rem;top:26.125rem;left:30.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q97cRHG8ozGUZx7QQTVmIfVBoGmRAnPv { width:3.5625rem;height:0.0625rem;top:26.1875rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmZZhqqHgIqPPsqGihLLiI7gfHAxhK27 { width:14rem;height:1.875rem;top:23.3125rem;left:25.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCah729ck0dTMhZez0pIw0BB7pwS0Szs { width:14rem;height:1.875rem;top:23.9375rem;left:33.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQkVr5enCr4Vb3CVbwee3VVzm8qagab3 { top:3.0625rem;left:29.9375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBcGoTT0hOVnlm5xuw7T4QnrZw2AzLFX { top:3.5rem;left:43.4375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwiINbHZkU0EqeCv2zks7KLhTN1Qy2QT { top:18.5rem;left:29.5625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw5k2xT64EesoNPJR6ap9gKUHLLzGQ49 { top:18.5rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccQX3b0ERoKGacQ0RHbPyfwANPI6CfTX { width:16.25rem;height:11.25rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFw9iD0AtQghppDMnl622Z6AouAzV3Eh { width:15.3125rem;height:10.625rem;top:18.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT46b2yTlLooxthk6SXiEO1s0lGEOmce { top:30.375rem;left:0rem;width:27.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX3D79BagoA02iFiMg3d2zsgPT2oT8CM { width:27.875rem;height:1.5rem;top:31.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D96vOGLGilwR60F5zOdP5Zs1sr2L37LU { display:none; }
 }@media only screen and (max-width: 763px) { #g2IfkuhqWImiuSi3H00ZMBTCXfiE9Vx7 { top:1.25rem;left:0rem;width:29.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O { display:block; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS7g4TeFFPEBLhVFcVsaBDC9r8rmL0Ul { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emczd5mM967pX8Lxiae1l0IhIzxd4DJa { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3XoGt0lwslTv8NFSKKCK75AMKmN0vFD { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBNm1nFw2BEDw4CpeeTDQJh51mAODUbw { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzaG0c4THR7z1TpzMS3mudO4v4LMQ01w { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDpZcIAzZz8ldvmhynd2LU7UamqttPk9 { top:7.625rem;left:0rem;width:18.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUNOVnwZXh3MvGNzRvWGAKZSpyehHiL6 { top:23.625rem;left:0rem;width:18.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT8c2Tgtf1HAlkVSs55279qAqT0WanN0 { top:39.875rem;left:0rem;width:18.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jes8rxrAWb7mIr9fi4rg0lQTHUthaxP1 { top:56.25rem;left:0rem;width:18.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbaDHE11mtCcETGemOvH28hQsiXSkpVW { top:73.375rem;left:0rem;width:18.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAI2ZoeT5w9aORfKQNcXUXG7eyLo1o9o { top:11.9375rem;left:17.46875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxZwtxh4gXrDRzCNnNXZy0QHPAVQZS9n { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn67LW51ClcntyiEsf9qtq76DtayKwW5 { display:block; }
 }@media only screen and (max-width: 763px) { #cyeBVWHFRaIVdpiKhGNMrMJ6xBxTPSPu { top:11.9375rem;left:30.375rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBX8a7tiNRz8oR8uMTUZSNHovxbvbbWM { top:28.0625rem;left:17.46875rem;width:11.1875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7TbgJ0OJWwPiTh2197fSF3LmMD4E4ck { top:28.0625rem;left:30.0625rem;width:17.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2UOPJGNPIMfGu1Fg6PdnKNoKs0qPOQ3 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkFbiwRANOFAX9IVSeMKNFeo3EsxEomp { display:block; }
 }@media only screen and (max-width: 763px) { #MnuF6hJZLB6evATfcxomLe6GPcWJpATd { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xULkQFTfT2WdQfal1a2VoDi871dbO6ku { display:block; }
 }@media only screen and (max-width: 763px) { #ZnLtr1IZWt4cgHc3LA7TKwiFvurQDynF { top:45.25rem;left:17.46875rem;width:11.5rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNG05xbUUQeHWifT5gUqNJVioZEBThkK { top:45.25rem;left:31.4375rem;width:16.3125rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWCi5Dzp3PKP94y3lc1tlzTTBmyLAoFO { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6G3AxSWozkmvAtC3sDNoQJnIyUZi0J5 { display:block; }
 }@media only screen and (max-width: 763px) { #imosylAgRolwW7i0nGJZe84HePeBlMbI { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1dNmwATOdB0OeIDGX9Fr0pZw5e843le { display:block; }
 }@media only screen and (max-width: 763px) { #ZxUku4SFHNykdaXB2a46xNUTTB5HrIbG { top:62.75rem;left:17.46875rem;width:11.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyUTUJbu3i6KVzGtHeSoIFHBxdeHCqiE { top:62.75rem;left:28rem;width:19.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpJrd2qLzhvfCppmMZhNmHt8INcIIWqI { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0lNKUOdtCCEzTCzJ9zsKEUVQER7rvII { display:block; }
 }@media only screen and (max-width: 763px) { #TbT72VBLuUr1lW8HqXUCyDX6xlrsae6t { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTXtJvXrTe33b9feXoGQrPpBIlXlm6FR { display:block; }
 }@media only screen and (max-width: 763px) { #X2JmiITkPVEoSz9Qi5Dwvx9TLpTAxkM2 { top:79.875rem;left:25.25rem;width:22.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxdKi1wm2IWTGOp4T6hzZyIVa9qnBJvr { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mumCq3dSFU4dnp8z8uLJvTAtTek5x8Bw { display:block; }
 }@media only screen and (max-width: 763px) { #AdGwbFDZB0QKU9A5HbG9TOeFA1MTLXTb { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzbT9azvTB4mTHnUAi1fTzzVSgqZkwZG { display:block; }
 }@media only screen and (max-width: 763px) { #EC8qsVQ6gp06TaZ73MoqPkNGz0mbCMKE { top:79.75rem;left:17.46875rem;width:11.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeMfV8W9HXrvUBpK4Be2IfRlHkDKonZN { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZZOo2q9DHvOOkv3c2br0ud2OSlh0HxQ { display:block; }
 }@media only screen and (max-width: 763px) { #AyLOhIr1dOtS35x1uEL5Sms7yx9Um1VV { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 { display:block; }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucc46dWpVq0LWPzbXVSCKfS2V2KVZ1id { width:47.75rem;height:3.375rem;top:1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5wRSaNPQqNCmcAeXQ2udpPsx01L5gUT { width:19.375rem;height:13.3125rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuun3ToChTea20OdF1fWFJ4Wg8aQHko1 { width:19.375rem;height:13.3125rem;top:8.5rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAlGfoFJ1mt9Q34P2Ff5TgplnNlqHdio { width:19.375rem;height:13.3125rem;top:8.6875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzlHorTlawHO3HRB77OIMSv7kcSbN9QP { width:3.875rem;height:0.3125rem;top:6.9375rem;left:21.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuQbxIWV8u1vzzDBsZ4b6hLwoTCB5STA { width:47.75rem;height:1.625rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N { display:block; }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L975gCmieG0vUV74LJbilRQ1k1fhEqTO { width:19.375rem;height:13.3125rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBzxcSpSE18t65JhZy9HpAFUwb4frHvP { width:19.375rem;height:13.3125rem;top:0rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px067fBHxnupVLVoa9qVyUfsSTIt44oi { width:19.375rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo { display:block; }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTwwl6Q1fWAqana6JLmWQKJPfBF9LH6I { width:19.375rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVy6mkaKqzSSvUAX3BZogS7eCt6kp537 { width:19.375rem;height:13.3125rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEHEGi2EMi0ezbeuGAiMVBiCflRW79dt { width:19.375rem;height:13.3125rem;top:0rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF { display:block; }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQyduEKb0rlv7hzicBPZBeArOWZ7M4CO { width:19.375rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwS6w5mbk7TtmThkrnkvLErCf60gzWyc { width:19.375rem;height:13.3125rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTWHtd5S14dTRGSAuNoMtRQ3g6QxJB0N { width:19.375rem;height:13.3125rem;top:0rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OISsUVSPZe41QbvyST6Irsm59NpyzuEf { display:block; }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT145MP2SFNBTiNTSTcMyXw43dCG52df { width:47.75rem;height:4.0625rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ronZxX9gZcvFax9vHuQ8tFcd16VPvuWl { width:47.75rem;height:1.625rem;top:5.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHx3OJhxTW9y8uHodpvTqMHZc4kT2ax6 { width:18.9375rem;height:12.25rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwP6D33VDkgucSJHBgyGFuUzAfwSx0Wd { width:18.875rem;height:8.4375rem;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxqH9NK6tGEe5ry7Xp4brxpEFukcuLQR { width:11.875rem;height:1.625rem;top:24.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVkTzVnXGE1A4hJl120uzksKNB4WskuF { width:12.5rem;height:1rem;top:11.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em3zJSb5i6hdreAD15dBxrsSvAwWFsvT { width:11.25rem;height:1.625rem;top:24.1875rem;left:18.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D75nn5Bsm0FtaMRH4rA4unuwo2I1r0T6 { width:18.9375rem;height:12.25rem;top:10.6875rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaAOdJJGpzsq2Tlk1oIwdglcGAEvEhNT { width:12.3125rem;height:1.625rem;top:24.1875rem;left:35.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JquPhBpMboOMXUmSxDQUxKc2npA5qr4P { width:18.9375rem;height:12.25rem;top:10.6875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfNAziigD04RpCoEodlnf9irTu2ubmE5 { width:16rem;height:1rem;top:11.1875rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrkCnJ8AgwGHkc5DMnOPaX1lSUReTdwN { width:15.0625rem;height:1rem;top:11.1875rem;left:16.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPThH8DtHiqxqLLgTVGJBIo2Egm15IbH { width:18.875rem;height:9.0625rem;top:12.875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNiTMBMoJRaQBTaLbgJVhRVsM8GeCxzz { width:18.875rem;height:9rem;top:12.9375rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzFu9ucloBBzAOxSMTUBAmqzSlwQO12b { width:3.875rem;height:0.3125rem;top:7.875rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Ky6I8612lb52VkfTUPgEgw6JtNdPXe { display:block; }#L9Ky6I8612lb52VkfTUPgEgw6JtNdPXe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAcDDt7awM6e7GoyXeiZ9MwAKIhGOhMM { width:3.875rem;height:0.3125rem;top:4.875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQpQSwR9vyfTG6pOEBX4q1eXSAzTTDIq { width:47.75rem;height:;top:1.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmXFKLeRbKISFvchixCsxAmitIvRge2a { display:block; }#mmXFKLeRbKISFvchixCsxAmitIvRge2a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOKDqxASzDzfqzrxUf47Dzs4WreE54Iv { width:19.5625rem;height:13.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I452QgBCImO6aWA29sEnFD0hT05tFa4a { width:20.4375rem;height:2rem;top:14.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph3hzfttzrzUX8Md6rrqHf5Bp0mpxssO { width:19.75rem;height:33.75rem;top:0.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFiax9T3ub6sasNdNqNHg7cpSButzaMb { width:19.875rem;height:4rem;top:13.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw9GUb9mdWI2ovuui0WQW1adpKMdyRgh { width:19.75rem;height:33.75rem;top:0.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlAPK4e7oP2vbwtblHGFXciCpcaDlJL5 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3tgxqdlL10q8COWfCoZTvwyHrZXgrOo { display:block; }
 }@media only screen and (max-width: 763px) { #qKRTAvUEbIgQl75vTrP0ZnScByVuJ4iq { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbFLIa8iZclvMGif1AMIcD55CTk9rZxy { display:block; }
 }@media only screen and (max-width: 763px) { #NcvVZRDh0Km4GPZfbNTV65tX84cSXP0s { width:19.75rem;height:33.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt5OUNM4ls5AFgnh189t5yAuhCPW5pkI { width:19.3125rem;height:9.5625rem;top:19.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwROcH7DRf9ec9oPhs4WLKDZhM7PtbUy { width:19.3125rem;height:9.625rem;top:19rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZdq6QvKFNF7T2aHcTK2QmPi5VWvGuIB { width:19.75rem;height:33.75rem;top:35.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig5GZXloIuCOvDTtpX379D7fyE6P1egA { width:19.75rem;height:33.75rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDmEWS9TwDIqGih1cOfkNefNRtMldxwV { width:19.5625rem;height:13.375rem;top:0rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2zMZzUAfpVhMNuUiNl3GcAILN3S0v0d { width:19.75rem;height:33.75rem;top:35.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSGcqC0lBg5W3zMZgg08InWZ9Qpf0l9n { width:19.5625rem;height:13.375rem;top:35.0625rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX5fsXUQptqwuzyWzK3ThSVNhoASZbhN { width:19.875rem;height:2.6875rem;top:50.5625rem;left:11.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1mCP69w4Q99vPMm8oKX4I9DLDeIfpWP { width:19.3125rem;height:9.625rem;top:54.9375rem;left:28.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvTaSLx7rBfZ0goGOHJBt6mpQNpBoBeM { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awCe7S1p9EtGvBcMvxzqr9Q2QioTtc4T { display:block; }
 }@media only screen and (max-width: 763px) { #g38ocxGvOBzSl0BTcIz9BfBJBFbU0tKg { width:19.25rem;height:13.375rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvT2xPXTIC9L18xfuIb7bpue9kPAs99c { width:19.9375rem;height:4rem;top:49.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONUeScR7hZFJ4oWEakHxz7IE7GcvMOp1 { width:19.3125rem;height:8.875rem;top:54.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ3XVE5398rl0iwDnBOMgvLPTzp16n6B { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeqpS3hLWbQNKkVBzzSZpfJA58Mo4LTT { display:block; }
 }@media only screen and (max-width: 763px) { #I22MX8EuZqTxVAIl64KLJbVGcURo1vLw { width:19.9375rem;height:4rem;top:49.875rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdXv5t98vL4HrGcpBt1loweOi12Eu9aA { width:19.3125rem;height:9.3125rem;top:55.0625rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvIJz32XSWD4GbTmNsbTUFn1xWwMRuTU { width:20.1875rem;height:13.375rem;top:35.0625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBkDPWph464Uyyhs3eKPfCqADz4VpdlB { top:0rem;left:12.1875rem;width:19.5625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVk6GkubhZxTZ6SVLUuH1oTNH8ExkUWf { width:19.9375rem;height:4rem;top:13.8125rem;left:27.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFzlHe3Up6E8kHbnGx2eKVMEqGHyeGq0 { width:19.3125rem;height:9.625rem;top:19rem;left:28.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzvM7uhdl4TQ7WhbXxSMM0WLVgwoa2yD { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxpSSNUCcdtmTryN6AC439taecloogmL { display:block; }
 }@media only screen and (max-width: 763px) { #c1beLhT9kgdJabdxTI9UWGXIwiII2R0N { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7rvOrFAxNNvOtr4tGk3NuMzB94TydtP { display:block; }
 }@media only screen and (max-width: 763px) { #c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R { display:block; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksy0XQTG9pJPKvq7geJF00HTPVAuUeoA { top:18.1875rem;left:12.90625rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1I2ros9wWhmVc1DJnCTgsXDDKPdw1hw { top:0rem;left:17.34375rem;width:14.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka8vWkhDAQkqAahBOT7nDLJ9x1BRvv2a { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p32ecUeTMua2bCpOK0nibEmU1p29mFAU { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMtyEeoOnaMn2Rkazkc99X6ZtkNLNJFw { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3Zfse1kNKnHVBzca0GkNnRIl2cB00a1 { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d457AGFvvfAutOARhMkVTi9J9TPWOCW1 { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K8XVc5PVxFQxqkEWTTkrL3I58B6xUk4L { position:relative;z-index:auto;display:block; }#K8XVc5PVxFQxqkEWTTkrL3I58B6xUk4L > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZetN0sKAB1wK9K4izvQ9IprnCdfLobl { width:6.9375rem;height:2.625rem;top:0.96875rem;left:11.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H51WPbyDlGZX6na8tqAHGNo87VnWKUid { display:block; }
 }@media only screen and (max-width: 763px) { #q8wnvJc4Vi4D6TJ4xCNQOB4wpnaqTlDW { width:11.8125rem;height:2.5rem;top:1.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDxqdW0NrJDT4eQ7e4gU484WT7Ai7J1S { width:5.375rem;height:1.29980625rem;top:4.193359375rem;left:13.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pySBKI5Ty3f1EF0SqizqxlDKmy3h5JqO { width:3.75rem;height:1.29980625rem;top:4.193359375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HZDTnJ9pCGmxisMLdBAk25pCb9s90evt { width:4.8125rem;height:1.29980625rem;top:4.193359375rem;left:8.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KKkdmte1wzTgQLVI0xxp6kkIR5CcJbNV { width:3.75rem;height:1.29980625rem;top:4.193359375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJAISkWMUUwRtx131ibTVtvdto9b9LSu { display:block; }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTcV1bZ6mryGNxgGmDNy1gLfOdkZfC6a { width:20rem;height:4.72265625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Vse8thXcfnZRByR7PEWTTkB9T7Kh347P { width:11.25rem;height:0.125rem;top:6.72265625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoccr7OxcnewcwIruKTZqXZMaD80NfQT { width:18.875rem;height:20.794925rem;top:7.66015625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM { display:block; }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row .container { width:20rem;height:170.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SS9CNolB1DDutNGWVndJLtEoQLBkvQ41 { width:14.875rem;height:3.1484375rem;top:1.125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #n0AfAFPXiSa8Fc4IIOWNzEpsUp2C7HvD { width:13.75rem;height:3.125rem;top:161.603515625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di9b4LFuGI6SZo5G6snFyUg0WhJrDHWH { display:block; }
 }@media only screen and (max-width: 763px) { #FFdk9NkRLOxVVOeBEBXi4k6kKJlTASxm { width:14.125rem;height:3.1875rem;top:165.6875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdIV8cTpMCwvZ1re2o76N3z6J5oDvwQa { display:block; }
 }@media only screen and (max-width: 763px) { #BlRr80PS24uUra7wU0LUqtiu3TmyhHeM { width:19.6875rem;height:16.1875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzf43PLfs4DTuMqPCSNw7beKnIqAL58a { width:19.6875rem;height:16.1875rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6pooKDri3oLEoeitfsgfDL479OvQcKv { width:19.6875rem;height:16.1875rem;top:53.5rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0KLaZIZGz1TU7GcOEacgvDG2gGaIZIS { width:20rem;height:5.34375rem;top:154.853515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fn7yrbgTeVlIsOuPW13C8DwrLRA9rpS1 { width:16rem;height:3.8994125rem;top:24.69921875rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcqgFfDa1889bFTHIWwhX9KdBaTiZaWx { width:16rem;height:2.5996125rem;top:49.59765625rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru1Tw5TPf8zTMOMheFryl2NU9HHBPkWA { width:17.25rem;height:4.3984375rem;top:73.384765625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHdTgShnb4ur0gkrrT71nCqhC4ciNfJx { width:17.375rem;height:1.94921875rem;top:22.11328125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOBw25SXW6SNiTn1qiyFSuMz7T8F733U { width:17.375rem;height:1.94921875rem;top:47.0625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk2MOeICA18nuOXnRLUM2DZWgV4qwRSv { width:17.375rem;height:1.94921875rem;top:70.73828125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #huc1K2VACx1yOpczMlvnCcDABfutTX6B { width:19.6875rem;height:16.1875rem;top:79.158203125rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE4MCtEH1CVpII4O4uySBU8VURe8nfzZ { width:19.6875rem;height:16.1875rem;top:104.3828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAHDdwLwr3lOITWKFUVZfbzsJe1yrfdh { width:19.6875rem;height:16.1875rem;top:130.107421875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLW7Jiz1Qo3tb0pzAgLT955fPRn5rGrr { width:17.375rem;height:1.94921875rem;top:96.43359375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKM1krmFE4wE7qLcgdAMrtunA6K7o9sP { width:17.375rem;height:1.94921875rem;top:121.658203125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtaRPhHQmu8gT9fo4m657aauJ2pT1UHz { width:17.375rem;height:1.94921875rem;top:147.4453125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJzOPWayQBVeotp5bK9qPUo6Atxe6tf4 { width:16rem;height:3.8994125rem;top:99.39453125rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONwDAMcp47ni62pKL2GBrNeE9V1iSHEk { width:16rem;height:3.8994125rem;top:124.73046875rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBpD1A4IIixTmJVQEnIN1kwLRqutey0W { width:16rem;height:2.5996125rem;top:150.62890625rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5UgDAgawP1nMONIl2Z2f6l4PSgWqH7T { display:block; }#U5UgDAgawP1nMONIl2Z2f6l4PSgWqH7T > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tghBS1N4xwubXFWOGnHsuQowovVrFRGx { width:7.5625rem;height:5.1181625rem;top:9.5224609375rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIRTWpJtVdXuycr4yJUi24RXIMVyw1Tl { width:4rem;height:4rem;top:10.7021484375rem;left:8rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nREDWaw5VifEyTdHfw53CqCuiiI8WNH2 { width:14.25rem;height:1.8681625rem;top:15.404296875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wauctLPNf59JlzaNGF9iGliNQTZqaTR7 { width:18.125rem;height:5.199225rem;top:20.470703125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8UtNh4b1fgo1dQfKuLZsCVRhqJdJqbg { width:18.375rem;height:6.499rem;top:37.7734375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOfAhrzQGgy8lH2I64nUTSBsuWApTbiu { width:7.5625rem;height:5.1181625rem;top:26.982421875rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywWGq7IwIU4yCROIL57RpTnPnoZskTNf { width:4rem;height:4rem;top:27.541015625rem;left:8.0625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaFrBxht1gsqaUpC2P1GbpomEaQU38OZ { width:14.25rem;height:1.8681625rem;top:32.099609375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh2UxvLxaN7aWGfC7Tk6C6dn8iKNUQ1U { width:18.8125rem;height:6.499rem;top:56.2275390625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0i2De1Z0ycx8kOyaRa7Zngn60ZeTlk9 { width:7.5625rem;height:5.1181625rem;top:45.6611328125rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIPyE5eSRLOHkACyauVAPcUZqJ4pBbxT { width:4rem;height:4rem;top:46.2197265625rem;left:8rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvdf6E2W0tmWMPKliOqZs8J2y1DyruSx { width:14.25rem;height:1.70605625rem;top:50.7783203125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbZJUepTVPJPb0QmqdHzVTRvOM6x9HTU { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ggaq7DKzBQH7Q6sa7FWJMIDlGh7WyJNx { width:20rem;height:4.5rem;top:4.466796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FvRPeGFu9s2OmJ6btclN2e1byhfDIoXp { width:17.375rem;height:1.94921875rem;top:17.833984375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6sgvsUxMbMMTgrNuVWumtzJgbIz1UDT { width:17.375rem;height:1.94921875rem;top:34.966796875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cse7kNyE1BCFNZ1imm8tkQgbv68f4wPB { width:17.375rem;height:1.94921875rem;top:53.056640625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvqttNZyAlGrpBOhtBRBM8fTUCPH8H43 { width:19rem;height:3.1875rem;top:64.4873046875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ4Pt5P2Vk6ZkvydBaCNRo5pcV6wOavE { display:block; }
 }@media only screen and (max-width: 763px) { #ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 { display:block; }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qR0SbFZ3w8Cpk2391FbJ79AuOr3SsLLx { width:20rem;height:1.57421875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wxAekiQR6TV5hI0GWNKsTE25eEM1amKk { position:relative;z-index:auto;display:block; }#wxAekiQR6TV5hI0GWNKsTE25eEM1amKk > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRv66Vg7L61UrLgz5Pu6UNcSRg0SUADv { width:9.375rem;height:5.125rem;top:1rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6cfL33DqqKDJ57Q6Cy1MyiplerAm9BE { width:9.375rem;height:3.8125rem;top:24.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABITM27f8b1skL33VR8nXReMduyt3SE6 { width:9.375rem;height:4.875rem;top:16.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #As92GxqNqx3RFASwBglA542UKdtecw9P { width:9.375rem;height:3.9375rem;top:20.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOl2r9x9lq7exrr5Tf5hkDgMrP6fo3h6 { width:10rem;height:3.3125rem;top:9.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx5KpXND8IynRm52682U12aXp8fMs5ZS { width:9.375rem;height:2.8125rem;top:5.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI2g7e89WEtmKTxlMilAab80QhCEOZ8R { width:9.375rem;height:5rem;top:12.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxuzWkiH09CSIccRGqpEeupaRo3vriC4 { display:block; }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLElMDtcmldyp9O34kJQqT243ddC8XxR { width:20rem;height:4.330075rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #kGEW89D6iNeXI3lkCARn1lMJwvcxe8yd { width:19.0625rem;height:15.996125rem;top:6.8291rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl { display:block; }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ovkbyioq7u4vHJofiEhGbFT02q8roxFu { width:20rem;height:13.63575rem;top:2.375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gymy2BFeSe6BGg4CTkxnA5BTqbyxCAJo { width:20rem;height:13.63575rem;top:38.6875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1odNxoknBL2HtB6wfCycTSAkKlVsW8A { width:17.25rem;height:2.4375rem;top:16.875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ5Wlvs4flkoSB1W5xgpTV7mthqB3p0q { width:15.0625rem;height:2.4375rem;top:53.0625rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T92okBanFglBPerRNAQKT2gvp1a19Zg1 { width:18.3125rem;height:1.29980625rem;top:19.818359375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT1rHCPVnL3CwmxkFzJsaW1Jv2Vtdt7y { width:16.75rem;height:2rem;top:56.28125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGMi01FsIJ1CL8oKe2Nw344M9rI9kxdm { width:17.9375rem;height:10.5rem;top:21.90625rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #o09FFW7Jd1I2lLqhKmoqcW0eRkIDiTkT { width:18.125rem;height:10.5rem;top:59.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #hoH8FJQos1BADvoVgHwZifeGC4i97asc { width:12.375rem;height:2.625rem;top:33.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPCtsToGFntlRTZ4kiN3CemU3Kac3At0 { display:block; }
 }@media only screen and (max-width: 763px) { #h2lDu7rBE7arlsiOM4XhwbxfFogOo1lp { width:12.375rem;height:2.625rem;top:70.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBlRFcNllUTqLbaLFuyR2Vr4dr9o2nqG { display:block; }
 }@media only screen and (max-width: 763px) { #ckfMxfDtTevrfta1DrF3LbTaHNrIGkp5 { width:20rem;height:36.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgPv8baqceWOqtwxHxBcFEVeWrW3GmR3 { width:20rem;height:36.125rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF { background-color:#d6d4d4;background-image:none;display:block; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container { background-color: transparent; background-image: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container > .video-iframe-container { display: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row > .video-iframe-container { display: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .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); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CI29IR7lis0W3TUxugTdK7ergk8gDF2X { width:5.75rem;height:1.8681625rem;top:2.1220703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOtrA6Z74GdGtJ1AZHcrwkzh9bKbbS5U { width:3.875rem;height:0.3125rem;top:4.80859375rem;left:0.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbzJkTT7oU9Ur7mNwlvQ9bQXtFn2T51C { width:20rem;height:4.3984375rem;top:5.93359375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwePiUPVRJpnALBy7GfgymAuTZnOHKMy { width:12.5rem;height:0;top:30.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToKhp3rcscoDA0hZfRIalpccP147O7OP { width:12.5rem;height:0;top:31.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCb2rti0JbOcLu0n6khzzSt5UUtalxKq { width:20rem;height:14.34375rem;top:12.04296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFUGs5MbTILJROlCaSxlpbNiIaiPKbOf { width:6rem;height:1.29980625rem;top:29.44921875rem;left:0.9052734375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLPqwaCOkbCPW6ukMQg1o1RqMrDDgA6N { width:2.625rem;height:2.625rem;top:28.125rem;left:6.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VupXdxNGUsdO3aNJlTtckh1I0m3qsUln { width:1.5rem;height:1.5rem;top:28.6875rem;left:7.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOyWwU17J6prmU0OLoBe7X2KUsvXknU8 { width:20rem;height:30.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSDNinuskB2Eb9IVKpmqF6haJ4Hnr87k { width:9rem;height:2.4375rem;top:28.3125rem;left:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCHqTGCkx0eiyhyhlqJqRfMknDpafRbB { display:block; }
 }@media only screen and (max-width: 763px) { #a8ByQElRHHBChuHtgTePIZueWB95MiWI { width:11.5625rem;height:2.9375rem;top:1.5869140625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD { display:block; }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row .container { width:20rem;height:101rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCMul67wTt8XfQNEm1Bqr72cSrTeOzKL { width:20rem;height:3.375rem;top:1.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPDVtFTu1G52DzseDInztyTakdxkiZTy { width:20rem;height:9.4970625rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #cPBSPzKTnPJRxSq2MiPqvWTq5pl0Jg5B { width:19.25rem;height:15.4375rem;top:31.453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmqINDEvn4V2v3kg7apGBeokuah8GrLT { width:19.375rem;height:1.5625rem;top:39.046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyemnzFslmzwzq2yWZweT2qDQH8O0muW { width:18.0625rem;height:4.72265625rem;top:41.37890625rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #znMhcGPp3anlvxCDoIAEQWd3wBGLvAhX { width:3.5625rem;height:0.125rem;top:40.484375rem;left:8.21875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #fdffff ;background-color:#fdffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TTBxLiGsud6b30CRA7FnOfvC4bC605Sv { width:19.25rem;height:15.4375rem;top:48.0205078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeGQNh7A5f1s8CqTbPkTsp3dNZP0VltL { width:19.75rem;height:1.5rem;top:55.3642578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmAa88Q3rPKxZNE1zQi2wwiX4c44Q8J7 { width:3.5625rem;height:0.125rem;top:56.7080078125rem;left:7.125rem;background-color:#fdffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TdT8cbeUAbmEbQu2iQCpR1BXzZKCppkA { width:15.625rem;height:4.72265625rem;top:58.00390625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cyLsdvW3GmTLu4OSTwyGIBlWcbsGnogZ { width:19.25rem;height:15.4375rem;top:64.6298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy295cpcz8XUKHyMDsGmbcHqlhXFFlJW { width:14.125rem;height:4.72265625rem;top:74.0498046875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RLPcCWrQ12DP4dOKtoVDZyguHTQZTAkp { width:19.25rem;height:15.4375rem;top:80.7861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTzdih6wh0sURZ64ayh1oDL3X4BSxuB { width:14.125rem;height:4.72265625rem;top:91.1826171875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PbfodGXGeBHnTvKiO1seueFUP4VsXkGD { width:3.5625rem;height:0.0625rem;top:66.8251953125rem;left:14.3125rem;box-shadow: none;background-color:#fdffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Q97cRHG8ozGUZx7QQTVmIfVBoGmRAnPv { width:3.5625rem;height:0.0625rem;top:93.5126953125rem;left:8.21875rem;box-shadow: none;background-color:#fdffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pmZZhqqHgIqPPsqGihLLiI7gfHAxhK27 { width:18.8125rem;height:1.5rem;top:71.1376953125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCah729ck0dTMhZez0pIw0BB7pwS0Szs { width:14rem;height:1.5rem;top:87.8798828125rem;left:3rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQkVr5enCr4Vb3CVbwee3VVzm8qagab3 { display:flex;width:6.75rem;height:6.75rem;top:31.453125rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #TBcGoTT0hOVnlm5xuw7T4QnrZw2AzLFX { display:flex;width:5.75rem;height:5.75rem;top:48.875rem;left:6.875rem;font-size:4rem; }
 }@media only screen and (max-width: 763px) { #MwiINbHZkU0EqeCv2zks7KLhTN1Qy2QT { display:flex;width:6.75rem;height:6.75rem;top:64.6298828125rem;left:6.3125rem;font-size:4rem; }
 }@media only screen and (max-width: 763px) { #uw5k2xT64EesoNPJR6ap9gKUHLLzGQ49 { display:flex;width:5.75rem;height:5.75rem;top:82.1064453125rem;left:7.125rem;font-size:4rem; }
 }@media only screen and (max-width: 763px) { #ccQX3b0ERoKGacQ0RHbPyfwANPI6CfTX { width:20rem;height:13.5rem;top:17.0361328125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFw9iD0AtQghppDMnl622Z6AouAzV3Eh { width:15.3125rem;height:10.625rem;top:18.9375rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zT46b2yTlLooxthk6SXiEO1s0lGEOmce { width:20rem;height:2.9375rem;top:97.4501953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX3D79BagoA02iFiMg3d2zsgPT2oT8CM { width:20rem;height:1.4619125rem;top:98.1884765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D96vOGLGilwR60F5zOdP5Zs1sr2L37LU { top:9.1875rem;left:1.40625rem;width:20rem;height:15.25rem;z-index:15002;background-color:rgba(253,255,255,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.0625rem #fdf5f5 ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #g2IfkuhqWImiuSi3H00ZMBTCXfiE9Vx7 { width:20rem;height:5.0625rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O { display:block; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container { width:20rem;height:206.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS7g4TeFFPEBLhVFcVsaBDC9r8rmL0Ul { width:18.75rem;height:1.94921875rem;top:63.8828125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #emczd5mM967pX8Lxiae1l0IhIzxd4DJa { width:18.75rem;height:3.8984375rem;top:22.3984375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3XoGt0lwslTv8NFSKKCK75AMKmN0vFD { width:20rem;height:3.8984375rem;top:102.33984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBNm1nFw2BEDw4CpeeTDQJh51mAODUbw { width:20rem;height:3.8984375rem;top:141.421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzaG0c4THR7z1TpzMS3mudO4v4LMQ01w { width:20rem;height:3.8984375rem;top:181.515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDpZcIAzZz8ldvmhynd2LU7UamqttPk9 { width:20rem;height:15rem;top:6.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUNOVnwZXh3MvGNzRvWGAKZSpyehHiL6 { width:20rem;height:14.953125rem;top:47.3671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT8c2Tgtf1HAlkVSs55279qAqT0WanN0 { width:20rem;height:14.8125rem;top:86.46484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jes8rxrAWb7mIr9fi4rg0lQTHUthaxP1 { width:20rem;height:14.8125rem;top:125.671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbaDHE11mtCcETGemOvH28hQsiXSkpVW { width:20rem;height:14.8125rem;top:165.640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAI2ZoeT5w9aORfKQNcXUXG7eyLo1o9o { width:12.5625rem;height:4.62890625rem;top:27.734375rem;left:3.71875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxZwtxh4gXrDRzCNnNXZy0QHPAVQZS9n { width:12.375rem;height:2.625rem;top:42.7421875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn67LW51ClcntyiEsf9qtq76DtayKwW5 { display:block; }
 }@media only screen and (max-width: 763px) { #cyeBVWHFRaIVdpiKhGNMrMJ6xBxTPSPu { width:20rem;height:4.62890625rem;top:33.05078125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBX8a7tiNRz8oR8uMTUZSNHovxbvbbWM { width:11.1875rem;height:4.62890625rem;top:66.95703125rem;left:4.40625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7TbgJ0OJWwPiTh2197fSF3LmMD4E4ck { width:19.875rem;height:4.62890625rem;top:72.1484375rem;left:0.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2UOPJGNPIMfGu1Fg6PdnKNoKs0qPOQ3 { width:12.375rem;height:2.625rem;top:78.46484375rem;left:3.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkFbiwRANOFAX9IVSeMKNFeo3EsxEomp { display:block; }
 }@media only screen and (max-width: 763px) { #MnuF6hJZLB6evATfcxomLe6GPcWJpATd { width:12.375rem;height:2.625rem;top:82.02734375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xULkQFTfT2WdQfal1a2VoDi871dbO6ku { display:block; }
 }@media only screen and (max-width: 763px) { #ZnLtr1IZWt4cgHc3LA7TKwiFvurQDynF { width:19.875rem;height:4.62890625rem;top:106.9765625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNG05xbUUQeHWifT5gUqNJVioZEBThkK { width:20rem;height:4.62890625rem;top:112.23046875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GWCi5Dzp3PKP94y3lc1tlzTTBmyLAoFO { width:12.375rem;height:2.625rem;top:117.671875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6G3AxSWozkmvAtC3sDNoQJnIyUZi0J5 { display:block; }
 }@media only screen and (max-width: 763px) { #imosylAgRolwW7i0nGJZe84HePeBlMbI { width:12.375rem;height:2.625rem;top:121.421875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1dNmwATOdB0OeIDGX9Fr0pZw5e843le { display:block; }
 }@media only screen and (max-width: 763px) { #ZxUku4SFHNykdaXB2a46xNUTTB5HrIbG { width:20rem;height:4.62890625rem;top:146.38671875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IyUTUJbu3i6KVzGtHeSoIFHBxdeHCqiE { width:20rem;height:4.62890625rem;top:151.69921875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mpJrd2qLzhvfCppmMZhNmHt8INcIIWqI { width:12.375rem;height:2.625rem;top:157.953125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0lNKUOdtCCEzTCzJ9zsKEUVQER7rvII { display:block; }
 }@media only screen and (max-width: 763px) { #TbT72VBLuUr1lW8HqXUCyDX6xlrsae6t { width:12.375rem;height:2.625rem;top:161.640625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTXtJvXrTe33b9feXoGQrPpBIlXlm6FR { display:block; }
 }@media only screen and (max-width: 763px) { #X2JmiITkPVEoSz9Qi5Dwvx9TLpTAxkM2 { width:20rem;height:5.84765rem;top:191.73046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yxdKi1wm2IWTGOp4T6hzZyIVa9qnBJvr { width:12.375rem;height:2.625rem;top:199.046875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mumCq3dSFU4dnp8z8uLJvTAtTek5x8Bw { display:block; }
 }@media only screen and (max-width: 763px) { #AdGwbFDZB0QKU9A5HbG9TOeFA1MTLXTb { width:12.375rem;height:2.625rem;top:203.046875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzbT9azvTB4mTHnUAi1fTzzVSgqZkwZG { display:block; }
 }@media only screen and (max-width: 763px) { #EC8qsVQ6gp06TaZ73MoqPkNGz0mbCMKE { width:20rem;height:4.62890625rem;top:186.4140625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SeMfV8W9HXrvUBpK4Be2IfRlHkDKonZN { width:12.375rem;height:2.625rem;top:39.171875rem;left:3.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZZOo2q9DHvOOkv3c2br0ud2OSlh0HxQ { display:block; }
 }@media only screen and (max-width: 763px) { #AyLOhIr1dOtS35x1uEL5Sms7yx9Um1VV { width:20rem;height:4.330075rem;top:0.921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 { display:block; }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucc46dWpVq0LWPzbXVSCKfS2V2KVZ1id { width:20rem;height:2.5996125rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5wRSaNPQqNCmcAeXQ2udpPsx01L5gUT { width:20rem;height:12.625rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuun3ToChTea20OdF1fWFJ4Wg8aQHko1 { width:20rem;height:12.625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAlGfoFJ1mt9Q34P2Ff5TgplnNlqHdio { width:20rem;height:12.625rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzlHorTlawHO3HRB77OIMSv7kcSbN9QP { width:3.875rem;height:0.3125rem;top:5.255859375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuQbxIWV8u1vzzDBsZ4b6hLwoTCB5STA { width:20rem;height:1.21875rem;top:3.349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N { display:block; }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L975gCmieG0vUV74LJbilRQ1k1fhEqTO { width:20rem;height:12.625rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBzxcSpSE18t65JhZy9HpAFUwb4frHvP { width:20rem;height:12.625rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px067fBHxnupVLVoa9qVyUfsSTIt44oi { width:20rem;height:12.625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo { display:block; }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTwwl6Q1fWAqana6JLmWQKJPfBF9LH6I { width:20rem;height:12.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVy6mkaKqzSSvUAX3BZogS7eCt6kp537 { width:20rem;height:12.625rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEHEGi2EMi0ezbeuGAiMVBiCflRW79dt { width:20rem;height:12.625rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF { display:block; }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQyduEKb0rlv7hzicBPZBeArOWZ7M4CO { width:20rem;height:12.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwS6w5mbk7TtmThkrnkvLErCf60gzWyc { width:20rem;height:12.625rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTWHtd5S14dTRGSAuNoMtRQ3g6QxJB0N { width:20rem;height:12.625rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OISsUVSPZe41QbvyST6Irsm59NpyzuEf { display:block; }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT145MP2SFNBTiNTSTcMyXw43dCG52df { width:20rem;height:2.4375rem;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ronZxX9gZcvFax9vHuQ8tFcd16VPvuWl { width:20rem;height:1.29980625rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHx3OJhxTW9y8uHodpvTqMHZc4kT2ax6 { width:20rem;height:12.25rem;top:21.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwP6D33VDkgucSJHBgyGFuUzAfwSx0Wd { width:19.9375rem;height:8.496125rem;top:9.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #LxqH9NK6tGEe5ry7Xp4brxpEFukcuLQR { width:19.9375rem;height:1.625rem;top:19.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVkTzVnXGE1A4hJl120uzksKNB4WskuF { width:19.125rem;height:1.21875rem;top:7.1875rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em3zJSb5i6hdreAD15dBxrsSvAwWFsvT { width:19.875rem;height:1.625rem;top:34.8125rem;left:0.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D75nn5Bsm0FtaMRH4rA4unuwo2I1r0T6 { width:20rem;height:12.25rem;top:6.5rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaAOdJJGpzsq2Tlk1oIwdglcGAEvEhNT { width:20rem;height:1.625rem;top:50.34375rem;left:0.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JquPhBpMboOMXUmSxDQUxKc2npA5qr4P { width:20rem;height:12.25rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfNAziigD04RpCoEodlnf9irTu2ubmE5 { width:20rem;height:1.21875rem;top:38.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrkCnJ8AgwGHkc5DMnOPaX1lSUReTdwN { width:19.5rem;height:1.21875rem;top:22.4375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CPThH8DtHiqxqLLgTVGJBIo2Egm15IbH { width:20rem;height:9rem;top:40.21484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wNiTMBMoJRaQBTaLbgJVhRVsM8GeCxzz { width:20rem;height:8.496125rem;top:25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #qzFu9ucloBBzAOxSMTUBAmqzSlwQO12b { width:3.875rem;height:0.3125rem;top:4.84375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Ky6I8612lb52VkfTUPgEgw6JtNdPXe { display:block; }#L9Ky6I8612lb52VkfTUPgEgw6JtNdPXe > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAcDDt7awM6e7GoyXeiZ9MwAKIhGOhMM { width:3.875rem;height:0.3125rem;top:6.4482421875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQpQSwR9vyfTG6pOEBX4q1eXSAzTTDIq { width:15.0625rem;height:4.548825rem;top:1.125rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmXFKLeRbKISFvchixCsxAmitIvRge2a { background-color:#fdffff;background-image:none;display:block; }#mmXFKLeRbKISFvchixCsxAmitIvRge2a > .row .container { background-color: transparent; background-image: none; }#mmXFKLeRbKISFvchixCsxAmitIvRge2a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmXFKLeRbKISFvchixCsxAmitIvRge2a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmXFKLeRbKISFvchixCsxAmitIvRge2a > .row .container > .video-iframe-container { display: none; }#mmXFKLeRbKISFvchixCsxAmitIvRge2a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmXFKLeRbKISFvchixCsxAmitIvRge2a > .row > .video-iframe-container { display: none; }#mmXFKLeRbKISFvchixCsxAmitIvRge2a > .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); }#mmXFKLeRbKISFvchixCsxAmitIvRge2a > .row .container { width:20rem;height:217rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOKDqxASzDzfqzrxUf47Dzs4WreE54Iv { width:18.125rem;height:12.125rem;top:1.25rem;left:0.9375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I452QgBCImO6aWA29sEnFD0hT05tFa4a { width:17.3125rem;height:2.2744125rem;top:14.302734375rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph3hzfttzrzUX8Md6rrqHf5Bp0mpxssO { width:19.75rem;height:35.625rem;top:67.6103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFiax9T3ub6sasNdNqNHg7cpSButzaMb { width:19.3125rem;height:4.048825rem;top:68.5rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #iw9GUb9mdWI2ovuui0WQW1adpKMdyRgh { width:19.75rem;height:36.4375rem;top:142.8271484375rem;left:0.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XlAPK4e7oP2vbwtblHGFXciCpcaDlJL5 { width:12.375rem;height:2.625rem;top:25.6875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3tgxqdlL10q8COWfCoZTvwyHrZXgrOo { display:block; }
 }@media only screen and (max-width: 763px) { #qKRTAvUEbIgQl75vTrP0ZnScByVuJ4iq { width:12.375rem;height:2.625rem;top:99.4228515625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbFLIa8iZclvMGif1AMIcD55CTk9rZxy { display:block; }
 }@media only screen and (max-width: 763px) { #NcvVZRDh0Km4GPZfbNTV65tX84cSXP0s { width:19.75rem;height:29.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt5OUNM4ls5AFgnh189t5yAuhCPW5pkI { width:19.3125rem;height:10.1953125rem;top:17.318359375rem;left:0.34375rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwROcH7DRf9ec9oPhs4WLKDZhM7PtbUy { width:19.3125rem;height:10.5rem;top:87.564453125rem;left:0.34375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZdq6QvKFNF7T2aHcTK2QmPi5VWvGuIB { width:19.75rem;height:37.25rem;top:104.6728515625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig5GZXloIuCOvDTtpX379D7fyE6P1egA { width:19.75rem;height:34.375rem;top:31.9453125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDmEWS9TwDIqGih1cOfkNefNRtMldxwV { width:19.5625rem;height:13.375rem;top:149.7919921875rem;left:0.21875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2zMZzUAfpVhMNuUiNl3GcAILN3S0v0d { width:19.75rem;height:36.6875rem;top:180.2021484375rem;left:0.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZSGcqC0lBg5W3zMZgg08InWZ9Qpf0l9n { width:19.5625rem;height:13.375rem;top:180.2021484375rem;left:0.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX5fsXUQptqwuzyWzK3ThSVNhoASZbhN { width:19.9375rem;height:2.8125rem;top:194.8525390625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1mCP69w4Q99vPMm8oKX4I9DLDeIfpWP { width:19.3125rem;height:11.19725rem;top:198.71875rem;left:0.6875rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvTaSLx7rBfZ0goGOHJBt6mpQNpBoBeM { width:11.3125rem;height:2.625rem;top:211.9462890625rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awCe7S1p9EtGvBcMvxzqr9Q2QioTtc4T { display:block; }
 }@media only screen and (max-width: 763px) { #g38ocxGvOBzSl0BTcIz9BfBJBFbU0tKg { width:19.25rem;height:13.375rem;top:32.451171875rem;left:0.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvT2xPXTIC9L18xfuIb7bpue9kPAs99c { width:19.9375rem;height:4.72265625rem;top:46.271484375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #ONUeScR7hZFJ4oWEakHxz7IE7GcvMOp1 { width:19.3125rem;height:10.5rem;top:51.7177734375rem;left:0.34375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ3XVE5398rl0iwDnBOMgvLPTzp16n6B { width:11.3125rem;height:2.625rem;top:62.7578125rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeqpS3hLWbQNKkVBzzSZpfJA58Mo4LTT { display:block; }
 }@media only screen and (max-width: 763px) { #I22MX8EuZqTxVAIl64KLJbVGcURo1vLw { width:19.9375rem;height:4.72265625rem;top:118.8974609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #zdXv5t98vL4HrGcpBt1loweOi12Eu9aA { width:19.3125rem;height:12rem;top:124.5576171875rem;left:0.34375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvIJz32XSWD4GbTmNsbTUFn1xWwMRuTU { width:20rem;height:13.25rem;top:104.6728515625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBkDPWph464Uyyhs3eKPfCqADz4VpdlB { width:19.5625rem;height:13.375rem;top:73.4853515625rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVk6GkubhZxTZ6SVLUuH1oTNH8ExkUWf { width:19.9375rem;height:4.72265625rem;top:144.0419921875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #nFzlHe3Up6E8kHbnGx2eKVMEqGHyeGq0 { width:19.3125rem;height:9rem;top:164.78125rem;left:0.34375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzvM7uhdl4TQ7WhbXxSMM0WLVgwoa2yD { width:11.3125rem;height:2.625rem;top:175.5146484375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxpSSNUCcdtmTryN6AC439taecloogmL { display:block; }
 }@media only screen and (max-width: 763px) { #c1beLhT9kgdJabdxTI9UWGXIwiII2R0N { width:11.3125rem;height:2.625rem;top:137.9169921875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7rvOrFAxNNvOtr4tGk3NuMzB94TydtP { display:block; }
 }@media only screen and (max-width: 763px) { #c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R { position:relative;z-index:auto;background-color:rgba(0,0,0,0.88);background-image:none;display:block; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container { background-color: transparent; background-image: none; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container > .video-iframe-container { display: none; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row > .video-iframe-container { display: none; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .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); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksy0XQTG9pJPKvq7geJF00HTPVAuUeoA { width:20rem;height:1.3994125rem;top:19.49903125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1I2ros9wWhmVc1DJnCTgsXDDKPdw1hw { width:15.9375rem;height:4.25rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka8vWkhDAQkqAahBOT7nDLJ9x1BRvv2a { width:20rem;height:1.29980625rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p32ecUeTMua2bCpOK0nibEmU1p29mFAU { width:20rem;height:1.29980625rem;top:9.29980625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMtyEeoOnaMn2Rkazkc99X6ZtkNLNJFw { width:20rem;height:1.29980625rem;top:11.8496125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3Zfse1kNKnHVBzca0GkNnRIl2cB00a1 { width:20rem;height:1.29980625rem;top:14.39941875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d457AGFvvfAutOARhMkVTi9J9TPWOCW1 { width:20rem;height:1.29980625rem;top:16.949225rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }