.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#312782;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; }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U > .row .container { background-color: transparent; background-image: none; }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U > .row .container > .video-iframe-container { display: none; }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U > .row > .video-iframe-container { display: none; }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U > .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); }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U > .row .container { border-width: 0; border-radius: 0; }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:60rem;position:relative;display:block; }#sMZIQJFxbxKLZZ3zbETIvDs0472StRgX { color:#ffffff;display:block;width:32.6855625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.5625rem;left:13.625rem;height:8.097625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G7zRIJgWpSTt1GKqymCUCEvNQhErEund { color:#ffffff;display:block;width:36.186rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:23.3125rem;left:11.875rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hNf5ARb7TcHMN0uQvFUgFyXXorAAiMsT { background-color:#01bf0d;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 1.25rem rgba(0,0,0,0.3) ;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32rem;left:9.25rem;display:block; }
#HWuwQ1hcLLu0yM2sfaXCQbTplrXdUaRo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S6TDD1qkZUQ2GmLBm3hMmBlTSUVkFV36 { color:#ffffff;display:block;width:17.061625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:36.6875rem;left:11.1875rem;height:1.055775rem;font-style:normal;display:block; }
#evFd3dTlaLankrRGMXZX712hHLPK9kHb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:36.6875rem;left:10.1875rem; }
#KRt61QqwieiM199lfChpDZWTvAC8QGFW { background-color:#db0c0c;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 1.25rem rgba(0,0,0,0.3) ;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32rem;left:30.75rem;display:block; }
#dcQPmqXm5XyfTT32R5CvSKtXKmN5eKN9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mtDAl4eiMLWEtPthNh4GdWdmRP6VkOpI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:19.6875rem;top:2.125rem;left:19.9375rem;overflow:hidden;display:block; }
#LhWSTuvoHGbOgbCs8CGoWZIThJbaAPyn { 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; }#LhWSTuvoHGbOgbCs8CGoWZIThJbaAPyn > .row .container { background-color: transparent; background-image: none; }#LhWSTuvoHGbOgbCs8CGoWZIThJbaAPyn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhWSTuvoHGbOgbCs8CGoWZIThJbaAPyn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhWSTuvoHGbOgbCs8CGoWZIThJbaAPyn > .row .container > .video-iframe-container { display: none; }#LhWSTuvoHGbOgbCs8CGoWZIThJbaAPyn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhWSTuvoHGbOgbCs8CGoWZIThJbaAPyn > .row > .video-iframe-container { display: none; }#LhWSTuvoHGbOgbCs8CGoWZIThJbaAPyn > .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); }#LhWSTuvoHGbOgbCs8CGoWZIThJbaAPyn > .row .container { border-width: 0; border-radius: 0; }#LhWSTuvoHGbOgbCs8CGoWZIThJbaAPyn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LhWSTuvoHGbOgbCs8CGoWZIThJbaAPyn > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:60rem;position:relative;display:block; }#EDrhJGTdbRQQDEuqSPcL40XVsqF8qTQL { color:#ffffff;display:block;width:13.3735rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.5rem;left:0.8125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J1ASIc5LyL7ZNLFlLTnJzlMvkxIVAszk { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.25rem;left:15.9375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zE5Ep5EDzeeJz1zMld5i9XvES7SSllVb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.25rem;left:31.25rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mQT0zwdSaR3MlkG0MgO5kvi5ELUpePXt { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.25rem;left:46.25rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JQG6M8CrK69UwVHVSVGbc0iHGrNFKzdc { position:absolute;display:block;z-index:15019;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:6.125rem;width:6.125rem;top:2.44140625rem;left:4.4053840637207rem;overflow:hidden;display:block; }
#v7eOO607zJuaestwMVXewDoRpD5fN1AE { position:absolute;display:block;z-index:15020;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:6.0625rem;width:6.0625rem;top:2.44140625rem;left:19.405384063721rem;overflow:hidden;display:block; }
#TeFKpTG6n3aaxy6rPIcRRsN9LKC50AQx { position:absolute;display:block;z-index:15021;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:6rem;width:6rem;top:2.4717864990234rem;left:34.436851501465rem;overflow:hidden;display:block; }
#sRMgIkhd87b7x0zqZVKwtJUOa2VM6e2U { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:2.5021705627441rem;left:49.467231750488rem;overflow:hidden;display:block; }
#NWueTcw9WdBFm1sx1H46vXWQUsQ8Bdml { box-sizing:content-box;height:13.2498125rem;width:13.186875rem;position:absolute;display:block;z-index:15009;background-color:#009ee2;background-image:none;top:1.3422298431396rem;left:0.90603637695312rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#nVrwKsgye2ZGca5NOmaKBP2QaqbaTQJy { box-sizing:content-box;height:13.2498125rem;width:13.186875rem;position:absolute;display:block;z-index:15010;background-color:#009ee2;background-image:none;top:1.3422298431396rem;left:15.906036376953rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#eHAtD6n6FZsuvEVFqCCISLLbe2zwspIh { box-sizing:content-box;height:13.2498125rem;width:13.186875rem;position:absolute;display:block;z-index:15011;background-color:#009ee2;background-image:none;top:1.3422298431396rem;left:30.906036376953rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#v62m9MUkJXPP5H5fGxFNhZlWKp2R95g9 { box-sizing:content-box;height:13.2498125rem;width:13.186875rem;position:absolute;display:block;z-index:15012;background-color:#009ee2;background-image:none;top:1.3422298431396rem;left:45.906036376953rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#kukx8aH7lIJnTa8VEk1AkLd4Se29QNgV { position:relative;display:block; }#kukx8aH7lIJnTa8VEk1AkLd4Se29QNgV { background-color: transparent; background-image: none; }#kukx8aH7lIJnTa8VEk1AkLd4Se29QNgV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kukx8aH7lIJnTa8VEk1AkLd4Se29QNgV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kukx8aH7lIJnTa8VEk1AkLd4Se29QNgV > .row .container > .video-iframe-container { display: none; }#kukx8aH7lIJnTa8VEk1AkLd4Se29QNgV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kukx8aH7lIJnTa8VEk1AkLd4Se29QNgV > .row > .video-iframe-container { display: none; }#kukx8aH7lIJnTa8VEk1AkLd4Se29QNgV > .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); }#kukx8aH7lIJnTa8VEk1AkLd4Se29QNgV { border-width: 0; border-radius: 0; }#kukx8aH7lIJnTa8VEk1AkLd4Se29QNgV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kukx8aH7lIJnTa8VEk1AkLd4Se29QNgV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xu6sfDk79GPgCt2wnh2RMsRa6Td2KlDT { color:#312782;display:block;width:52.436rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3125rem;left:3.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ngpy6AlJ9Efqd777xdl2GVGtpTws3JLf { color:#4f4f4f;display:block;width:43.811875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:5.25rem;left:8.0625rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TTWaz379QTry65T4XnADRRp9gLqvbRUo { 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; }#TTWaz379QTry65T4XnADRRp9gLqvbRUo > .row .container { background-color: transparent; background-image: none; }#TTWaz379QTry65T4XnADRRp9gLqvbRUo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTWaz379QTry65T4XnADRRp9gLqvbRUo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTWaz379QTry65T4XnADRRp9gLqvbRUo > .row .container > .video-iframe-container { display: none; }#TTWaz379QTry65T4XnADRRp9gLqvbRUo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTWaz379QTry65T4XnADRRp9gLqvbRUo > .row > .video-iframe-container { display: none; }#TTWaz379QTry65T4XnADRRp9gLqvbRUo > .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); }#TTWaz379QTry65T4XnADRRp9gLqvbRUo > .row .container { border-width: 0; border-radius: 0; }#TTWaz379QTry65T4XnADRRp9gLqvbRUo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTWaz379QTry65T4XnADRRp9gLqvbRUo > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#ig8n6pV81WekzohpC8ZZ3JMwhdwRnCsf { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:17.0625rem;left:34.3125rem;height:8.097625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vMNRb7sDtuCKb2pTXWpDldqMXTXBv7O7 { box-sizing:content-box;height:20.25rem;width:17.5625rem;position:absolute;display:block;z-index:15003;background-color:#312782;background-image:none;top:6.375rem;left:32.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#RyGzTwM8cWWqGugT0p2ZVMNQmBaRk8CH { color:#009ee2;display:block;width:10.8735rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:14.5rem;left:34.3125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hI7GEtnuyCeQ9BDgfTLWfkR88ZxBEQQw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.6875rem;width:17.5625rem;top:1.1875rem;left:32.4375rem;overflow:hidden;display:block; }
#a51eI2hnZUx2qRyUETDn7PITLMuHvSZE { box-sizing:content-box;height:20.25rem;width:17.5625rem;position:absolute;display:block;z-index:15007;background-color:#312782;background-image:none;top:6.375rem;left:9.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TLfaPB6F5zfGBopFnGXpTFn4BhwKfsAf { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.6875rem;width:17.5625rem;top:1.1875rem;left:9.875rem;overflow:hidden;display:block; }
#xh5cxh8OzdM8xqW0vX92m4hZFKwOvlH0 { color:#009ee2;display:block;width:10.8735rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:14.5rem;left:11.75rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OfT5OWSVfOD4C1kUL1WNg6gTSphawIId { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:17.0625rem;left:11.75rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ONTlcDp9HfAZ7AHCMnSZyaGdVV5T3uDp { 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; }#ONTlcDp9HfAZ7AHCMnSZyaGdVV5T3uDp > .row .container { background-color: transparent; background-image: none; }#ONTlcDp9HfAZ7AHCMnSZyaGdVV5T3uDp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONTlcDp9HfAZ7AHCMnSZyaGdVV5T3uDp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONTlcDp9HfAZ7AHCMnSZyaGdVV5T3uDp > .row .container > .video-iframe-container { display: none; }#ONTlcDp9HfAZ7AHCMnSZyaGdVV5T3uDp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONTlcDp9HfAZ7AHCMnSZyaGdVV5T3uDp > .row > .video-iframe-container { display: none; }#ONTlcDp9HfAZ7AHCMnSZyaGdVV5T3uDp > .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); }#ONTlcDp9HfAZ7AHCMnSZyaGdVV5T3uDp > .row .container { border-width: 0; border-radius: 0; }#ONTlcDp9HfAZ7AHCMnSZyaGdVV5T3uDp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ONTlcDp9HfAZ7AHCMnSZyaGdVV5T3uDp > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:block; }#VhuETUWmQnSuyhwsNd1mAV0dcZK7Q1s6 { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:17.0625rem;left:34.3125rem;height:8.097625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QVa58b9CKWXADVT3JoS36TC7ltGFla4v { box-sizing:content-box;height:20.25rem;width:17.5625rem;position:absolute;display:block;z-index:15003;background-color:#312782;background-image:none;top:6.375rem;left:32.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#cdeRSuokTV2byh5NbtOHEdeI0vsusIcJ { color:#009ee2;display:block;width:10.8735rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:14.5rem;left:34.3125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X7JQ8VpG2af7JHIT2RuxZtAAfFnvZqAW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.6875rem;width:17.5625rem;top:1.1875rem;left:32.4375rem;overflow:hidden;display:block; }
#IHZu877oPV7dDoFPT7uhhF8LcxTmWgXK { box-sizing:content-box;height:20.25rem;width:17.5625rem;position:absolute;display:block;z-index:15007;background-color:#312782;background-image:none;top:6.375rem;left:9.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#sP1BA6sXp1Ty4yZhfTv3PGnaynxM6ex2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.6875rem;width:17.5625rem;top:1.1875rem;left:9.875rem;overflow:hidden;display:block; }
#yaHdQgTSLsM33wIJcTWAISDOAG9ovKr2 { color:#009ee2;display:block;width:10.8735rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:14.5rem;left:11.75rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WMi3EowemfKDBbcEEXl7LcrlQmIWtv1T { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:17.0625rem;left:11.75rem;height:8.097625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qIUDHhahgG1t5XLlmNA8q3vsIXpirOxB { position:relative;display:block; }#qIUDHhahgG1t5XLlmNA8q3vsIXpirOxB { background-color: transparent; background-image: none; }#qIUDHhahgG1t5XLlmNA8q3vsIXpirOxB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIUDHhahgG1t5XLlmNA8q3vsIXpirOxB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIUDHhahgG1t5XLlmNA8q3vsIXpirOxB > .row .container > .video-iframe-container { display: none; }#qIUDHhahgG1t5XLlmNA8q3vsIXpirOxB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIUDHhahgG1t5XLlmNA8q3vsIXpirOxB > .row > .video-iframe-container { display: none; }#qIUDHhahgG1t5XLlmNA8q3vsIXpirOxB > .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); }#qIUDHhahgG1t5XLlmNA8q3vsIXpirOxB { border-width: 0; border-radius: 0; }#qIUDHhahgG1t5XLlmNA8q3vsIXpirOxB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qIUDHhahgG1t5XLlmNA8q3vsIXpirOxB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pZbaqWGLLDfyGerFwTZPyqz2Bb2ffu8Q { background-color:#01bf0d;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 1.25rem rgba(0,0,0,0.3) ;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.375rem;left:20rem;display:block; }
#J3ytEGLL6A8xwZalWbRb3FbaONVqfK8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KiIFdUsMo3ZyzTQFJS0BPHpdalNWTS8w { color:#4f4f4f;display:block;width:17.0605625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.0625rem;left:21.9375rem;height:1.055775rem;font-style:normal;display:block; }
#EVsatr8vZbq23FeJGDFecBLaxJXHCEFM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.87456875rem;width:0.87456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:6.125rem;left:20.9375rem; }
#T0qB7hp5OTvx0iZBSLK6KThIFGez9iFt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f6f8;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; }#T0qB7hp5OTvx0iZBSLK6KThIFGez9iFt > .row .container { background-color: transparent; background-image: none; }#T0qB7hp5OTvx0iZBSLK6KThIFGez9iFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0qB7hp5OTvx0iZBSLK6KThIFGez9iFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0qB7hp5OTvx0iZBSLK6KThIFGez9iFt > .row .container > .video-iframe-container { display: none; }#T0qB7hp5OTvx0iZBSLK6KThIFGez9iFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0qB7hp5OTvx0iZBSLK6KThIFGez9iFt > .row > .video-iframe-container { display: none; }#T0qB7hp5OTvx0iZBSLK6KThIFGez9iFt > .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); }#T0qB7hp5OTvx0iZBSLK6KThIFGez9iFt > .row .container { border-width: 0; border-radius: 0; }#T0qB7hp5OTvx0iZBSLK6KThIFGez9iFt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0qB7hp5OTvx0iZBSLK6KThIFGez9iFt > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:60rem;position:relative;display:block; }#XmrNXyz9FCRB70XJgLOkNzBaBx5xphUM { 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:8.811875rem;width:38.061rem;top:6.1875rem;left:11rem;overflow:hidden;display:block; }
#GlsL1p3Bzw3FyddTuaXkTh4xdxO2ENFZ { 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:14.1875rem;width:34.1875rem;display:none; }
#x5z6a74JcWJPuB58I55euOZ2I0k8vvHh { color:#312782;display:block;width:52.436rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6875rem;left:3.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pNhH0vZnW9hcbpLTDW3KKEkpf13uXtlf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#312782;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; }#pNhH0vZnW9hcbpLTDW3KKEkpf13uXtlf > .row .container { background-color: transparent; background-image: none; }#pNhH0vZnW9hcbpLTDW3KKEkpf13uXtlf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNhH0vZnW9hcbpLTDW3KKEkpf13uXtlf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNhH0vZnW9hcbpLTDW3KKEkpf13uXtlf > .row .container > .video-iframe-container { display: none; }#pNhH0vZnW9hcbpLTDW3KKEkpf13uXtlf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNhH0vZnW9hcbpLTDW3KKEkpf13uXtlf > .row > .video-iframe-container { display: none; }#pNhH0vZnW9hcbpLTDW3KKEkpf13uXtlf > .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); }#pNhH0vZnW9hcbpLTDW3KKEkpf13uXtlf > .row .container { border-width: 0; border-radius: 0; }#pNhH0vZnW9hcbpLTDW3KKEkpf13uXtlf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNhH0vZnW9hcbpLTDW3KKEkpf13uXtlf > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#SQCvQiE4nn2hPw8ssd3qEdpVkLNcBw1y { color:#ffffff;display:block;width:52.436rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4338111877441rem;left:3.7814674377441rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fFiST0Ggqp5TNs08suJb7cciZLwPQnCI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#312782;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; }#fFiST0Ggqp5TNs08suJb7cciZLwPQnCI > .row .container { background-color: transparent; background-image: none; }#fFiST0Ggqp5TNs08suJb7cciZLwPQnCI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFiST0Ggqp5TNs08suJb7cciZLwPQnCI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFiST0Ggqp5TNs08suJb7cciZLwPQnCI > .row .container > .video-iframe-container { display: none; }#fFiST0Ggqp5TNs08suJb7cciZLwPQnCI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFiST0Ggqp5TNs08suJb7cciZLwPQnCI > .row > .video-iframe-container { display: none; }#fFiST0Ggqp5TNs08suJb7cciZLwPQnCI > .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); }#fFiST0Ggqp5TNs08suJb7cciZLwPQnCI > .row .container { border-width: 0; border-radius: 0; }#fFiST0Ggqp5TNs08suJb7cciZLwPQnCI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fFiST0Ggqp5TNs08suJb7cciZLwPQnCI > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:60rem;position:relative;display:block; }#ybGnX8D8bhNN5JvxwSpA28ykRL6RPkWs { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.8125rem;width:13.0625rem;top:1.375rem;left:1rem;display:block; }
#weMrd46cl5vNSdPN3ZivsUR27KHwxBfs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.99913125rem;width:2.99913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.375rem;left:3.0625rem; }
#QxbfG8MQbS8KXN57CIvsMHGOblQDPeQK { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:7.1875rem;left:3.0625rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iTugJRtoctbzDsya7JrpNgnf8wlTHGv9 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:11.1875rem;left:3.0625rem;height:5.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GMPWgw6RLAL9hsabywX0XZyHZPECTFt0 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.8125rem;width:13.0625rem;top:1.375rem;left:16rem;display:block; }
#p27qQy8ZO2lXe2XTECAMHVieJg3uEuwx { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:7.1875rem;left:18.0625rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IS8sNvF18GuDsKszTQ17xEZPAtfG6yJT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.99913125rem;width:2.99913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:3.375rem;left:18.0625rem; }
#WeS03HuR6N8IDrw5sESnosQbenJi3MK4 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:11.1875rem;left:18.0625rem;height:5.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bo7UKGwXzGZyT2Bk4OoB4Vctx4OIr7Wm { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.8125rem;width:13.0625rem;top:1.375rem;left:31rem;display:block; }
#nbdbnTrG2NLpRdTwqcedeW0b7uMSbTdX { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:7.1875rem;left:33.0625rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TgQ7eTbFWGuRxfi8uEBxoSwp4LFWBIof { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.99913125rem;width:2.99913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:3.375rem;left:33.0625rem; }
#GJOBfMz7TGx5PDUVHn33RCI0qTgc6ltv { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:11.1875rem;left:33.0625rem;height:5.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f91Bpt2HQ2yyAPZCMlyvO76NUuEKkes1 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.8125rem;width:13.0625rem;top:1.375rem;left:46rem;display:block; }
#XSq2whLhvHOAdfvCkkqe3i45prw3t0Xo { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:7.1875rem;left:48.0625rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SxWT3GZrHDcztUJfsbGDakCxXf7Kw4qp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.37456875rem;width:3.37456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:3.1857643127441rem;left:47.874572753906rem; }
#RNg0o6m9EAdDhnwExWBWx15lszOXn2Wf { color:#ffffff;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:11.187072753906rem;left:48.062072753906rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pTCqtlzclgBQ5OP6ODMRA4ea0IUlswMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#312782;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; }#pTCqtlzclgBQ5OP6ODMRA4ea0IUlswMT > .row .container { background-color: transparent; background-image: none; }#pTCqtlzclgBQ5OP6ODMRA4ea0IUlswMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTCqtlzclgBQ5OP6ODMRA4ea0IUlswMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTCqtlzclgBQ5OP6ODMRA4ea0IUlswMT > .row .container > .video-iframe-container { display: none; }#pTCqtlzclgBQ5OP6ODMRA4ea0IUlswMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTCqtlzclgBQ5OP6ODMRA4ea0IUlswMT > .row > .video-iframe-container { display: none; }#pTCqtlzclgBQ5OP6ODMRA4ea0IUlswMT > .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); }#pTCqtlzclgBQ5OP6ODMRA4ea0IUlswMT > .row .container { border-width: 0; border-radius: 0; }#pTCqtlzclgBQ5OP6ODMRA4ea0IUlswMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTCqtlzclgBQ5OP6ODMRA4ea0IUlswMT > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:60rem;position:relative;display:block; }#CiTMFCQONTpFKVPM067TK9OZPXX5B9EN { background-color:#01bf0d;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 1.25rem rgba(0,0,0,0.3) ;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.5rem;left:20rem;display:block; }
#kuLOFHQCTlhMchN5xhxZ84uOWrhV7b9n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rJDs8TGiHx3sPI3w6TzHtF6rhkixrq9u { color:#ffffff;display:block;width:17.0605625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.1875rem;left:21.9375rem;height:1.055775rem;font-style:normal;display:block; }
#dZ39E6bPUp32UnmDpXrUel9KqpGnDEV5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.87456875rem;width:0.87456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.25rem;left:20.9375rem; }
#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(236,233,246,0.85);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; }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM > .row .container { background-color: transparent; background-image: none; }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM > .row .container > .video-iframe-container { display: none; }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM > .row > .video-iframe-container { display: none; }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM > .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); }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM > .row .container { border-width: 0; border-radius: 0; }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:60rem;position:relative;display:block; }#aRF1macKufIQQvMLRd6T1L088ieGprX1 { color:#312782;display:block;width:21.811rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.875rem;left:27.9375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LuAJEte5bLa6WS8B6RbIET6hZwP8DUNM { color:#4f4f4f;display:block;width:28.624125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:12rem;left:27.9375rem;height:24rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ttWwc0TES4G7SyS1LrRuvxIV2aPDlKC9 { position:absolute;display:block;z-index:15025;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:32.9375rem;width:21.6875rem;top:4.4375rem;left:3.4375rem;overflow:hidden;display:block; }
#K1gZ0L4euhGOybrtn8pLtgxa8G2ifAfr { color:#312782;display:block;width:14.249125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5622825622559rem;left:5.9364166259766rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kMd9TopXLvIwgcJh4Midr5mhXs7F50gt { 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; }#kMd9TopXLvIwgcJh4Midr5mhXs7F50gt > .row .container { background-color: transparent; background-image: none; }#kMd9TopXLvIwgcJh4Midr5mhXs7F50gt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMd9TopXLvIwgcJh4Midr5mhXs7F50gt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMd9TopXLvIwgcJh4Midr5mhXs7F50gt > .row .container > .video-iframe-container { display: none; }#kMd9TopXLvIwgcJh4Midr5mhXs7F50gt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMd9TopXLvIwgcJh4Midr5mhXs7F50gt > .row > .video-iframe-container { display: none; }#kMd9TopXLvIwgcJh4Midr5mhXs7F50gt > .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); }#kMd9TopXLvIwgcJh4Midr5mhXs7F50gt > .row .container { border-width: 0; border-radius: 0; }#kMd9TopXLvIwgcJh4Midr5mhXs7F50gt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMd9TopXLvIwgcJh4Midr5mhXs7F50gt > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:60rem;position:relative;display:block; }#Rnpnrpd6Vz9TaLroeEQMXQDGALFCUbkH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.56055rem;width:40.4980625rem;top:5.8723983764649rem;left:9.7504348754881rem;overflow:hidden;display:block; }
#Tm4ZygRDF1lJ2pWF0h41z752DFOH5ImV { 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:23.5rem;width:53.0625rem;display:none; }
#L13pxKNZINv4omwkiDp7RDQVxzEvBCr4 { color:#312782;display:block;width:52.436rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8161926269531rem;left:3.7814674377441rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gUy5hKPI1hVNKFItpMQVyVqmMylU0V5f { 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; }#gUy5hKPI1hVNKFItpMQVyVqmMylU0V5f > .row .container { background-color: transparent; background-image: none; }#gUy5hKPI1hVNKFItpMQVyVqmMylU0V5f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUy5hKPI1hVNKFItpMQVyVqmMylU0V5f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUy5hKPI1hVNKFItpMQVyVqmMylU0V5f > .row .container > .video-iframe-container { display: none; }#gUy5hKPI1hVNKFItpMQVyVqmMylU0V5f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUy5hKPI1hVNKFItpMQVyVqmMylU0V5f > .row > .video-iframe-container { display: none; }#gUy5hKPI1hVNKFItpMQVyVqmMylU0V5f > .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); }#gUy5hKPI1hVNKFItpMQVyVqmMylU0V5f > .row .container { border-width: 0; border-radius: 0; }#gUy5hKPI1hVNKFItpMQVyVqmMylU0V5f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gUy5hKPI1hVNKFItpMQVyVqmMylU0V5f > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#o4mp3vPthlP0SVki3T1A48le7zbXOTiD { color:#312782;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:5.25rem;left:40.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TgLtX5y7Be5IgvpP5836g4TE1JvdTWAg { background-color:#01bf0d;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 1.25rem rgba(0,0,0,0.3) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1245625rem;height:4.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.4375rem;left:36.4375rem;display:block; }
#MBXu5Pp6b4hZVw4aXUdNiATJbPVkHTtW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vCbIrXaniNbMuTtkgHJLFnF0kgML3NRm { background-color:#db0c0c;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 1.25rem rgba(0,0,0,0.3) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1245625rem;height:4.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.5rem;left:36.4375rem;display:block; }
#nziqRTQmz61dE9oH3cwesFkPCoNrMkyZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h51cFFfMpqhi0Zy2zdGkgMXqrSLW6DZL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.0625rem;left:38.5625rem; }
#y2V88VAoD5JTH21c8CtGfyzOW81ittMc { color:#312782;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:13.25rem;left:40.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KseJB11poTWutnxWIgvS2KEWH8fG2y1i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:13.0625rem;left:38.5rem; }
#qgm0k0daV88TTwNSbNCcClMiqcMOLiod { position:absolute;display:block;z-index:15021;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:9.625rem;width:19.75rem;top:1.9375rem;left:5.125rem;overflow:hidden;display:block; }
#a3FfLfaAqD3C98yaec4Ep18Z5UgChVQm { color:#4f4f4f;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:12.0625rem;left:4.3125rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cUbIKJqk1AOOFtUEkU9QwMpEbpUSeDEt { color:#312782;display:block;width:23.8748125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:2.125rem;left:34.25rem;height:1.349825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SbMra14kTheXmTbWulwMKGMPo4rpVl0I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.9375rem;left:31.875rem; }
#HOxFw0pLCXZXk7PEdoh9rF7b6le42Jla { color:#4f4f4f;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:16.3125rem;left:4.3125rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U { display:block; }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMZIQJFxbxKLZZ3zbETIvDs0472StRgX { width:32.625rem;height:8.0625rem;top:13.5625rem;left:7.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7zRIJgWpSTt1GKqymCUCEvNQhErEund { width:36.125rem;height:5.3125rem;top:23.3125rem;left:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNf5ARb7TcHMN0uQvFUgFyXXorAAiMsT { width:20rem;height:4.0625rem;top:32rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWuwQ1hcLLu0yM2sfaXCQbTplrXdUaRo { display:block; }
 }@media only screen and (max-width: 763px) { #S6TDD1qkZUQ2GmLBm3hMmBlTSUVkFV36 { width:17rem;height:1rem;top:36.6875rem;left:5.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evFd3dTlaLankrRGMXZX712hHLPK9kHb { width:0.8125rem;height:0.8125rem;top:36.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRt61QqwieiM199lfChpDZWTvAC8QGFW { width:20rem;height:4.0625rem;top:32rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcQPmqXm5XyfTT32R5CvSKtXKmN5eKN9 { display:block; }
 }@media only screen and (max-width: 763px) { #mtDAl4eiMLWEtPthNh4GdWdmRP6VkOpI { width:19.6875rem;height:9.6875rem;top:2.125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhWSTuvoHGbOgbCs8CGoWZIThJbaAPyn { display:block; }#LhWSTuvoHGbOgbCs8CGoWZIThJbaAPyn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDrhJGTdbRQQDEuqSPcL40XVsqF8qTQL { width:13.3125rem;height:3.375rem;top:9.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1ASIc5LyL7ZNLFlLTnJzlMvkxIVAszk { width:13.125rem;height:3.375rem;top:9.25rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE5Ep5EDzeeJz1zMld5i9XvES7SSllVb { width:12.5rem;height:3.375rem;top:9.25rem;left:23.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQT0zwdSaR3MlkG0MgO5kvi5ELUpePXt { width:12.5rem;height:3.375rem;top:9.25rem;left:35.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQG6M8CrK69UwVHVSVGbc0iHGrNFKzdc { width:6.125rem;height:6.125rem;top:2.4375rem;left:2.8741340637207rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7eOO607zJuaestwMVXewDoRpD5fN1AE { width:6.0625rem;height:6.0625rem;top:2.4375rem;left:14.811634063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeFKpTG6n3aaxy6rPIcRRsN9LKC50AQx { width:6rem;height:6rem;top:2.4375rem;left:26.780601501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRMgIkhd87b7x0zqZVKwtJUOa2VM6e2U { width:5.9375rem;height:5.9375rem;top:2.5rem;left:38.748481750488rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWueTcw9WdBFm1sx1H46vXWQUsQ8Bdml { width:13.125rem;height:13.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVrwKsgye2ZGca5NOmaKBP2QaqbaTQJy { width:13.125rem;height:13.1875rem;top:1.3125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHAtD6n6FZsuvEVFqCCISLLbe2zwspIh { width:13.125rem;height:13.1875rem;top:1.3125rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v62m9MUkJXPP5H5fGxFNhZlWKp2R95g9 { width:13.125rem;height:13.1875rem;top:1.3125rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kukx8aH7lIJnTa8VEk1AkLd4Se29QNgV { display:block; }#kukx8aH7lIJnTa8VEk1AkLd4Se29QNgV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xu6sfDk79GPgCt2wnh2RMsRa6Td2KlDT { width:47.75rem;height:2.4375rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngpy6AlJ9Efqd777xdl2GVGtpTws3JLf { width:43.75rem;height:3.25rem;top:5.25rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTWaz379QTry65T4XnADRRp9gLqvbRUo { display:block; }#TTWaz379QTry65T4XnADRRp9gLqvbRUo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ig8n6pV81WekzohpC8ZZ3JMwhdwRnCsf { width:14.0625rem;height:8.0625rem;top:17.0625rem;left:25.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMNRb7sDtuCKb2pTXWpDldqMXTXBv7O7 { width:17.5625rem;height:20.25rem;top:6.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyGzTwM8cWWqGugT0p2ZVMNQmBaRk8CH { width:10.8125rem;height:1.75rem;top:14.5rem;left:25.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI7GEtnuyCeQ9BDgfTLWfkR88ZxBEQQw { width:17.5625rem;height:11.6875rem;top:1.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a51eI2hnZUx2qRyUETDn7PITLMuHvSZE { width:17.5625rem;height:20.25rem;top:6.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLfaPB6F5zfGBopFnGXpTFn4BhwKfsAf { width:17.5625rem;height:11.6875rem;top:1.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh5cxh8OzdM8xqW0vX92m4hZFKwOvlH0 { width:10.8125rem;height:1.75rem;top:14.5rem;left:8.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfT5OWSVfOD4C1kUL1WNg6gTSphawIId { width:14.0625rem;height:6.6875rem;top:17.0625rem;left:8.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONTlcDp9HfAZ7AHCMnSZyaGdVV5T3uDp { display:block; }#ONTlcDp9HfAZ7AHCMnSZyaGdVV5T3uDp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhuETUWmQnSuyhwsNd1mAV0dcZK7Q1s6 { width:14.0625rem;height:8.0625rem;top:17rem;left:25.124572753906rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVa58b9CKWXADVT3JoS36TC7ltGFla4v { width:17.5625rem;height:20.25rem;top:6.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdeRSuokTV2byh5NbtOHEdeI0vsusIcJ { width:10.8125rem;height:1.75rem;top:14.5rem;left:25.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7JQ8VpG2af7JHIT2RuxZtAAfFnvZqAW { width:17.5625rem;height:11.6875rem;top:1.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHZu877oPV7dDoFPT7uhhF8LcxTmWgXK { width:17.5625rem;height:20.25rem;top:6.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP1BA6sXp1Ty4yZhfTv3PGnaynxM6ex2 { width:17.5625rem;height:11.6875rem;top:1.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaHdQgTSLsM33wIJcTWAISDOAG9ovKr2 { width:10.8125rem;height:1.75rem;top:14.5rem;left:8.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMi3EowemfKDBbcEEXl7LcrlQmIWtv1T { width:14.0625rem;height:8.0625rem;top:17rem;left:8.6866340637206rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIUDHhahgG1t5XLlmNA8q3vsIXpirOxB { display:block; }#qIUDHhahgG1t5XLlmNA8q3vsIXpirOxB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZbaqWGLLDfyGerFwTZPyqz2Bb2ffu8Q { width:20rem;height:4.0625rem;top:1.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3ytEGLL6A8xwZalWbRb3FbaONVqfK8c { display:block; }
 }@media only screen and (max-width: 763px) { #KiIFdUsMo3ZyzTQFJS0BPHpdalNWTS8w { width:17rem;height:1rem;top:6.0625rem;left:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVsatr8vZbq23FeJGDFecBLaxJXHCEFM { width:0.8125rem;height:0.8125rem;top:6.125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0qB7hp5OTvx0iZBSLK6KThIFGez9iFt { display:block; }#T0qB7hp5OTvx0iZBSLK6KThIFGez9iFt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmrNXyz9FCRB70XJgLOkNzBaBx5xphUM { width:38rem;height:8.7977522923725rem;top:6.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlsL1p3Bzw3FyddTuaXkTh4xdxO2ENFZ { width:27.25rem;height:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x5z6a74JcWJPuB58I55euOZ2I0k8vvHh { width:47.75rem;height:2.4375rem;top:2.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNhH0vZnW9hcbpLTDW3KKEkpf13uXtlf { display:block; }#pNhH0vZnW9hcbpLTDW3KKEkpf13uXtlf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQCvQiE4nn2hPw8ssd3qEdpVkLNcBw1y { width:47.75rem;height:2.375rem;top:2.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFiST0Ggqp5TNs08suJb7cciZLwPQnCI { display:block; }#fFiST0Ggqp5TNs08suJb7cciZLwPQnCI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybGnX8D8bhNN5JvxwSpA28ykRL6RPkWs { width:13rem;height:16.75rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #weMrd46cl5vNSdPN3ZivsUR27KHwxBfs { width:2.9375rem;height:2.9375rem;top:3.375rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxbfG8MQbS8KXN57CIvsMHGOblQDPeQK { width:10.625rem;height:3.25rem;top:7.1875rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTugJRtoctbzDsya7JrpNgnf8wlTHGv9 { width:9.5rem;height:5.6875rem;top:11.1875rem;left:1.53125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMPWgw6RLAL9hsabywX0XZyHZPECTFt0 { width:13rem;height:16.75rem;top:1.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p27qQy8ZO2lXe2XTECAMHVieJg3uEuwx { width:10.625rem;height:3.25rem;top:7.1875rem;left:13.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS8sNvF18GuDsKszTQ17xEZPAtfG6yJT { width:2.9375rem;height:2.9375rem;top:3.375rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeS03HuR6N8IDrw5sESnosQbenJi3MK4 { width:9.5rem;height:5.6875rem;top:11.125rem;left:13.468318939209rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo7UKGwXzGZyT2Bk4OoB4Vctx4OIr7Wm { width:13rem;height:16.75rem;top:1.375rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbdbnTrG2NLpRdTwqcedeW0b7uMSbTdX { width:10.625rem;height:3.25rem;top:7.1875rem;left:25.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgQ7eTbFWGuRxfi8uEBxoSwp4LFWBIof { width:2.9375rem;height:2.9375rem;top:3.375rem;left:25.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJOBfMz7TGx5PDUVHn33RCI0qTgc6ltv { width:9.5rem;height:5.6875rem;top:11.125rem;left:25.405822753906rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f91Bpt2HQ2yyAPZCMlyvO76NUuEKkes1 { width:13rem;height:16.75rem;top:1.375rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSq2whLhvHOAdfvCkkqe3i45prw3t0Xo { width:10.625rem;height:3.25rem;top:7.1875rem;left:37.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxWT3GZrHDcztUJfsbGDakCxXf7Kw4qp { width:3.3125rem;height:3.3125rem;top:3.125rem;left:37.155822753906rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNg0o6m9EAdDhnwExWBWx15lszOXn2Wf { width:11rem;height:5.375rem;top:11.125rem;left:36.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTCqtlzclgBQ5OP6ODMRA4ea0IUlswMT { display:block; }#pTCqtlzclgBQ5OP6ODMRA4ea0IUlswMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiTMFCQONTpFKVPM067TK9OZPXX5B9EN { width:20rem;height:4.0625rem;top:1.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuLOFHQCTlhMchN5xhxZ84uOWrhV7b9n { display:block; }
 }@media only screen and (max-width: 763px) { #rJDs8TGiHx3sPI3w6TzHtF6rhkixrq9u { width:17rem;height:1rem;top:6.1875rem;left:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ39E6bPUp32UnmDpXrUel9KqpGnDEV5 { width:0.8125rem;height:0.8125rem;top:6.25rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM { display:block; }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRF1macKufIQQvMLRd6T1L088ieGprX1 { width:21.75rem;height:4.5rem;top:5.875rem;left:21.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuAJEte5bLa6WS8B6RbIET6hZwP8DUNM { width:28.5625rem;height:23.9375rem;top:12rem;left:19.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttWwc0TES4G7SyS1LrRuvxIV2aPDlKC9 { width:21.6875rem;height:32.9375rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1gZ0L4euhGOybrtn8pLtgxa8G2ifAfr { width:14.1875rem;height:1.75rem;top:3.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMd9TopXLvIwgcJh4Midr5mhXs7F50gt { display:block; }#kMd9TopXLvIwgcJh4Midr5mhXs7F50gt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rnpnrpd6Vz9TaLroeEQMXQDGALFCUbkH { width:40.4375rem;height:4.5537299623902rem;top:5.8125rem;left:3.6254348754883rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm4ZygRDF1lJ2pWF0h41z752DFOH5ImV { width:47.75rem;height:21.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L13pxKNZINv4omwkiDp7RDQVxzEvBCr4 { width:47.75rem;height:2.4375rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUy5hKPI1hVNKFItpMQVyVqmMylU0V5f { display:block; }#gUy5hKPI1hVNKFItpMQVyVqmMylU0V5f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4mp3vPthlP0SVki3T1A48le7zbXOTiD { width:10.9375rem;height:1.4375rem;top:5.25rem;left:31.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgLtX5y7Be5IgvpP5836g4TE1JvdTWAg { width:17.0625rem;height:4.0625rem;top:15.4375rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBXu5Pp6b4hZVw4aXUdNiATJbPVkHTtW { display:block; }
 }@media only screen and (max-width: 763px) { #vCbIrXaniNbMuTtkgHJLFnF0kgML3NRm { width:17.0625rem;height:4.0625rem;top:7.5rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nziqRTQmz61dE9oH3cwesFkPCoNrMkyZ { display:block; }
 }@media only screen and (max-width: 763px) { #h51cFFfMpqhi0Zy2zdGkgMXqrSLW6DZL { width:1.6875rem;height:1.6875rem;top:5.0625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2V88VAoD5JTH21c8CtGfyzOW81ittMc { width:10.9375rem;height:1.4375rem;top:13.25rem;left:31.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KseJB11poTWutnxWIgvS2KEWH8fG2y1i { width:1.6875rem;height:1.6875rem;top:13.0625rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgm0k0daV88TTwNSbNCcClMiqcMOLiod { width:19.75rem;height:9.625rem;top:1.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3FfLfaAqD3C98yaec4Ep18Z5UgChVQm { width:21.375rem;height:2.6875rem;top:12.0625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUbIKJqk1AOOFtUEkU9QwMpEbpUSeDEt { width:23.8125rem;height:1.3125rem;top:2.125rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbMra14kTheXmTbWulwMKGMPo4rpVl0I { width:1.6875rem;height:1.6875rem;top:1.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOxFw0pLCXZXk7PEdoh9rF7b6le42Jla { width:21.375rem;height:4rem;top:16.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U { background-color:#312782;background-image:none;display:block; }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U > .row .container { background-color: transparent; background-image: none; }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U > .row .container > .video-iframe-container { display: none; }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U > .row > .video-iframe-container { display: none; }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U > .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); }#yWsfVXy7RMbnkFPfTnIgVeCsa67fWD3U > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMZIQJFxbxKLZZ3zbETIvDs0472StRgX { width:20rem;height:8.3984375rem;top:11.185546875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G7zRIJgWpSTt1GKqymCUCEvNQhErEund { width:20rem;height:9rem;top:20.8115234375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hNf5ARb7TcHMN0uQvFUgFyXXorAAiMsT { width:18.75rem;height:3.8125rem;top:32rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWuwQ1hcLLu0yM2sfaXCQbTplrXdUaRo { display:block; }
 }@media only screen and (max-width: 763px) { #S6TDD1qkZUQ2GmLBm3hMmBlTSUVkFV36 { width:16.9998125rem;height:1.055775rem;top:36.5rem;left:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evFd3dTlaLankrRGMXZX712hHLPK9kHb { display:flex;width:0.81163125rem;height:0.81163125rem;top:36.625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #KRt61QqwieiM199lfChpDZWTvAC8QGFW { width:18.4375rem;height:3.686525rem;top:39.375rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcQPmqXm5XyfTT32R5CvSKtXKmN5eKN9 { display:block; }
 }@media only screen and (max-width: 763px) { #mtDAl4eiMLWEtPthNh4GdWdmRP6VkOpI { width:15.9375rem;height:7.8125rem;top:2.1220703125rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhWSTuvoHGbOgbCs8CGoWZIThJbaAPyn { display:block; }#LhWSTuvoHGbOgbCs8CGoWZIThJbaAPyn > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDrhJGTdbRQQDEuqSPcL40XVsqF8qTQL { width:13.3105625rem;height:3.4121125rem;top:11.25rem;left:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1ASIc5LyL7ZNLFlLTnJzlMvkxIVAszk { width:13.125rem;height:3.4121125rem;top:25.5625rem;left:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE5Ep5EDzeeJz1zMld5i9XvES7SSllVb { width:12.5rem;height:3.4121125rem;top:40rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQT0zwdSaR3MlkG0MgO5kvi5ELUpePXt { width:12.5rem;height:3.25rem;top:54.5625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQG6M8CrK69UwVHVSVGbc0iHGrNFKzdc { width:6.125rem;height:6.125rem;top:4.4375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7eOO607zJuaestwMVXewDoRpD5fN1AE { width:6.125rem;height:6.125rem;top:18.9375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeFKpTG6n3aaxy6rPIcRRsN9LKC50AQx { width:6.0625rem;height:6.0625rem;top:33.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRMgIkhd87b7x0zqZVKwtJUOa2VM6e2U { width:6rem;height:6rem;top:47.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWueTcw9WdBFm1sx1H46vXWQUsQ8Bdml { width:13.125rem;height:13.1875rem;top:2.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVrwKsgye2ZGca5NOmaKBP2QaqbaTQJy { width:13.125rem;height:13.1875rem;top:17.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHAtD6n6FZsuvEVFqCCISLLbe2zwspIh { width:13.125rem;height:13.1875rem;top:31.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v62m9MUkJXPP5H5fGxFNhZlWKp2R95g9 { width:13.125rem;height:13.1875rem;top:46.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kukx8aH7lIJnTa8VEk1AkLd4Se29QNgV { display:block; }#kukx8aH7lIJnTa8VEk1AkLd4Se29QNgV > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xu6sfDk79GPgCt2wnh2RMsRa6Td2KlDT { width:20rem;height:6.75rem;top:1.9970703125rem;left:0rem;font-size:1.875rem;line-height:1.2;color:#312782;display:block; }
 }@media only screen and (max-width: 763px) { #Ngpy6AlJ9Efqd777xdl2GVGtpTws3JLf { width:20rem;height:6rem;top:9.3095703125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTWaz379QTry65T4XnADRRp9gLqvbRUo { display:block; }#TTWaz379QTry65T4XnADRRp9gLqvbRUo > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ig8n6pV81WekzohpC8ZZ3JMwhdwRnCsf { width:14.0625rem;height:8.097625rem;top:43.8125rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMNRb7sDtuCKb2pTXWpDldqMXTXBv7O7 { width:17.5625rem;height:20.25rem;top:33.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyGzTwM8cWWqGugT0p2ZVMNQmBaRk8CH { width:10.811625rem;height:1.7871125rem;top:41.25rem;left:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI7GEtnuyCeQ9BDgfTLWfkR88ZxBEQQw { width:17.5625rem;height:11.6875rem;top:28.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a51eI2hnZUx2qRyUETDn7PITLMuHvSZE { width:17.5625rem;height:20.1875rem;top:6.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLfaPB6F5zfGBopFnGXpTFn4BhwKfsAf { width:17.5625rem;height:11.6875rem;top:1.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh5cxh8OzdM8xqW0vX92m4hZFKwOvlH0 { width:10.811625rem;height:1.7871125rem;top:14.625rem;left:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfT5OWSVfOD4C1kUL1WNg6gTSphawIId { width:14.0625rem;height:6.7480625rem;top:17.1875rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONTlcDp9HfAZ7AHCMnSZyaGdVV5T3uDp { display:block; }#ONTlcDp9HfAZ7AHCMnSZyaGdVV5T3uDp > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhuETUWmQnSuyhwsNd1mAV0dcZK7Q1s6 { width:14.0625rem;height:8.097625rem;top:44rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVa58b9CKWXADVT3JoS36TC7ltGFla4v { width:17.5625rem;height:20.25rem;top:33.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdeRSuokTV2byh5NbtOHEdeI0vsusIcJ { width:10.811625rem;height:1.7871125rem;top:41.4375rem;left:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7JQ8VpG2af7JHIT2RuxZtAAfFnvZqAW { width:17.5625rem;height:11.6875rem;top:28.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHZu877oPV7dDoFPT7uhhF8LcxTmWgXK { width:17.5625rem;height:20.1875rem;top:6.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP1BA6sXp1Ty4yZhfTv3PGnaynxM6ex2 { width:17.5625rem;height:11.6875rem;top:1.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaHdQgTSLsM33wIJcTWAISDOAG9ovKr2 { width:10.811625rem;height:1.7871125rem;top:14.4375rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMi3EowemfKDBbcEEXl7LcrlQmIWtv1T { width:14.0625rem;height:8.097625rem;top:17rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIUDHhahgG1t5XLlmNA8q3vsIXpirOxB { display:block; }#qIUDHhahgG1t5XLlmNA8q3vsIXpirOxB > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZbaqWGLLDfyGerFwTZPyqz2Bb2ffu8Q { width:19.249125rem;height:3.75rem;top:1.7489166259766rem;left:0.37434893846512rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3ytEGLL6A8xwZalWbRb3FbaONVqfK8c { display:block; }
 }@media only screen and (max-width: 763px) { #KiIFdUsMo3ZyzTQFJS0BPHpdalNWTS8w { width:16.9998125rem;height:1.055775rem;top:6rem;left:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVsatr8vZbq23FeJGDFecBLaxJXHCEFM { display:flex;width:0.81163125rem;height:0.81163125rem;top:6.125rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #T0qB7hp5OTvx0iZBSLK6KThIFGez9iFt { display:block; }#T0qB7hp5OTvx0iZBSLK6KThIFGez9iFt > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmrNXyz9FCRB70XJgLOkNzBaBx5xphUM { width:20rem;height:4.6875rem;top:1.9986991882324rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GlsL1p3Bzw3FyddTuaXkTh4xdxO2ENFZ { top:7.25rem;left:0.6875rem;width:18.5623125rem;height:7.5rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x5z6a74JcWJPuB58I55euOZ2I0k8vvHh { width:20rem;height:4.5rem;top:2.0625rem;left:0rem;font-size:1.875rem;line-height:1.2;color:#312782;display:block; }
 }@media only screen and (max-width: 763px) { #pNhH0vZnW9hcbpLTDW3KKEkpf13uXtlf { display:block; }#pNhH0vZnW9hcbpLTDW3KKEkpf13uXtlf > .row .container { width:20rem;height:5.185546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQCvQiE4nn2hPw8ssd3qEdpVkLNcBw1y { width:20rem;height:2.25rem;top:2.9361979961395rem;left:0rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fFiST0Ggqp5TNs08suJb7cciZLwPQnCI { display:block; }#fFiST0Ggqp5TNs08suJb7cciZLwPQnCI > .row .container { width:20rem;height:77rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybGnX8D8bhNN5JvxwSpA28ykRL6RPkWs { width:12.999125rem;height:16.8120625rem;top:1.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #weMrd46cl5vNSdPN3ZivsUR27KHwxBfs { display:flex;width:2.93728125rem;height:2.93728125rem;top:3.375rem;left:5.4375rem; }
 }@media only screen and (max-width: 763px) { #QxbfG8MQbS8KXN57CIvsMHGOblQDPeQK { width:9.5625rem;height:3.298825rem;top:7.1875rem;left:5.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTugJRtoctbzDsya7JrpNgnf8wlTHGv9 { width:9.4375rem;height:5.69921875rem;top:11.375rem;left:5.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMPWgw6RLAL9hsabywX0XZyHZPECTFt0 { width:13rem;height:16.75rem;top:20.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p27qQy8ZO2lXe2XTECAMHVieJg3uEuwx { width:10.625rem;height:3.298825rem;top:26rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS8sNvF18GuDsKszTQ17xEZPAtfG6yJT { display:flex;width:2.9375rem;height:2.9375rem;top:22.1875rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #WeS03HuR6N8IDrw5sESnosQbenJi3MK4 { width:9.4998125rem;height:5.69921875rem;top:30rem;left:5.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo7UKGwXzGZyT2Bk4OoB4Vctx4OIr7Wm { width:13rem;height:16.75rem;top:38.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbdbnTrG2NLpRdTwqcedeW0b7uMSbTdX { width:10.625rem;height:3.298825rem;top:44.4375rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgQ7eTbFWGuRxfi8uEBxoSwp4LFWBIof { display:flex;width:2.9375rem;height:2.9375rem;top:40.625rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #GJOBfMz7TGx5PDUVHn33RCI0qTgc6ltv { width:9.4998125rem;height:5.69921875rem;top:48.4375rem;left:5.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f91Bpt2HQ2yyAPZCMlyvO76NUuEKkes1 { width:13rem;height:18.0625rem;top:57.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSq2whLhvHOAdfvCkkqe3i45prw3t0Xo { width:8.875rem;height:3.298825rem;top:62.9375rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxWT3GZrHDcztUJfsbGDakCxXf7Kw4qp { display:flex;width:3.3125rem;height:3.3125rem;top:58.9375rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #RNg0o6m9EAdDhnwExWBWx15lszOXn2Wf { width:9.4998125rem;height:7.124rem;top:66.9375rem;left:5.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTCqtlzclgBQ5OP6ODMRA4ea0IUlswMT { display:block; }#pTCqtlzclgBQ5OP6ODMRA4ea0IUlswMT > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiTMFCQONTpFKVPM067TK9OZPXX5B9EN { width:18.5623125rem;height:3.75rem;top:1.4368495941162rem;left:0.71831601858137rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuLOFHQCTlhMchN5xhxZ84uOWrhV7b9n { display:block; }
 }@media only screen and (max-width: 763px) { #rJDs8TGiHx3sPI3w6TzHtF6rhkixrq9u { width:16.9998125rem;height:1.055775rem;top:5.8743591308594rem;left:1.9997830986977rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ39E6bPUp32UnmDpXrUel9KqpGnDEV5 { display:flex;width:0.81163125rem;height:0.81163125rem;top:5.9372863769531rem;left:0.99934905767444rem; }
 }@media only screen and (max-width: 763px) { #x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM { background-color:rgba(241,239,248,0.85);background-image:none;display:block; }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM > .row .container { background-color: transparent; background-image: none; }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM > .row .container > .video-iframe-container { display: none; }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM > .row > .video-iframe-container { display: none; }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM > .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); }#x7vCp4nHqx97l8cAPTZFkZ0SpHmEiKWM > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRF1macKufIQQvMLRd6T1L088ieGprX1 { width:19.4998125rem;height:3.75rem;top:3.0620765686035rem;left:0.24956601858139rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LuAJEte5bLa6WS8B6RbIET6hZwP8DUNM { width:17.6248125rem;height:34.1953rem;top:7.9958775043488rem;left:1.1870660185814rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#4f4f4f;display:block; }
 }@media only screen and (max-width: 763px) { #ttWwc0TES4G7SyS1LrRuvxIV2aPDlKC9 { width:18.499375rem;height:28.186875rem;top:46.114583969116rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1gZ0L4euhGOybrtn8pLtgxa8G2ifAfr { width:14.1873125rem;height:1.5rem;top:44.933378219604rem;left:2.9058161377907rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kMd9TopXLvIwgcJh4Midr5mhXs7F50gt { display:block; }#kMd9TopXLvIwgcJh4Midr5mhXs7F50gt > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rnpnrpd6Vz9TaLroeEQMXQDGALFCUbkH { width:20rem;height:2.2527060769831rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tm4ZygRDF1lJ2pWF0h41z752DFOH5ImV { top:7.4978313446044rem;left:0.59353297948838rem;width:18.811875rem;height:8.186875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L13pxKNZINv4omwkiDp7RDQVxzEvBCr4 { width:20rem;height:4.125rem;top:2.8734807968139rem;left:0rem;font-size:1.875rem;line-height:1.1;color:#312782;display:block; }
 }@media only screen and (max-width: 763px) { #gUy5hKPI1hVNKFItpMQVyVqmMylU0V5f { display:block; }#gUy5hKPI1hVNKFItpMQVyVqmMylU0V5f > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4mp3vPthlP0SVki3T1A48le7zbXOTiD { width:10.061875rem;height:1.3496125rem;top:26.875rem;left:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgLtX5y7Be5IgvpP5836g4TE1JvdTWAg { width:17.0625rem;height:3.75rem;top:37.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBXu5Pp6b4hZVw4aXUdNiATJbPVkHTtW { display:block; }
 }@media only screen and (max-width: 763px) { #vCbIrXaniNbMuTtkgHJLFnF0kgML3NRm { width:17.061625rem;height:4.0625rem;top:28.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nziqRTQmz61dE9oH3cwesFkPCoNrMkyZ { display:block; }
 }@media only screen and (max-width: 763px) { #h51cFFfMpqhi0Zy2zdGkgMXqrSLW6DZL { display:flex;width:1.68728125rem;height:1.68728125rem;top:26.6875rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #y2V88VAoD5JTH21c8CtGfyzOW81ittMc { width:9.1875rem;height:1.3496125rem;top:35.125rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KseJB11poTWutnxWIgvS2KEWH8fG2y1i { display:flex;width:1.4375rem;height:1.4375rem;top:35.0625rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #qgm0k0daV88TTwNSbNCcClMiqcMOLiod { width:16.3125rem;height:8rem;top:2.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3FfLfaAqD3C98yaec4Ep18Z5UgChVQm { width:19.3120625rem;height:2.69921875rem;top:11.0625rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#4f4f4f;display:block; }
 }@media only screen and (max-width: 763px) { #cUbIKJqk1AOOFtUEkU9QwMpEbpUSeDEt { width:20rem;height:1.19921875rem;top:23.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#312782;display:block; }
 }@media only screen and (max-width: 763px) { #SbMra14kTheXmTbWulwMKGMPo4rpVl0I { display:flex;width:1.6875rem;height:1.6875rem;top:21.4375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #HOxFw0pLCXZXk7PEdoh9rF7b6le42Jla { width:20rem;height:4.048825rem;top:15rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#4f4f4f;display:block; }
 }