.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); }#n2XoKhtyguxnRhsqaHRDV5DTnBI70sPG { 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; }#n2XoKhtyguxnRhsqaHRDV5DTnBI70sPG > .row .container { background-color: transparent; background-image: none; }#n2XoKhtyguxnRhsqaHRDV5DTnBI70sPG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2XoKhtyguxnRhsqaHRDV5DTnBI70sPG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2XoKhtyguxnRhsqaHRDV5DTnBI70sPG > .row .container > .video-iframe-container { display: none; }#n2XoKhtyguxnRhsqaHRDV5DTnBI70sPG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2XoKhtyguxnRhsqaHRDV5DTnBI70sPG > .row > .video-iframe-container { display: none; }#n2XoKhtyguxnRhsqaHRDV5DTnBI70sPG > .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); }#n2XoKhtyguxnRhsqaHRDV5DTnBI70sPG > .row .container { border-width: 0; border-radius: 0; }#n2XoKhtyguxnRhsqaHRDV5DTnBI70sPG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n2XoKhtyguxnRhsqaHRDV5DTnBI70sPG > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#wVAuEQbvIvt8Zw4g3SgiTop2915Jamwq { 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; }
#QJacg04e526Gxc2X7g3obAx725qqlyCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#umGvdSEw00Tbst7k4HGztpkcRL89BV7R { 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; }
#bHQFLyRp0P8Vi2iKCMbIZ2LITBlPtEn4 { 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.505859375rem;left:36.15625rem;height:1.29980625rem;font-style:normal;display:block; }
#a42SaJlewcGEs0v1JfmLyTkk3JCgUsz2 { 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.505859375rem;left:32.40625rem;height:1.29980625rem;font-style:normal;display:block; }
#k79FtvMDQKIIGXJiI6BUN8qsqzv2A0NW { 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.505859375rem;left:41.71875rem;height:1.29980625rem;font-style:normal;display:block; }
#TqUnGvMFk46HqMHH3yuM6eyVTuVTNpIi { color:#fdf5f5;display:block;width:4.25rem;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.505859375rem;left:27.40625rem;height:1.29980625rem;font-style:normal;display:block; }
#iZ0X226upSucofCFt4LSTX6RLXbFCpsn { color:#fdf5f5;display:block;width:3.3125rem;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.505859375rem;left:23.44140625rem;height:1.29980625rem;font-style:normal;display:block; }
#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO { 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; }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row .container { background-color: transparent; background-image: none; }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row .container > .video-iframe-container { display: none; }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row > .video-iframe-container { display: none; }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .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); }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row .container { border-width: 0; border-radius: 0; }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:block; }#C7XKWmPkA0PeGfvXTvw68b14NTlcW6Pk { color:rgba(0,0,0,0.7);display:block;width:32.625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:12.763671875rem;left:26.75rem;height:17.53125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#TCQzQkiCsTVf89Tt26JnCAi6QxCkVbtP { color:#262d3c;display:block;width:32.6875rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:6.28125rem;left:26.71875rem;height:7.8369375rem;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; }
#aJweJOKEZyfhUd6ZcT1GquzTBI2qOrVu { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:12.375rem;top:9.3125rem;left:0.6875rem;overflow:hidden;display:block; }
#w6EUaJzWvbRsofMwFCL0W7wR4PN70fPq { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;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.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:14.4375rem;width:19.3125rem;top:6.28125rem;left:5.90625rem;overflow:hidden;display:block; }
#wgViwh9OvPT8b80s5dwJ1qZgH4nT4y6W { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;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.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:12.75rem;width:17.25rem;top:18.4228515625rem;left:6.9375rem;overflow:hidden;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:;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; }
#NXItcFNVCb32XT10nmdpC7hP3CiXxZug { color:#262d3c;display:block;width:58.3125rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:1.326171875rem;left:1.6875rem;height:7.01075rem;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; }
#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:32.875rem;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.8757125rem;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:700;z-index:15009;line-height:1.7;letter-spacing:0;top:7.7998046875rem;left:0.6875rem;height:7.223rem;text-align:left;text-align-last:left;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; }
#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:2.8125rem;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:2.625rem;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:13.1875rem;width:19.125rem;top:16rem;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:12.6875rem;width:18.5rem;top:18.5625rem;left:11.4375rem;overflow:hidden;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; }
#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.41264375rem;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; }
#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;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; }
#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) { #n2XoKhtyguxnRhsqaHRDV5DTnBI70sPG { display:block; }#n2XoKhtyguxnRhsqaHRDV5DTnBI70sPG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVAuEQbvIvt8Zw4g3SgiTop2915Jamwq { width:8.75rem;height:2.25rem;top:1rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJacg04e526Gxc2X7g3obAx725qqlyCx { display:block; }
 }@media only screen and (max-width: 763px) { #umGvdSEw00Tbst7k4HGztpkcRL89BV7R { top:0rem;left:0rem;width:14.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHQFLyRp0P8Vi2iKCMbIZ2LITBlPtEn4 { top:1.5rem;left:30.03125rem;width:5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a42SaJlewcGEs0v1JfmLyTkk3JCgUsz2 { top:1.5rem;left:26.28125rem;width:3.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k79FtvMDQKIIGXJiI6BUN8qsqzv2A0NW { top:1.5rem;left:35.59375rem;width:4.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqUnGvMFk46HqMHH3yuM6eyVTuVTNpIi { top:1.5rem;left:21.28125rem;width:4.25rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ0X226upSucofCFt4LSTX6RLXbFCpsn { top:1.5rem;left:17.31640625rem;width:3.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO { display:block; }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7XKWmPkA0PeGfvXTvw68b14NTlcW6Pk { width:32.5625rem;height:17.5rem;top:12.75rem;left:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCQzQkiCsTVf89Tt26JnCAi6QxCkVbtP { width:32.6875rem;height:7.8125rem;top:6.25rem;left:15.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJweJOKEZyfhUd6ZcT1GquzTBI2qOrVu { width:12.375rem;height:18.8125rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6EUaJzWvbRsofMwFCL0W7wR4PN70fPq { width:19.3125rem;height:14.4375rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgViwh9OvPT8b80s5dwJ1qZgH4nT4y6W { width:17.25rem;height:12.75rem;top:18.375rem;left:0.8125rem;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) { #NXItcFNVCb32XT10nmdpC7hP3CiXxZug { width:47.75rem;height:;top:1.3125rem;left:0rem;font-size:1.6875rem;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:7.75rem;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:19.125rem;height:13.1875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFw9iD0AtQghppDMnl622Z6AouAzV3Eh { width:18.5rem;height:12.6875rem;top:18.5625rem;left:5.3125rem;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) { #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) { #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.625rem;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) { #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) { #n2XoKhtyguxnRhsqaHRDV5DTnBI70sPG { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#n2XoKhtyguxnRhsqaHRDV5DTnBI70sPG > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVAuEQbvIvt8Zw4g3SgiTop2915Jamwq { 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) { #QJacg04e526Gxc2X7g3obAx725qqlyCx { display:block; }
 }@media only screen and (max-width: 763px) { #umGvdSEw00Tbst7k4HGztpkcRL89BV7R { width:11.8125rem;height:2.5rem;top:1.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHQFLyRp0P8Vi2iKCMbIZ2LITBlPtEn4 { width:5.37464375rem;height:1.298825rem;top:6.7098722457888rem;left:4.1246448159218rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a42SaJlewcGEs0v1JfmLyTkk3JCgUsz2 { width:3.75rem;height:1.298825rem;top:4.625rem;left:13.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k79FtvMDQKIIGXJiI6BUN8qsqzv2A0NW { width:4.8125rem;height:1.298825rem;top:4.625rem;left:7.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqUnGvMFk46HqMHH3yuM6eyVTuVTNpIi { width:4.25rem;height:1.298825rem;top:4.625rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iZ0X226upSucofCFt4LSTX6RLXbFCpsn { width:3.125rem;height:1.298825rem;top:6.708984375rem;left:10.369317591191rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO { display:block; }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7XKWmPkA0PeGfvXTvw68b14NTlcW6Pk { width:19.125rem;height:20.994325rem;top:29.1123046875rem;left:0.4375rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCQzQkiCsTVf89Tt26JnCAi6QxCkVbtP { width:18.0625rem;height:6.5234375rem;top:10.1748046875rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #aJweJOKEZyfhUd6ZcT1GquzTBI2qOrVu { width:7.9375rem;height:12.125rem;top:15.646484375rem;left:1.3125rem;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) { #w6EUaJzWvbRsofMwFCL0W7wR4PN70fPq { width:13rem;height:9.6875rem;top:16.6982421875rem;left:6.875rem;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) { #wgViwh9OvPT8b80s5dwJ1qZgH4nT4y6W { width:11.375rem;height:8.3125rem;top:19.646484375rem;left:4.25rem;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) { #NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O { display:block; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container { width:20rem;height:205.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS7g4TeFFPEBLhVFcVsaBDC9r8rmL0Ul { width:18.75rem;height:1.9504625rem;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.900925rem;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.900925rem;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.900925rem;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.900925rem;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.63156875rem;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.63156875rem;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.63156875rem;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.63156875rem;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.63156875rem;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.63156875rem;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.63156875rem;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.63156875rem;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.848725rem;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.63156875rem;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) { #NXItcFNVCb32XT10nmdpC7hP3CiXxZug { width:20rem;height:5.06303125rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD { display:block; }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row .container { width:20rem;height:96.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCMul67wTt8XfQNEm1Bqr72cSrTeOzKL { width:20rem;height:3.37535625rem;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.494875rem;top:6.4375rem;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.50035625rem;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:85.8876953125rem;left:9.125rem;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.50035625rem;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.50035625rem;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:18.5rem;height:12.6875rem;top:18.5625rem;left:0.75rem;display:none; }
 }@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) { #WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 { display:block; }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .row .container { width:20rem;height:46.625rem;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:40rem;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:40rem;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.6875rem;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) { #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.125rem;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.39985625rem;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.34215625rem;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.298825rem;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) { #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:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksy0XQTG9pJPKvq7geJF00HTPVAuUeoA { width:20rem;height:1.4000375rem;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.298825rem;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.298825rem;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.298825rem;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.298825rem;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.298825rem;top:16.949225rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }