.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #feeb71, #b30350);background-image: -moz-linear-gradient(90deg, #feeb71, #b30350);background-image: -ms-linear-gradient(90deg, #feeb71, #b30350);background-image: -o-linear-gradient(90deg, #feeb71, #b30350);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb71', endColorstr='#b30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb71', endColorstr='#b30350' );";background-image: linear-gradient(90deg, #feeb71, #b30350);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:7.6875rem;left:2.8125rem;height:11.474125rem;font-style:normal;display:block; }
#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:#ffffff;display:block;width:36.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:5.25rem;left:2.8125rem;height:1.6875rem;display:block; }
#u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { position:absolute;display:block;z-index:14988;background-color:transparent;background-image: -webkit-linear-gradient(205deg, rgba(0,0,0,0), rgba(255,91,102,0.41));background-image: -moz-linear-gradient(205deg, rgba(0,0,0,0), rgba(255,91,102,0.41));background-image: -ms-linear-gradient(205deg, rgba(0,0,0,0), rgba(255,91,102,0.41));background-image: -o-linear-gradient(205deg, rgba(0,0,0,0), rgba(255,91,102,0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff5b6668' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff5b6668' );";background-image: linear-gradient(205deg, rgba(0,0,0,0), rgba(255,91,102,0.41));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:10.625rem;border-bottom-left-radius:10.625rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.2) ;height:30.375rem;width:44.375rem;top:2.5rem;left:0rem;display:block; }
#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { color:#ffffff;display:block;width:39.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:21.0625rem;left:2.8125rem;height:3rem;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;display:block; }
#Hb4583dWOTyJyIhBTPJGe0O8pbVkRwzu { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:6.6875rem;left:3.4375rem;height:0;font-style:normal;display:none; }
#GBTuTbk42TGuyJZyPJruDE9A7EwuXCCs { position:absolute;display:block;z-index:15020;height:28.3125rem;width:25.625rem;top:2.5rem;left:46.5625rem;display:block; }
#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { 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; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { background-color: transparent; background-image: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .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); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { border-width: 0; border-radius: 0; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { position:absolute;display:block;z-index:14996;background-color:#b30350;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.75rem;left:34.375rem;display:block; }
#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP { 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; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { background-color: transparent; background-image: none; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container > .video-iframe-container { display: none; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row > .video-iframe-container { display: none; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .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); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { border-width: 0; border-radius: 0; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO { 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; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { background-color: transparent; background-image: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container > .video-iframe-container { display: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container { display: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .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); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { border-width: 0; border-radius: 0; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#eA69K80QDZvP6biTWsZ90XBP76bulNPB { color:#000000;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:18.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );";background-image: linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.6870125rem;width:6.43725rem;top:0rem;left:8.09375rem;display:block; }
#UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625325rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { 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; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { background-color: transparent; background-image: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container > .video-iframe-container { display: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container { display: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .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); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { border-width: 0; border-radius: 0; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { color:#000000;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0rem;left:18.125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M { 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; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { background-color: transparent; background-image: none; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container > .video-iframe-container { display: none; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row > .video-iframe-container { display: none; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .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); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { border-width: 0; border-radius: 0; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { color:#000000;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:18.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s4CXUOAIS99m2Ddzt4vPhOGVJcfuOwLT { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625325rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#D6mpysfFlH4bA8CU7abPc5tFRkUJpdhi { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );";background-image: linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.6875rem;width:6.4375rem;top:0rem;left:8.09375rem;display:block; }
#mwTh7N63WPK97yBWTkLrtDXfpR00ZrxA { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );";background-image: linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.6870125rem;width:6.43725rem;top:0rem;left:8.09375rem;display:none; }
#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon { 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; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { background-color: transparent; background-image: none; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container > .video-iframe-container { display: none; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row > .video-iframe-container { display: none; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .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); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { border-width: 0; border-radius: 0; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#dTEymWZDd3Mc9tXo3C7izF5XWOM7vpmk { color:#000000;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0rem;left:18.125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt { 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; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { background-color: transparent; background-image: none; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container > .video-iframe-container { display: none; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row > .video-iframe-container { display: none; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .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); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { border-width: 0; border-radius: 0; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { color:#000000;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:18.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wyxtlGF7ssNWpJCxNyvUTDT2QscFCcTv { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625325rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HS9XApwPumq1FuzCA8SmhXTen1KKR2bv { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );";background-image: linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.6875rem;width:6.4375rem;top:0rem;left:8.09375rem;display:block; }
#myWQU7IMoJwhbTgyx25kdaoswIXw0VSO { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );";background-image: linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.6870125rem;width:6.43725rem;top:0rem;left:8.09375rem;display:none; }
#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { 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; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { background-color: transparent; background-image: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container > .video-iframe-container { display: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container { display: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .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); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { border-width: 0; border-radius: 0; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { color:#000000;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0rem;left:18.125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc { 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; }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row .container { background-color: transparent; background-image: none; }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row .container > .video-iframe-container { display: none; }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row > .video-iframe-container { display: none; }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .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); }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row .container { border-width: 0; border-radius: 0; }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#Hvs0M53z4yNUvqovgy7qIyMFryEJvqEB { color:#000000;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:18.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cdASDCEtcvN4UymgkmsdTLR2ElPudG6r { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625325rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IuXZF1duTMcBiOZrEggMIcCgNk0zhcOZ { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );";background-image: linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.6875rem;width:6.4375rem;top:0rem;left:8.09375rem;display:block; }
#yx2oThoLiDxqQogeuCAQmhTVNZ4IuKtf { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );";background-image: linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.6870125rem;width:6.43725rem;top:0rem;left:8.09375rem;display:none; }
#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD { 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; }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row .container { background-color: transparent; background-image: none; }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row .container > .video-iframe-container { display: none; }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row > .video-iframe-container { display: none; }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .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); }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row .container { border-width: 0; border-radius: 0; }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#vs8FMlTd27RymzStdC1HTDlhaoyhEDm1 { color:#000000;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0rem;left:18.125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 { 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; }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row .container { background-color: transparent; background-image: none; }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row .container > .video-iframe-container { display: none; }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row > .video-iframe-container { display: none; }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .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); }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row .container { border-width: 0; border-radius: 0; }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#si2JUrdO8QADQPr71BmPh3P8sfXItfb0 { color:#000000;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:18.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pHUdt3vT3BzBbtZGleTTh7uvEEvayH0P { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625325rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#O5Z36cCsl5Wt4SNEDgalPiuD3fWhPLQm { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );";background-image: linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.6875rem;width:6.4375rem;top:0rem;left:8.09375rem;display:block; }
#OnTSuELLXVTkAJPfzFq4DbmufDVohauk { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );";background-image: linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.6870125rem;width:6.43725rem;top:0rem;left:8.09375rem;display:none; }
#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR { 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; }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row .container { background-color: transparent; background-image: none; }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row .container > .video-iframe-container { display: none; }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row > .video-iframe-container { display: none; }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .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); }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row .container { border-width: 0; border-radius: 0; }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#XKL0cy4wNDfZ5T9yRXkMtF8WK1KW13Z6 { color:#000000;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0rem;left:18.125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { 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; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { background-color: transparent; background-image: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container > .video-iframe-container { display: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container { display: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .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); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { border-width: 0; border-radius: 0; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#pK8L6z9gO4W2RJtwkn4HsWhwHoitl4vy { background-color:#b30350;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.24978125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.3741340637207rem;left:25.937502861023rem;display:block; }
#SBuqROhhJAV1R0avxB0ggMBOMUhnpb1A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sPkzyNU29o9guAfL9TlD6TD8mDnR267M { 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; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { background-color: transparent; background-image: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .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); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { border-width: 0; border-radius: 0; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { color:#26265b;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:6.1874976158142rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { position:absolute;display:block;z-index:14996;background-color:#b30350;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.75rem;left:34.375rem;display:block; }
#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { 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; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { background-color: transparent; background-image: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .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); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { border-width: 0; border-radius: 0; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:15.4375rem;left:4.0625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { position:absolute;display:block;z-index:15022;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:8.25rem;display:block; }
#ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:8.8125rem;left:4.0625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { color:#4e4e80;display:block;width:2.25rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:2.109375rem;left:10.875rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { position:absolute;display:block;z-index:15028;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:33.25rem;display:block; }
#Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:8.8125rem;left:29.0625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:15.4375rem;left:29.0625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:2.109375rem;left:35.90625rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { position:absolute;display:block;z-index:15034;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:58.25rem;display:block; }
#yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:8.8125rem;left:54.0625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:15.4375rem;left:54.0625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:2.109375rem;left:60.90625rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT { 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; }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row .container { background-color: transparent; background-image: none; }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row .container > .video-iframe-container { display: none; }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row > .video-iframe-container { display: none; }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .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); }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row .container { border-width: 0; border-radius: 0; }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#hCxbzQTdmohtBTbLMZ7v7EnXGmsgJLiR { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:15.4375rem;left:4.0625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Jgbw1Hw0QAicyIc8k1mPT96do9TvDWuG { position:absolute;display:block;z-index:15022;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:8.25rem;display:block; }
#fJ2z2fL2ldyuxhUr8oSyebkfN8xKMv8N { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:8.8125rem;left:4.0625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wxmbOZkQiMDsHUCZzSyRfpnRlITcwb5U { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:2.109375rem;left:10.90625rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qaWxy913QuobTqprRyXCQkRtodc8OhPt { position:absolute;display:block;z-index:15028;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:33.25rem;display:block; }
#OQXc2kl83FWlgcsznl4EexTwdGnIVNQu { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:8.8125rem;left:29.0625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tOHhaUkqxaRw829SOv9QNWEQURlrbMpf { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:15.4375rem;left:29.0625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#Irpx0kv5tJtudmay03CxtWvtp5dRqt88 { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:2.109375rem;left:35.90625rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uvSAciwvBLp4P7KTAQRBogFEnstts66N { position:absolute;display:block;z-index:15034;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:58.25rem;display:block; }
#vUy9ZTvlcQFfeBmgr3IlfcVqmRJA3Ggr { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:8.8125rem;left:54.0625rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eyg92ZKHODRG5r8Uh4TL05UiA80HRKI1 { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:2.109375rem;left:60.90625rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp { 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; }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row .container { background-color: transparent; background-image: none; }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row .container > .video-iframe-container { display: none; }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row > .video-iframe-container { display: none; }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .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); }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row .container { border-width: 0; border-radius: 0; }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;position:relative;display:block; }#kUKJvb2xvdT1XkmzDJ07diLAfnmATqvz { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.4375rem;left:4.8125rem;height:31.5rem;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; }
#ide319wHpOda1N8xaMSbQ8rnraF5GExT { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:4.625rem;left:4.8125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RbugMmkLiC8uBWinXXTzZlf8NuB3mQUu { position:absolute;display:block;z-index:14997;background-color:#b30350;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:8.8125rem;left:4.8125rem;display:block; }
#qes1Etfp8mOp3LGtg2aCxqRTfRa2qikg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.16) ;height:45.125rem;width:25.25rem;top:4.625rem;left:40.375000953674rem;overflow:hidden;display:block; }
#sA099mITKF46Lf8CUdi0BQRVG91zdJmN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:63.8125rem;width:67.5rem;display:none; }
#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP { 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; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container { background-color: transparent; background-image: none; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container > .video-iframe-container { display: none; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row > .video-iframe-container { display: none; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .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); }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container { border-width: 0; border-radius: 0; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#QrWRqls3HL3iiyN3uTuL4pZfZBVhCp5i { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:2rem;left:2.875rem;overflow:hidden;display:block; }
#XCTT4BiIAAPaZRCX415TMc2wHNSl7oPQ { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.0625rem;left:5.125rem;height:1.224975rem;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;font-style:normal;display:block; }
#ZdU1hclJiemiWTEkqq7N6HPCiy12XWIC { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:50.5625rem;height:1.3999rem;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;font-style:normal;display:block; }
#ueNbS2MJ4p8RDXpZwSZdbKCwObnymbqv { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:66.125rem;height:1.3999rem;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;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { top:7.6875rem;left:0rem;width:40rem;height:11.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { top:5.25rem;left:0rem;width:36.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { width:44.375rem;height:30.375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { top:21.0625rem;left:0rem;width:39.5rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4583dWOTyJyIhBTPJGe0O8pbVkRwzu { top:4.9375rem;left:0rem;width:20rem;height:9.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBTuTbk42TGuyJZyPJruDE9A7EwuXCCs { top:2.5rem;left:22.125rem;width:25.625rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP { display:block; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F83WF24iArL93xI5qO4mSUkbBEVzdQqO { display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { top:0rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { top:0rem;left:0rem;width:6.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { top:0rem;left:0rem;width:47.75rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmwpntEBStaq0LOA5I8czMgBAVyDTT5M { display:block; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { top:0rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4CXUOAIS99m2Ddzt4vPhOGVJcfuOwLT { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6mpysfFlH4bA8CU7abPc5tFRkUJpdhi { top:0rem;left:0rem;width:6.4375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwTh7N63WPK97yBWTkLrtDXfpR00ZrxA { top:0rem;left:0rem;width:6.375rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon { display:block; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTEymWZDd3Mc9tXo3C7izF5XWOM7vpmk { top:0rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt { display:block; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { top:0rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyxtlGF7ssNWpJCxNyvUTDT2QscFCcTv { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS9XApwPumq1FuzCA8SmhXTen1KKR2bv { top:0rem;left:0rem;width:6.4375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myWQU7IMoJwhbTgyx25kdaoswIXw0VSO { top:0rem;left:0rem;width:6.375rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { display:block; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { top:0rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc { display:block; }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hvs0M53z4yNUvqovgy7qIyMFryEJvqEB { top:0rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdASDCEtcvN4UymgkmsdTLR2ElPudG6r { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuXZF1duTMcBiOZrEggMIcCgNk0zhcOZ { top:0rem;left:0rem;width:6.4375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx2oThoLiDxqQogeuCAQmhTVNZ4IuKtf { top:0rem;left:0rem;width:6.375rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD { display:block; }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs8FMlTd27RymzStdC1HTDlhaoyhEDm1 { top:0rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 { display:block; }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #si2JUrdO8QADQPr71BmPh3P8sfXItfb0 { top:0rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHUdt3vT3BzBbtZGleTTh7uvEEvayH0P { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Z36cCsl5Wt4SNEDgalPiuD3fWhPLQm { top:0rem;left:0rem;width:6.4375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnTSuELLXVTkAJPfzFq4DbmufDVohauk { top:0rem;left:0rem;width:6.375rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR { display:block; }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKL0cy4wNDfZ5T9yRXkMtF8WK1KW13Z6 { top:0rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pK8L6z9gO4W2RJtwkn4HsWhwHoitl4vy { width:23.125rem;height:3.1875rem;top:2.3125rem;left:12.312502861023rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBuqROhhJAV1R0avxB0ggMBOMUhnpb1A { display:block; }
 }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { top:6.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { top:15.4375rem;left:0rem;width:16.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:7.5rem;height:7.5rem;top:0rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { top:8.8125rem;left:0rem;width:16.875rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { top:2.0625rem;left:6.3125rem;width:2.25rem;height:3.25rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:7.5rem;height:7.5rem;top:0rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { top:8.8125rem;left:14.875rem;width:16.875rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { top:15.4375rem;left:14.875rem;width:16.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { top:2.0625rem;left:22.21875rem;width:2.1875rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:7.5rem;height:7.5rem;top:0rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { top:8.8125rem;left:30.75rem;width:16.875rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { top:15.4375rem;left:30.75rem;width:16.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { top:2.0625rem;left:38.09375rem;width:2.1875rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT { display:block; }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCxbzQTdmohtBTbLMZ7v7EnXGmsgJLiR { top:15.4375rem;left:0rem;width:16.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgbw1Hw0QAicyIc8k1mPT96do9TvDWuG { width:7.5rem;height:7.5rem;top:0rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ2z2fL2ldyuxhUr8oSyebkfN8xKMv8N { top:8.8125rem;left:0rem;width:16.875rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxmbOZkQiMDsHUCZzSyRfpnRlITcwb5U { top:2.0625rem;left:6.34375rem;width:2.1875rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaWxy913QuobTqprRyXCQkRtodc8OhPt { width:7.5rem;height:7.5rem;top:0rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQXc2kl83FWlgcsznl4EexTwdGnIVNQu { top:8.8125rem;left:14.875rem;width:16.875rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOHhaUkqxaRw829SOv9QNWEQURlrbMpf { top:15.4375rem;left:14.875rem;width:16.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irpx0kv5tJtudmay03CxtWvtp5dRqt88 { top:2.0625rem;left:22.21875rem;width:2.1875rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvSAciwvBLp4P7KTAQRBogFEnstts66N { width:7.5rem;height:7.5rem;top:0rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUy9ZTvlcQFfeBmgr3IlfcVqmRJA3Ggr { top:8.8125rem;left:30.75rem;width:16.875rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyg92ZKHODRG5r8Uh4TL05UiA80HRKI1 { top:2.0625rem;left:38.09375rem;width:2.1875rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O62f5y6zES09wAiVv2xQL8oQOWVC5vNp { display:block; }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUKJvb2xvdT1XkmzDJ07diLAfnmATqvz { width:30.0625rem;height:39rem;top:10.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ide319wHpOda1N8xaMSbQ8rnraF5GExT { top:4.625rem;left:0rem;width:35.5625rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbugMmkLiC8uBWinXXTzZlf8NuB3mQUu { top:8.8125rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qes1Etfp8mOp3LGtg2aCxqRTfRa2qikg { top:4.625rem;left:22.5rem;width:25.25rem;height:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA099mITKF46Lf8CUdi0BQRVG91zdJmN { width:47.75rem;height:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP { display:block; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrWRqls3HL3iiyN3uTuL4pZfZBVhCp5i { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCTT4BiIAAPaZRCX415TMc2wHNSl7oPQ { width:25.9375rem;height:1.1875rem;top:2.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdU1hclJiemiWTEkqq7N6HPCiy12XWIC { width:12.1875rem;height:1.375rem;top:2rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueNbS2MJ4p8RDXpZwSZdbKCwObnymbqv { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #feeb71, #b30350);background-image: -moz-linear-gradient(180deg, #feeb71, #b30350);background-image: -ms-linear-gradient(180deg, #feeb71, #b30350);background-image: -o-linear-gradient(180deg, #feeb71, #b30350);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb71', endColorstr='#b30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb71', endColorstr='#b30350' );";background-image: linear-gradient(180deg, #feeb71, #b30350);background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { width:18.3735rem;height:9.800375rem;top:5.2490239143372rem;left:0.81271702051162rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:15.5rem;height:2.625rem;top:1.81103515625rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { width:20rem;height:23.625rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -moz-linear-gradient(179deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -ms-linear-gradient(179deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -o-linear-gradient(179deg, rgba(255,91,102,0.17), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b662b', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b662b', endColorstr='#00000000' );";background-image: linear-gradient(179deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { width:18.6246875rem;height:3.9375rem;top:15.999349594116rem;left:0.68739157915113rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4583dWOTyJyIhBTPJGe0O8pbVkRwzu { width:18.375rem;height:9.798825rem;top:5.06103515625rem;left:0.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GBTuTbk42TGuyJZyPJruDE9A7EwuXCCs { width:20rem;height:28.3125rem;top:21.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { width:17.8125rem;height:3.25rem;top:2.8748912811279rem;left:1.0937500596046rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { width:6.25rem;height:0.3125rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP { display:block; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F83WF24iArL93xI5qO4mSUkbBEVzdQqO { display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { width:16.624875rem;height:5.0625rem;top:4.8111982345581rem;left:1.1241319775581rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );";background-image: linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { width:4.5rem;height:2.625325rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { width:16.7496875rem;height:3.9375rem;top:0.62391471862793rem;left:1.6248915791511rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmwpntEBStaq0LOA5I8czMgBAVyDTT5M { display:block; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { width:16.1870625rem;height:5.0625rem;top:5.6863059997559rem;left:1.9053819775581rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4CXUOAIS99m2Ddzt4vPhOGVJcfuOwLT { width:4.5rem;height:2.625325rem;top:1.8125rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6mpysfFlH4bA8CU7abPc5tFRkUJpdhi { width:6.4375rem;height:3.6875rem;top:13.062065124512rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mwTh7N63WPK97yBWTkLrtDXfpR00ZrxA { width:7.6248125rem;height:3.68706875rem;top:1.2803840637207rem;left:6.1870663762093rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );";background-image: linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon { display:block; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTEymWZDd3Mc9tXo3C7izF5XWOM7vpmk { width:15rem;height:3.9375rem;top:0.74978256225588rem;left:2.5000000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt { display:block; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { width:14.4998125rem;height:5.0625rem;top:5.6863079071045rem;left:2.7495661377907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wyxtlGF7ssNWpJCxNyvUTDT2QscFCcTv { width:4.5rem;height:2.625325rem;top:1.8125rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HS9XApwPumq1FuzCA8SmhXTen1KKR2bv { width:6.4375rem;height:3.6875rem;top:13.062065124512rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #myWQU7IMoJwhbTgyx25kdaoswIXw0VSO { width:7.6248125rem;height:3.68706875rem;top:1.2803821563721rem;left:6.1870663762093rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );";background-image: linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { display:block; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { width:14.1873125rem;height:3.9375rem;top:0.74978256225588rem;left:2.9058161377907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc { display:block; }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hvs0M53z4yNUvqovgy7qIyMFryEJvqEB { width:16.1870625rem;height:3.375rem;top:5.9988079071045rem;left:1.9053819775581rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdASDCEtcvN4UymgkmsdTLR2ElPudG6r { width:4.5rem;height:2.625325rem;top:1.8125rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IuXZF1duTMcBiOZrEggMIcCgNk0zhcOZ { width:6.4375rem;height:3.6875rem;top:11.187067031861rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yx2oThoLiDxqQogeuCAQmhTVNZ4IuKtf { width:7.6248125rem;height:3.68706875rem;top:1.2803821563721rem;left:6.1870663762093rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );";background-image: linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD { display:block; }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs8FMlTd27RymzStdC1HTDlhaoyhEDm1 { width:13.3121875rem;height:3.9375rem;top:0.74978256225588rem;left:3.3436415791511rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 { display:block; }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #si2JUrdO8QADQPr71BmPh3P8sfXItfb0 { width:17.3123125rem;height:5.0625rem;top:6.1865234375rem;left:1.3433161377907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pHUdt3vT3BzBbtZGleTTh7uvEEvayH0P { width:4.5rem;height:2.625325rem;top:1.8125rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O5Z36cCsl5Wt4SNEDgalPiuD3fWhPLQm { width:6.4375rem;height:3.6875rem;top:13.062066197396rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnTSuELLXVTkAJPfzFq4DbmufDVohauk { width:7.6248125rem;height:3.68706875rem;top:1.2803821563721rem;left:6.1870663762093rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb7119', endColorstr='#b303508e' );";background-image: linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR { display:block; }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKL0cy4wNDfZ5T9yRXkMtF8WK1KW13Z6 { width:15.5620625rem;height:3.9375rem;top:0.87456703186037rem;left:2.2178819775581rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pK8L6z9gO4W2RJtwkn4HsWhwHoitl4vy { width:15.625rem;height:3.24978125rem;top:1.2499933242798rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBuqROhhJAV1R0avxB0ggMBOMUhnpb1A { display:block; }
 }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { width:20rem;height:4.875rem;top:3.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { width:6.25rem;height:0.3125rem;top:2rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { width:14.6245rem;height:3.673825rem;top:13.8125rem;left:2.75rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:5rem;height:5rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { width:16.687rem;height:4.72411875rem;top:7.875rem;left:1.6875rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { width:2.1875rem;height:3rem;top:2.25rem;left:8.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:5rem;height:5rem;top:19.818359375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { width:14.812rem;height:4.72411875rem;top:26.4375rem;left:2.5625rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { width:15.9995rem;height:3.673825rem;top:32.4375rem;left:2rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { width:2.1875rem;height:3rem;top:20.818359375rem;left:8.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:5rem;height:5rem;top:37.96533203125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { width:16.875rem;height:4.72411875rem;top:44.375rem;left:1.5625rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { width:14.6875rem;height:3.673825rem;top:50.375rem;left:2.625rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { width:2.1875rem;height:3rem;top:38.96533203125rem;left:8.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT { display:block; }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCxbzQTdmohtBTbLMZ7v7EnXGmsgJLiR { width:15.2495625rem;height:3.9375rem;top:13.4375rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgbw1Hw0QAicyIc8k1mPT96do9TvDWuG { width:5rem;height:5rem;top:1.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ2z2fL2ldyuxhUr8oSyebkfN8xKMv8N { width:11.4371875rem;height:4.72411875rem;top:8rem;left:4.25rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wxmbOZkQiMDsHUCZzSyRfpnRlITcwb5U { width:2.1875rem;height:3rem;top:2.1875rem;left:8.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaWxy913QuobTqprRyXCQkRtodc8OhPt { width:5rem;height:5rem;top:19.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQXc2kl83FWlgcsznl4EexTwdGnIVNQu { width:16.875rem;height:4.72411875rem;top:26.9375rem;left:1.5625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tOHhaUkqxaRw829SOv9QNWEQURlrbMpf { width:13.2498125rem;height:3.673825rem;top:32.25rem;left:3.375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Irpx0kv5tJtudmay03CxtWvtp5dRqt88 { width:2.1875rem;height:3rem;top:20.875rem;left:8.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvSAciwvBLp4P7KTAQRBogFEnstts66N { width:5rem;height:5rem;top:37.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUy9ZTvlcQFfeBmgr3IlfcVqmRJA3Ggr { width:16.875rem;height:6.75rem;top:44.5625rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyg92ZKHODRG5r8Uh4TL05UiA80HRKI1 { width:2.1875rem;height:3rem;top:38.6875rem;left:8.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O62f5y6zES09wAiVv2xQL8oQOWVC5vNp { display:block; }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUKJvb2xvdT1XkmzDJ07diLAfnmATqvz { width:18.187375rem;height:39.1875rem;top:3.8125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ide319wHpOda1N8xaMSbQ8rnraF5GExT { width:17.874875rem;height:2.156575rem;top:0.875rem;left:0.875rem;font-size:1.4375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RbugMmkLiC8uBWinXXTzZlf8NuB3mQUu { width:6.25rem;height:0.3125rem;top:44.995098114014rem;left:6.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #qes1Etfp8mOp3LGtg2aCxqRTfRa2qikg { width:20rem;height:35.7421875rem;top:50.120445251465rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sA099mITKF46Lf8CUdi0BQRVG91zdJmN { top:47.042644500733rem;left:0rem;width:20rem;height:18.875rem;z-index:15012;overflow:hidden;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) { #EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP { display:block; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrWRqls3HL3iiyN3uTuL4pZfZBVhCp5i { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCTT4BiIAAPaZRCX415TMc2wHNSl7oPQ { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdU1hclJiemiWTEkqq7N6HPCiy12XWIC { width:15.874625rem;height:1.224975rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueNbS2MJ4p8RDXpZwSZdbKCwObnymbqv { width:15.874625rem;height:1.224975rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }