.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#20223c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#Zu6C9FH5J8PLp3Z2dEsVND7L1nVLHEtF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#26335c;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Zu6C9FH5J8PLp3Z2dEsVND7L1nVLHEtF > .row .container { background-color: transparent; background-image: none; }#Zu6C9FH5J8PLp3Z2dEsVND7L1nVLHEtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zu6C9FH5J8PLp3Z2dEsVND7L1nVLHEtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zu6C9FH5J8PLp3Z2dEsVND7L1nVLHEtF > .row .container > .video-iframe-container { display: none; }#Zu6C9FH5J8PLp3Z2dEsVND7L1nVLHEtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zu6C9FH5J8PLp3Z2dEsVND7L1nVLHEtF > .row > .video-iframe-container { display: none; }#Zu6C9FH5J8PLp3Z2dEsVND7L1nVLHEtF > .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); }#Zu6C9FH5J8PLp3Z2dEsVND7L1nVLHEtF > .row .container { border-width: 0; border-radius: 0; }#Zu6C9FH5J8PLp3Z2dEsVND7L1nVLHEtF > .row > .video-iframe-container {  }#Zu6C9FH5J8PLp3Z2dEsVND7L1nVLHEtF > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#NWQCNPqtIGqIq8oPhm7XbQT3llm2AcDh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:12.75rem;top:1.625rem;left:1.75rem;overflow:hidden;display:block; }
#qNXQe9Gz67lTS93aUkNXOTC5I86dQO8a { background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.125rem;left:42.226564407349rem;display:block; }
#ATcEE2eHutWo5gAVQMTyDvbmr0n0U8ow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NgTYTFKr/bannerfull.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:block; }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 { position:relative;display:block; }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 { background-color: transparent; background-image: none; }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 > .row .container > .video-iframe-container { display: none; }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 > .row > .video-iframe-container { display: none; }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 > .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); }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 { border-width: 0; border-radius: 0; }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 > .row .container > .video-iframe-container {  }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#20223c;background-image:none;font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#cGHLlL3GS6iQwf90QAp6g8gyxvp67HZ5 { color:#192632;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:11.946617126465rem;left:41.750001907349rem;height:3.9619125rem;font-style:normal;display:block; }
#idI7MxHfUp7V29KgBUTXQRTqyJwCmrD1 { color:#192632;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:16.727865219116rem;left:41.875001907349rem;height:6.173825rem;font-style:normal;display:block; }
#H8uzq6DSL71fLU4hnhJmJ43zrd1XtiBk { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.4375rem;width:20rem;top:25.1875rem;left:20.000001907349rem;overflow:hidden;display:block; }
#w88Rf5ynO4fZVPCvbrzWTJCWPZD6X9c0 { color:#192632;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:13.125rem;left:1.5625rem;height:3.9609375rem;font-style:normal;display:none; }
#aXrGqLlkbmcoN0J3BiwVANJDqJAllHWQ { color:#192632;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:17.625rem;left:1.375rem;height:6.171875rem;font-style:normal;display:none; }
#yXxn93plrbtWbFTrOV4rbBASs4LooshT { color:#121b37;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:12.5rem;left:21.9375rem;height:3.9609375rem;font-style:normal;display:none; }
#BdL7JiTvCZ85sJkBGTb7TcR94MVZ57br { color:#192632;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:16.5625rem;left:21.9375rem;height:6.171875rem;font-style:normal;display:none; }
#eQ514IxQv6VZgRKpGEHKIwFACRLQTMdO { color:#192632;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:14.010417938233rem;left:41.750001907349rem;height:1.94921875rem;font-style:normal;display:none; }
#C0eAKcAtvnyb62IJVemDrdXmX4x0vOmg { color:#192632;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:16.727867126465rem;left:41.875001907349rem;height:6.5rem;font-style:normal;display:none; }
#qqCVrGt7mmSCfbN5TGR4Ht8rQL46GuX0 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.4375rem;width:20rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#FGRgxC6zcdGmsN4oZv6MwTLxGfqmkKW5 { color:#121b37;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:10.875rem;left:1.9375rem;height:3.9609375rem;font-style:normal;display:none; }
#uNZuycKNwpxIzzFnhHBXbHCy1z4TAWyL { color:#192632;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:14.9375rem;left:1.9375rem;height:9.25784375rem;font-style:normal;display:none; }
#WAemcassbTlDLTs8kaE38JHSnd6mD9BK { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.4375rem;width:20rem;top:0.0625rem;left:20.000001907349rem;overflow:hidden;display:none; }
#WlcW56m3woeAkr1WyIqckb5ZGFEBlH6X { color:#b29637;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:10.76953125rem;left:21.750001907349rem;height:3.9609375rem;font-style:normal;display:none; }
#miRhAGX3cthGCT2R7K1FkBMgEwCsXllR { color:#ffc600;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:14.9375rem;left:21.906251907349rem;height:9.25784375rem;font-style:normal;display:none; }
#D1qNFRCKWPJceZobMf0Cd1BPdXa2uZyM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:11.945312857628rem;left:21.875001907349rem;height:3.9619125rem;font-style:normal;display:block; }
#J80GP8nV5CQ885c5yBsOPB3yWZfxi7kd { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:16.726563811302rem;left:21.875001907349rem;height:6.236325rem;font-style:normal;display:block; }
#P9Qp5kKyiS5hdvWk5TXz3briGnKIx97L { color:#ef8e26;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:6.7486991882325rem;left:1.5rem;height:7.7988375rem;font-style:normal;display:block; }
#MTfR0fAMiJzNdPuwqyKBPlULoD651EOI { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.4375rem;width:20rem;top:0rem;left:20.000001907349rem;overflow:hidden;display:block; }
#BNFZ6g6Dp6AX9W77AuevHXRbAu1nmb3l { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.4375rem;width:20rem;top:0rem;left:40.000001907349rem;overflow:hidden;display:block; }
#aTTPglz37VILkdSE2EywAUGDRpMM8TQp { color:#192632;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:16.727865219116rem;left:41.875001907349rem;height:6.171875rem;font-style:normal;display:none; }
#SVbM734eDUEF4Z8t42EeBADCg6lIL0JG { color:#192632;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:11.946617126465rem;left:41.750001907349rem;height:3.9609375rem;font-style:normal;display:none; }
#m7ORIJLNA3c5SgUy1ge4M4rITh1ZyZ5F { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.6875rem;top:16.727865219116rem;left:6.6770839691163rem;overflow:hidden;display:block; }
#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW > .row .container { background-color: transparent; background-image: none; }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW > .row .container > .video-iframe-container { display: none; }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW > .row > .video-iframe-container { display: none; }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW > .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); }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW > .row .container { border-width: 0; border-radius: 0; }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW > .row > .video-iframe-container {  }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#g98tiw4IMokxdygHtyI9VVLoNVPkqe14 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:0.25rem;top:2.8541660308838rem;left:9.0416660308837rem;overflow:hidden;display:block; }
#rDPQ4iebp6XRmOnU8KU6vfuinfaDPyTT { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:13.125rem;left:1.5625rem;height:3.9619125rem;font-style:normal;display:block; }
#fK8AwXQ4vB8Q7rt0L7HRymc9JmT3XGeU { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:17.625rem;left:1.375rem;height:6.236325rem;font-style:normal;display:block; }
#RHD7pI9diV3ICcxl5NxhzL6s5nSofwiw { color:#121b37;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:12.5rem;left:21.9375rem;height:3.9619125rem;font-style:normal;display:block; }
#zFiNfPmbTTeskkpG2BZHEAU7dSUguZ0a { color:#192632;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:16.5625rem;left:21.9375rem;height:6.236325rem;font-style:normal;display:block; }
#bdkpMbI4myzPLlFygWvLLtPEr1Ol4TCn { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.4375rem;width:20rem;top:1.9073486328125E-6rem;left:40.000001907349rem;overflow:hidden;display:block; }
#uxyICtnFu9qSKLLX11dc7c42tA7dl9Si { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:13.6875rem;left:41.75rem;height:1.94970625rem;font-style:normal;display:block; }
#OW1QDTKKFUyOAydlnswFhBdynuXGa2IR { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:17.1875rem;left:41.125rem;height:4.875rem;font-style:normal;display:block; }
#wn2ShUtXmNPUGq8wm7GsIUHvsXMSD3wh { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.4375rem;width:20rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dg082MVzPvMaDRP1KuEuJOE4xMTvXrTt { color:#192632;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:13.125rem;left:1.5625rem;height:3.9609375rem;font-style:normal;display:none; }
#iczph9XnNVO84xxQK4rtM4Nb8hAX6k7p { color:#192632;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:17.625rem;left:1.375rem;height:6.171875rem;font-style:normal;display:none; }
#RFXftqNz0r7o6eGTN8ElHNk7VInnIrPO { color:#192632;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:14.010417938233rem;left:41.750001907349rem;height:1.94921875rem;font-style:normal;display:none; }
#ZQbbGwPQvFtugfgB3dWV7AFI1kXGTT3R { color:#192632;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:16.727867126465rem;left:41.875001907349rem;height:6.5rem;font-style:normal;display:none; }
#AB4XtR60N57fbQuXSgom9muwnz23VfEt { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.4375rem;width:20rem;top:0rem;left:40.000001907349rem;overflow:hidden;display:none; }
#JmXuuVQ1XXPTWNE73c5irI28QmPlemzv { color:#192632;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:11.946617126465rem;left:41.750001907349rem;height:3.9609375rem;font-style:normal;display:none; }
#pT9AGAQOT4JD4R8mNiCrgHNW2RDnNIWR { color:#192632;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:16.727865219116rem;left:41.875001907349rem;height:6.171875rem;font-style:normal;display:none; }
#aOu0TZPLKatU5wJ9QeeTTec0QUeD5Xmx { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.4375rem;width:20rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#rUSB9L1kdV25Weni9wwSQabOTpTkqJoP { color:#192632;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:17.625rem;left:1.375rem;height:6.171875rem;font-style:normal;display:none; }
#H5wgm60BCvPTliGIMAB3zSRxX01qwT3F { color:#192632;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:13.125rem;left:1.5625rem;height:3.9609375rem;font-style:normal;display:none; }
#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS { position:relative;display:block; }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS { background-color: transparent; background-image: none; }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS > .row .container > .video-iframe-container { display: none; }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS > .row > .video-iframe-container { display: none; }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS > .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); }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS { border-width: 0; border-radius: 0; }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS > .row .container > .video-iframe-container {  }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#20223c;background-image:none;font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;position:relative;display:block; }#GIn1w4RIsi5VFNbEvy7eS0TCvAaqWbzZ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.4375rem;width:20rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#guLryGSo8ohNAi3KlwZWa3rBTSC2hDB1 { color:#121b37;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:11rem;left:1.9375rem;height:3.9619125rem;font-style:normal;display:block; }
#DgvN6vV4k4eNJhWl4XSdzHnlV8D3teQX { color:#192632;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:15.0625rem;left:1.9375rem;height:6.236325rem;font-style:normal;display:block; }
#N48VC1L7bCm1J4wLKxvTIQbRucbesSdT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:12.8125rem;left:21.875rem;height:3.9619125rem;font-style:normal;display:block; }
#Frp5PatsgIAaIeuIrcp9PqyBpdBaRJeP { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:17rem;left:21.875rem;height:4.63036875rem;font-style:normal;display:block; }
#E5RD6GZUvkhwTRbKDob73GnZt2Ph36Xf { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.4375rem;width:20rem;top:0.0625rem;left:20rem;overflow:hidden;display:block; }
#S7CSnVcdbdZozKoCZcovwLpT2axMP4wP { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.5625rem;top:10.656246185302rem;left:47.656251907349rem;overflow:hidden;display:block; }
#VAgKUJHdLON7Zgolb1mZayXOE4ZJAkB7 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4rem;left:40.1875rem;overflow:hidden;display:none; }
#JR663imtXkoiTZoJWqAt8Ibu9Hft0M9b { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4rem;left:2.625rem;overflow:hidden;display:none; }
#WlLWHx1s5I3h1XU0IvtxbtVUigkCusJd { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4rem;left:14.3125rem;overflow:hidden;display:none; }
#tqMwhhnNDTNa2h94nN1OcqrLyZpnXJ8i { color:#192632;display:block;width:4.25rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:10rem;left:3rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Dl8LX52c82MpV32uaJetRhiyT4k8CQ9r { color:#192632;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0.625rem;height:3.9609375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OtAD0szTCTpkx3ndLZHI384T0qLSXEt1 { color:#192632;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0.625rem;height:3.9609375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aTNyIL52DhsfJDQogT2sZKHLcE5fTyy5 { color:#192632;display:block;width:4.25rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:10rem;left:3rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dqb4UvLp1OE8akMPJ3olOnpfdZ5Rb9Ji { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4rem;left:27rem;overflow:hidden;display:none; }
#watWo25wxFoGAiyxNGby63GLNiWXzkf7 { color:#192632;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0.625rem;height:3.9609375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QKRNtXwmFCeaJmJThmffn1V39LKIDrQy { color:#192632;display:block;width:4.25rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:10rem;left:3rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#p6BGGtTWtIyqkga0ywPUuaUylbx6FZDS { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.4375rem;width:20rem;top:0.0625rem;left:20rem;overflow:hidden;display:none; }
#JdARXRiOLLmArCzkAwX5epTbK0mKd35X { color:#121b37;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:12.8125rem;left:21.875rem;height:3.9609375rem;font-style:normal;display:none; }
#Kv4RtgMqVnLu1zeLf2ck5HHez6xWMIrM { color:#192632;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:17rem;left:21.875rem;height:4.69140625rem;font-style:normal;display:none; }
#fNlFSXWAnSriuDQzZcXMceoFTwStxp8J { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.4375rem;width:20rem;top:0rem;left:40rem;overflow:hidden;display:none; }
#VxhB1Jd3VxPEygvwnekwGt8SC3XSO47G { color:#192632;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:14.010417938233rem;left:41.750001907349rem;height:1.94921875rem;font-style:normal;display:none; }
#hGlG5FvzqeTZmnKAirXNHUzzDTgN11Gn { color:#192632;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:16.727867126465rem;left:41.875001907349rem;height:6.5rem;font-style:normal;display:none; }
#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN { position:relative;display:block; }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN { background-color: transparent; background-image: none; }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN > .row .container > .video-iframe-container { display: none; }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN > .row > .video-iframe-container { display: none; }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN > .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); }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN { border-width: 0; border-radius: 0; }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN > .row .container > .video-iframe-container {  }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#20223c;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#fb4mDyhPHm8g8uGhHyuCgnlEMTEPNXw0 { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:12.437501907349rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cwk4Po3ekyiIh70CD4Cp6RIuuFTyr9z8 { background-color:#ef8e26;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-sizing:border-box;color:#192632;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:10.790365219116rem;left:16.875001907349rem;display:block; }
#x4UkvRoLTcXlOZ78yKCgKqW4LwQPbHPi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XMcw6mphP35OrbUQ51eOueJU45TdRkxl { background-color:#ef8e26;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-sizing:border-box;color:#192632;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:10.790365219116rem;left:16.875001907349rem;display:none; }
#TEOpeodq01XbSOEnPpX9kTPUQ80fCgMt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NbHkleaGBhy5IO9lLufWfyQOUPaTG9XH { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:12.437501907349rem;height:5.1979125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Jafqf7EwbSvQPRzlNtJgVqFUnaoWlZAg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Jafqf7EwbSvQPRzlNtJgVqFUnaoWlZAg > .row .container { background-color: transparent; background-image: none; }#Jafqf7EwbSvQPRzlNtJgVqFUnaoWlZAg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jafqf7EwbSvQPRzlNtJgVqFUnaoWlZAg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jafqf7EwbSvQPRzlNtJgVqFUnaoWlZAg > .row .container > .video-iframe-container { display: none; }#Jafqf7EwbSvQPRzlNtJgVqFUnaoWlZAg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jafqf7EwbSvQPRzlNtJgVqFUnaoWlZAg > .row > .video-iframe-container { display: none; }#Jafqf7EwbSvQPRzlNtJgVqFUnaoWlZAg > .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); }#Jafqf7EwbSvQPRzlNtJgVqFUnaoWlZAg > .row .container { border-width: 0; border-radius: 0; }#Jafqf7EwbSvQPRzlNtJgVqFUnaoWlZAg > .row > .video-iframe-container {  }#Jafqf7EwbSvQPRzlNtJgVqFUnaoWlZAg > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:60rem;position:relative;display:block; }#c0aTMUcZb8o8pa0MaC24euOD2toaLuPf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4rem;left:2.625rem;overflow:hidden;display:block; }
#RJPOWlcC77etfkh85vUNMetaN15nMyGX { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4rem;left:14.3125rem;overflow:hidden;display:block; }
#fyATwGSQUkB8WkgIKSckzTtWfBWFPxzx { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4rem;left:27rem;overflow:hidden;display:block; }
#bR2laLREsB82t2aDcu9cw8e3qKW1p2xf { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4rem;left:40.1875rem;overflow:hidden;display:block; }
#GkTVTF1JPxKmVKhRrOsIRLM4mGXBdFd7 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4rem;left:51.187501907349rem;overflow:hidden;display:block; }
#ad4GivysPEMw5bTB7Lkgf6RrflndWwCg { color:#192632;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0.625rem;height:3.9619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N2E2gi6DNUfdWsxopHTuadHXb9L1qKDo { color:#192632;display:block;width:4.25rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:10rem;left:3rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fJ4dxFSpvTNgnbTzgwTUmAnPaV3HGbd7 { color:#192632;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:10rem;left:11.8125rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QuaQFAOTKTSoNO0VnsLyKI8TXLwhn6IT { color:#192632;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:10rem;left:23rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oon9gsi0GS9TQRVxuuf1lEyEiwp8DXOl { color:#192632;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:13rem;left:11.5625rem;height:3.9619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F9C4xTi0duItku7pUgM01QX6JHeQfdnN { color:#192632;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:12.8125rem;left:24.5rem;height:3.9619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XEoXKoQESNJXF8QtrRr2VV7a3Zr7LbRR { color:#192632;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:12.59375rem;left:36.937501907349rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8pCvEGs8ZmOW8xwRwyxKCoUQJg1FWOV { color:#192632;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:9.75rem;left:36.9375rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FHb73OU06QWizobet4Vlp0HFNR5TrSA6 { color:#192632;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:9.75rem;left:48.437501907349rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AaDpsX2NLTswLbLZGWP5vwAL34sL1xAQ { color:#192632;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:12.5625rem;left:48.437501907349rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2dTBtK824Wyux9NzMDPFgpCsaFtrEAv { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4rem;left:2.625rem;overflow:hidden;display:none; }
#gvrRnTDfhnEs3e4brWq1Rw20gUMttIZ7 { color:#192632;display:block;width:4.25rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:10rem;left:3rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TSvDHDDrLzkwgfvL4oU3xSXowL1Q1ARE { color:#192632;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0.625rem;height:3.9609375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iEoI2GNi1GbuTlZ1BpLGlughsh2Z6kTp { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4rem;left:14.3125rem;overflow:hidden;display:none; }
#UN8T0vTmT3cL8k7X8bTkRBqFXPsg1IWC { color:#192632;display:block;width:4.25rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:10rem;left:3rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dCo1ecNg7IAzIAdVxZpW5gSi7u2tw5T8 { color:#192632;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0.625rem;height:3.9609375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uTCfNVtO80GzGaCroUJi8PZVT9yeO148 { color:#192632;display:block;width:4.25rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:10rem;left:3rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s6CNM59ckXeu9SakkhxUVMwoPWfqIPEt { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4rem;left:27rem;overflow:hidden;display:none; }
#Rdl25ZW59nIMagzqTAaJzcKIs2C8n37C { color:#192632;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0.625rem;height:3.9609375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CdcXXJl6uRin6pmLps4a8gt65fd6fXZ7 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4rem;left:40.1875rem;overflow:hidden;display:none; }
#sJP2qGHTt2fIuQ7eNGEHPLw0ZdRKw1xm { color:#192632;display:block;width:4.25rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:10rem;left:3rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JiexUEdognws23ELlAJ74PaTHRFpRJcz { color:#192632;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0.625rem;height:3.9609375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kSPsGgFb5vzMXDeyFXTwJWzAIkRin3sD { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4rem;left:51.187501907349rem;overflow:hidden;display:none; }
#UmJRehtmgxVqLT6bCouNaiK9wCSBtyZa { color:#192632;display:block;width:4.25rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:10rem;left:3rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uI1VhIhBlWdKSsIgGf7lQJJGszeUyvJd { color:#192632;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0.625rem;height:3.9609375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 > .row .container { background-color: transparent; background-image: none; }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 > .row .container > .video-iframe-container { display: none; }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 > .row > .video-iframe-container { display: none; }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 > .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); }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 > .row .container { border-width: 0; border-radius: 0; }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 > .row > .video-iframe-container {  }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:60rem;position:relative;display:block; }#oXzACQ1diKVcpkowok2giFzGgLK0a8yn { color:#192632;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:2.5078125rem;left:19.125001907349rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xHHSp33TRGRoNtuwTCfvC7vXOFHw6z3F { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.3125rem;width:29.25rem;top:6.97917175293rem;left:0rem;display:block; }
#wnyApPZXp7x8bNLMeilHMD0WoCHfxXcr { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.3125rem;width:29.25rem;top:6.9791665077213rem;left:30.750001907349rem;display:block; }
#WKqxb7TqzTamzTyfVK4cWxM006oJa0x8 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.3125rem;width:29.25rem;top:32.125rem;left:0rem;display:block; }
#HdklzUeDcOTzor9u45CDLdJrWoe1cZlV { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.3125rem;width:29.25rem;top:32.125rem;left:30.750001907349rem;display:block; }
#GV5fpkKkiwrIn4LfiU6LpvySnMyciP3B { color:#ee7323;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:23.9375rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#aIr3yigtWAq9QZpI8mAEvid1MrPy6l21 { color:#121b37;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:26.375rem;left:0rem;height:1.05615rem;font-style:normal;display:block; }
#gmVzXl4Apu9AHzfpUJNka7GtBAlP2Qr5 { color:#ee7323;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:23.9375rem;left:30.75rem;height:2.4375rem;font-style:normal;display:block; }
#ImycJXvA7wMT1J0IZ37cPOgim7URSWPo { color:#121b37;display:block;width:21.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:26.375rem;left:30.75rem;height:1.05615rem;font-style:normal;display:block; }
#lTIniNwc0xpC82GINqLeRZxGKArNdOXN { color:#ee7323;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:49.9375rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#A1gs28pdxN80TlhWT8dizLVpVBXiNrNG { color:#121b37;display:block;width:21.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:52.375rem;left:0rem;height:1.05615rem;font-style:normal;display:block; }
#PXdar97bbVy66OR21aWmufM9fTtfsiKv { color:#ee7323;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:50.0625rem;left:30.75rem;height:2.4375rem;font-style:normal;display:block; }
#SGbLy9ty1Cgh0sCWm4wbB5TUeVxkGHUt { color:#121b37;display:block;width:21.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:52.5rem;left:30.75rem;height:1.05615rem;font-style:normal;display:block; }
#TFpLhn1c4smUTeUaJRXrCcIG5apOMcww { position:absolute;display:block;z-index:100008;background-color:#f39c12;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;height:0.25rem;width:57.1875rem;top:5.375rem;left:1.3528652191162rem;display:block; }
#CSn5ErwpoZgCPX8Zh9vZWbUR947d1Qy3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121b37;background-image:none;position:relative;display:block; }#CSn5ErwpoZgCPX8Zh9vZWbUR947d1Qy3 > .row .container { background-color: transparent; background-image: none; }#CSn5ErwpoZgCPX8Zh9vZWbUR947d1Qy3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSn5ErwpoZgCPX8Zh9vZWbUR947d1Qy3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSn5ErwpoZgCPX8Zh9vZWbUR947d1Qy3 > .row .container > .video-iframe-container { display: none; }#CSn5ErwpoZgCPX8Zh9vZWbUR947d1Qy3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSn5ErwpoZgCPX8Zh9vZWbUR947d1Qy3 > .row > .video-iframe-container { display: none; }#CSn5ErwpoZgCPX8Zh9vZWbUR947d1Qy3 > .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); }#CSn5ErwpoZgCPX8Zh9vZWbUR947d1Qy3 > .row .container { border-width: 0; border-radius: 0; }#CSn5ErwpoZgCPX8Zh9vZWbUR947d1Qy3 > .row > .video-iframe-container {  }#CSn5ErwpoZgCPX8Zh9vZWbUR947d1Qy3 > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:block; }#hpTTVohgl8kZTirMdB8xSBEdt5KbtCby { background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:3.4375rem;left:41.8125rem;display:block; }
#tgRQmNdOJEdAu5dVX4TAFvqN7ZOSOzku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HGcO0dGV7f269pPfnL3WacmlQeU9MTQH { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:12.75rem;top:3.8125rem;left:2.25rem;overflow:hidden;display:block; }
#xicPCQlVV1IhGcqn2KglR634dIEQ7ElT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3.39453125rem;left:23.750001907349rem;height:3.89941875rem;font-style:normal;display:block; }
#OT8tthXZNuNZazZid4GAnEuVTtDFQG86 { box-sizing:content-box;color:#f39c12;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:2.4375rem;left:18.312501907349rem;display:block; }
#hSl8wmQEyrWC7cNOCP7XVfK01rfKPRH3 { position:relative;display:none; }#hSl8wmQEyrWC7cNOCP7XVfK01rfKPRH3 { border-width: 0; border-radius: 0; }#hSl8wmQEyrWC7cNOCP7XVfK01rfKPRH3 > .row .container > .video-iframe-container {  }#hSl8wmQEyrWC7cNOCP7XVfK01rfKPRH3 > .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:18.75rem;width:60rem;position:relative;display:none; }#aeKPSWd80kXClPtm8MWyz3wv1if4HqZN { background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22) ;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:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:3.4375rem;left:41.8125rem;display:none; }
#qkTWP5esuxh3BTAkBmdcKtKBtQoDQ4WB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Zu6C9FH5J8PLp3Z2dEsVND7L1nVLHEtF { display:block; }#Zu6C9FH5J8PLp3Z2dEsVND7L1nVLHEtF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWQCNPqtIGqIq8oPhm7XbQT3llm2AcDh { width:12.75rem;height:2.25rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNXQe9Gz67lTS93aUkNXOTC5I86dQO8a { width:15.9375rem;height:3rem;top:1.125rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATcEE2eHutWo5gAVQMTyDvbmr0n0U8ow { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 { display:block; }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGHLlL3GS6iQwf90QAp6g8gyxvp67HZ5 { width:16.5rem;height:3.9609375rem;top:11.9375rem;left:31.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #idI7MxHfUp7V29KgBUTXQRTqyJwCmrD1 { width:14.8125rem;height:6.171875rem;top:16.6875rem;left:31.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8uzq6DSL71fLU4hnhJmJ43zrd1XtiBk { width:20rem;height:25.4375rem;top:25.1875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w88Rf5ynO4fZVPCvbrzWTJCWPZD6X9c0 { width:16.5rem;height:3.9375rem;top:13.125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXrGqLlkbmcoN0J3BiwVANJDqJAllHWQ { width:17.5625rem;height:6.125rem;top:17.625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXxn93plrbtWbFTrOV4rbBASs4LooshT { width:12.5rem;height:3.9375rem;top:12.5rem;left:15.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BdL7JiTvCZ85sJkBGTb7TcR94MVZ57br { width:16.1875rem;height:6.125rem;top:16.5625rem;left:15.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQ514IxQv6VZgRKpGEHKIwFACRLQTMdO { width:16.5rem;height:1.9375rem;top:14rem;left:31.125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0eAKcAtvnyb62IJVemDrdXmX4x0vOmg { width:17.8125rem;height:6.5rem;top:16.6875rem;left:29.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqCVrGt7mmSCfbN5TGR4Ht8rQL46GuX0 { width:20rem;height:25.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGRgxC6zcdGmsN4oZv6MwTLxGfqmkKW5 { width:12.5rem;height:3.9375rem;top:10.875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uNZuycKNwpxIzzFnhHBXbHCy1z4TAWyL { width:16.1875rem;height:9.25rem;top:14.9375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAemcassbTlDLTs8kaE38JHSnd6mD9BK { width:20rem;height:25.4375rem;top:0.0625rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WlcW56m3woeAkr1WyIqckb5ZGFEBlH6X { width:12.5rem;height:;top:10.75rem;left:15.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #miRhAGX3cthGCT2R7K1FkBMgEwCsXllR { width:16.1875rem;height:9.25rem;top:14.9375rem;left:15.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1qNFRCKWPJceZobMf0Cd1BPdXa2uZyM { width:12.5rem;height:3.9375rem;top:11.9375rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J80GP8nV5CQ885c5yBsOPB3yWZfxi7kd { width:16.1875rem;height:6.125rem;top:16.6875rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9Qp5kKyiS5hdvWk5TXz3briGnKIx97L { width:17rem;height:7.85936875rem;top:6.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTfR0fAMiJzNdPuwqyKBPlULoD651EOI { width:20rem;height:25.4375rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNFZ6g6Dp6AX9W77AuevHXRbAu1nmb3l { width:20rem;height:25.4375rem;top:0rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTPglz37VILkdSE2EywAUGDRpMM8TQp { width:14.8125rem;height:6.1875rem;top:16.6875rem;left:31.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVbM734eDUEF4Z8t42EeBADCg6lIL0JG { width:16.5rem;height:3.9375rem;top:11.9375rem;left:31.125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7ORIJLNA3c5SgUy1ge4M4rITh1ZyZ5F { width:4.6875rem;height:4.25rem;top:16.6875rem;left:4.6145839691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW { display:block; }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g98tiw4IMokxdygHtyI9VVLoNVPkqe14 { width:0.25rem;height:0.125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDPQ4iebp6XRmOnU8KU6vfuinfaDPyTT { width:16.5rem;height:3.9609375rem;top:13.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK8AwXQ4vB8Q7rt0L7HRymc9JmT3XGeU { width:17.5625rem;height:6.171875rem;top:17.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHD7pI9diV3ICcxl5NxhzL6s5nSofwiw { width:12.5rem;height:3.9609375rem;top:12.5rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFiNfPmbTTeskkpG2BZHEAU7dSUguZ0a { width:16.1875rem;height:6.171875rem;top:16.5625rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdkpMbI4myzPLlFygWvLLtPEr1Ol4TCn { width:20rem;height:25.4375rem;top:0rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxyICtnFu9qSKLLX11dc7c42tA7dl9Si { width:16.5rem;height:1.94921875rem;top:13.6875rem;left:31.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW1QDTKKFUyOAydlnswFhBdynuXGa2IR { width:17.8125rem;height:6.5rem;top:17.1875rem;left:29.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn2ShUtXmNPUGq8wm7GsIUHvsXMSD3wh { width:20rem;height:25.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg082MVzPvMaDRP1KuEuJOE4xMTvXrTt { width:16.5rem;height:3.9375rem;top:13.125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iczph9XnNVO84xxQK4rtM4Nb8hAX6k7p { width:17.5625rem;height:6.125rem;top:17.625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFXftqNz0r7o6eGTN8ElHNk7VInnIrPO { width:16.5rem;height:1.9375rem;top:14rem;left:31.125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQbbGwPQvFtugfgB3dWV7AFI1kXGTT3R { width:17.8125rem;height:6.5rem;top:16.6875rem;left:29.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AB4XtR60N57fbQuXSgom9muwnz23VfEt { width:20rem;height:25.4375rem;top:0rem;left:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmXuuVQ1XXPTWNE73c5irI28QmPlemzv { width:16.5rem;height:3.9375rem;top:11.9375rem;left:31.125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pT9AGAQOT4JD4R8mNiCrgHNW2RDnNIWR { width:14.8125rem;height:6.1875rem;top:16.6875rem;left:31.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOu0TZPLKatU5wJ9QeeTTec0QUeD5Xmx { width:20rem;height:25.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUSB9L1kdV25Weni9wwSQabOTpTkqJoP { width:17.5625rem;height:6.125rem;top:17.625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5wgm60BCvPTliGIMAB3zSRxX01qwT3F { width:16.5rem;height:3.9375rem;top:13.125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS { display:block; }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIn1w4RIsi5VFNbEvy7eS0TCvAaqWbzZ { width:20rem;height:25.4375rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guLryGSo8ohNAi3KlwZWa3rBTSC2hDB1 { width:12.5rem;height:3.9609375rem;top:11rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgvN6vV4k4eNJhWl4XSdzHnlV8D3teQX { width:16.1875rem;height:9.25784375rem;top:15.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N48VC1L7bCm1J4wLKxvTIQbRucbesSdT { width:12.5rem;height:3.9609375rem;top:12.8125rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frp5PatsgIAaIeuIrcp9PqyBpdBaRJeP { width:16.1875rem;height:4.69140625rem;top:17rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5RD6GZUvkhwTRbKDob73GnZt2Ph36Xf { width:20rem;height:25.4375rem;top:0.0625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7CSnVcdbdZozKoCZcovwLpT2axMP4wP { width:4.5625rem;height:4.25rem;top:10.625rem;left:37.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAgKUJHdLON7Zgolb1mZayXOE4ZJAkB7 { width:5rem;height:5rem;top:4rem;left:34.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JR663imtXkoiTZoJWqAt8Ibu9Hft0M9b { width:5rem;height:5rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WlLWHx1s5I3h1XU0IvtxbtVUigkCusJd { width:5rem;height:5rem;top:4rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tqMwhhnNDTNa2h94nN1OcqrLyZpnXJ8i { width:4.25rem;height:2.3125rem;top:10rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dl8LX52c82MpV32uaJetRhiyT4k8CQ9r { width:9.375rem;height:3.9375rem;top:12.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtAD0szTCTpkx3ndLZHI384T0qLSXEt1 { width:9.375rem;height:6.4375rem;top:25.3125rem;left:3.2500002980233rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTNyIL52DhsfJDQogT2sZKHLcE5fTyy5 { width:4.25rem;height:7.0625rem;top:22.75rem;left:5.6250002980232rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqb4UvLp1OE8akMPJ3olOnpfdZ5Rb9Ji { width:5rem;height:5rem;top:4rem;left:20.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #watWo25wxFoGAiyxNGby63GLNiWXzkf7 { width:9.375rem;height:3.9375rem;top:42.8125rem;left:3.2500002980233rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKRNtXwmFCeaJmJThmffn1V39LKIDrQy { width:4.25rem;height:9.375rem;top:38.125rem;left:5.6875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6BGGtTWtIyqkga0ywPUuaUylbx6FZDS { width:20rem;height:25.4375rem;top:0.0625rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdARXRiOLLmArCzkAwX5epTbK0mKd35X { width:12.5rem;height:3.9375rem;top:12.8125rem;left:15.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kv4RtgMqVnLu1zeLf2ck5HHez6xWMIrM { width:16.1875rem;height:4.6875rem;top:17rem;left:15.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNlFSXWAnSriuDQzZcXMceoFTwStxp8J { width:20rem;height:25.4375rem;top:0rem;left:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxhB1Jd3VxPEygvwnekwGt8SC3XSO47G { width:16.5rem;height:1.9375rem;top:14rem;left:31.125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGlG5FvzqeTZmnKAirXNHUzzDTgN11Gn { width:17.8125rem;height:6.5rem;top:16.6875rem;left:29.8125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN { display:block; }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fb4mDyhPHm8g8uGhHyuCgnlEMTEPNXw0 { width:36.75rem;height:5.1979125rem;top:3.0625rem;left:6.3125019073488rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwk4Po3ekyiIh70CD4Cp6RIuuFTyr9z8 { width:26.25rem;height:3.8125rem;top:10.75rem;left:10.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4UkvRoLTcXlOZ78yKCgKqW4LwQPbHPi { display:block; }
 }@media only screen and (max-width: 763px) { #XMcw6mphP35OrbUQ51eOueJU45TdRkxl { width:26.25rem;height:3.8125rem;top:10.75rem;left:10.750001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEOpeodq01XbSOEnPpX9kTPUQ80fCgMt { display:block; }
 }@media only screen and (max-width: 763px) { #NbHkleaGBhy5IO9lLufWfyQOUPaTG9XH { width:36.75rem;height:5.1875rem;top:3.0625rem;left:6.3125019073488rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jafqf7EwbSvQPRzlNtJgVqFUnaoWlZAg { display:block; }#Jafqf7EwbSvQPRzlNtJgVqFUnaoWlZAg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0aTMUcZb8o8pa0MaC24euOD2toaLuPf { width:5rem;height:5rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJPOWlcC77etfkh85vUNMetaN15nMyGX { width:5rem;height:5rem;top:4rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyATwGSQUkB8WkgIKSckzTtWfBWFPxzx { width:5rem;height:5rem;top:4rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR2laLREsB82t2aDcu9cw8e3qKW1p2xf { width:5rem;height:5rem;top:4rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkTVTF1JPxKmVKhRrOsIRLM4mGXBdFd7 { width:5rem;height:5rem;top:4rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad4GivysPEMw5bTB7Lkgf6RrflndWwCg { width:9.375rem;height:3.9609375rem;top:12.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2E2gi6DNUfdWsxopHTuadHXb9L1qKDo { width:4.25rem;height:2.35546875rem;top:10rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ4dxFSpvTNgnbTzgwTUmAnPaV3HGbd7 { width:10rem;height:2.35546875rem;top:10rem;left:5.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuaQFAOTKTSoNO0VnsLyKI8TXLwhn6IT { width:12.875rem;height:2.35546875rem;top:10rem;left:16.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oon9gsi0GS9TQRVxuuf1lEyEiwp8DXOl { width:10.5rem;height:3.9609375rem;top:13rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9C4xTi0duItku7pUgM01QX6JHeQfdnN { width:10.5rem;height:3.9609375rem;top:12.8125rem;left:18.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEoXKoQESNJXF8QtrRr2VV7a3Zr7LbRR { width:10.5rem;height:3.8984375rem;top:12.5625rem;left:30.812501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8pCvEGs8ZmOW8xwRwyxKCoUQJg1FWOV { width:10.5rem;height:2.35546875rem;top:9.75rem;left:30.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHb73OU06QWizobet4Vlp0HFNR5TrSA6 { width:10.5rem;height:2.35546875rem;top:9.75rem;left:37.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaDpsX2NLTswLbLZGWP5vwAL34sL1xAQ { width:10.5rem;height:5.19791875rem;top:12.5625rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2dTBtK824Wyux9NzMDPFgpCsaFtrEAv { width:5rem;height:5rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvrRnTDfhnEs3e4brWq1Rw20gUMttIZ7 { width:4.25rem;height:2.3125rem;top:10rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSvDHDDrLzkwgfvL4oU3xSXowL1Q1ARE { width:9.375rem;height:3.9375rem;top:12.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEoI2GNi1GbuTlZ1BpLGlughsh2Z6kTp { width:5rem;height:5rem;top:4rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UN8T0vTmT3cL8k7X8bTkRBqFXPsg1IWC { width:4.25rem;height:7.0625rem;top:22.75rem;left:5.6250002980232rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCo1ecNg7IAzIAdVxZpW5gSi7u2tw5T8 { width:9.375rem;height:6.4375rem;top:25.3125rem;left:3.2500002980233rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTCfNVtO80GzGaCroUJi8PZVT9yeO148 { width:4.25rem;height:9.375rem;top:38.125rem;left:5.6875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6CNM59ckXeu9SakkhxUVMwoPWfqIPEt { width:5rem;height:5rem;top:4rem;left:20.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rdl25ZW59nIMagzqTAaJzcKIs2C8n37C { width:9.375rem;height:3.9375rem;top:42.8125rem;left:3.2500002980233rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdcXXJl6uRin6pmLps4a8gt65fd6fXZ7 { width:5rem;height:5rem;top:4rem;left:34.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJP2qGHTt2fIuQ7eNGEHPLw0ZdRKw1xm { width:4.25rem;height:7.0625rem;top:54.0625rem;left:5.3333333134651rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiexUEdognws23ELlAJ74PaTHRFpRJcz { width:9.375rem;height:3.9375rem;top:57.3125rem;left:3.2500002980233rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSPsGgFb5vzMXDeyFXTwJWzAIkRin3sD { width:5rem;height:5rem;top:4rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UmJRehtmgxVqLT6bCouNaiK9wCSBtyZa { width:4.25rem;height:2.3125rem;top:70rem;left:6.1875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uI1VhIhBlWdKSsIgGf7lQJJGszeUyvJd { width:9.375rem;height:5.1875rem;top:72.625rem;left:3.2500002980233rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 { display:block; }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXzACQ1diKVcpkowok2giFzGgLK0a8yn { width:21.75rem;height:2.5625rem;top:2.5rem;left:13.000001907349rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHHSp33TRGRoNtuwTCfvC7vXOFHw6z3F { width:29.25rem;height:16.3125rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnyApPZXp7x8bNLMeilHMD0WoCHfxXcr { width:29.25rem;height:16.3125rem;top:6.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKqxb7TqzTamzTyfVK4cWxM006oJa0x8 { width:29.25rem;height:16.3125rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdklzUeDcOTzor9u45CDLdJrWoe1cZlV { width:29.25rem;height:16.3125rem;top:32.125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV5fpkKkiwrIn4LfiU6LpvySnMyciP3B { width:15.5rem;height:2.4375rem;top:23.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIr3yigtWAq9QZpI8mAEvid1MrPy6l21 { width:24.375rem;height:1rem;top:26.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmVzXl4Apu9AHzfpUJNka7GtBAlP2Qr5 { width:12.5rem;height:2.4375rem;top:23.9375rem;left:24.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImycJXvA7wMT1J0IZ37cPOgim7URSWPo { width:21.0625rem;height:1rem;top:26.375rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTIniNwc0xpC82GINqLeRZxGKArNdOXN { width:17rem;height:2.4375rem;top:49.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1gs28pdxN80TlhWT8dizLVpVBXiNrNG { width:21.0625rem;height:1rem;top:52.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXdar97bbVy66OR21aWmufM9fTtfsiKv { width:23.5rem;height:2.4375rem;top:50.0625rem;left:24.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGbLy9ty1Cgh0sCWm4wbB5TUeVxkGHUt { width:21.0625rem;height:1rem;top:52.5rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFpLhn1c4smUTeUaJRXrCcIG5apOMcww { width:47.75rem;height:0.25rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSn5ErwpoZgCPX8Zh9vZWbUR947d1Qy3 { display:block; }#CSn5ErwpoZgCPX8Zh9vZWbUR947d1Qy3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpTTVohgl8kZTirMdB8xSBEdt5KbtCby { width:15.9375rem;height:3rem;top:3.4375rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgRQmNdOJEdAu5dVX4TAFvqN7ZOSOzku { display:block; }
 }@media only screen and (max-width: 763px) { #HGcO0dGV7f269pPfnL3WacmlQeU9MTQH { width:12.75rem;height:2.25rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xicPCQlVV1IhGcqn2KglR634dIEQ7ElT { width:12.5rem;height:3.875rem;top:3.375rem;left:17.625001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT8tthXZNuNZazZid4GAnEuVTtDFQG86 { width:5rem;height:5rem;top:2.4375rem;left:12.187501907349rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSl8wmQEyrWC7cNOCP7XVfK01rfKPRH3 { display:none; }#hSl8wmQEyrWC7cNOCP7XVfK01rfKPRH3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aeKPSWd80kXClPtm8MWyz3wv1if4HqZN { width:15.9375rem;height:3rem;top:3.4375rem;left:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkTWP5esuxh3BTAkBmdcKtKBtQoDQ4WB { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #Zu6C9FH5J8PLp3Z2dEsVND7L1nVLHEtF { position:relative;z-index:auto;display:block; }#Zu6C9FH5J8PLp3Z2dEsVND7L1nVLHEtF > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWQCNPqtIGqIq8oPhm7XbQT3llm2AcDh { width:12.75rem;height:2.25rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNXQe9Gz67lTS93aUkNXOTC5I86dQO8a { width:15.9375rem;height:3rem;top:4.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATcEE2eHutWo5gAVQMTyDvbmr0n0U8ow { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/rnqaBsHy/WhatsApp_Image_2022_02_04_at_15.50.54.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 { background-color:#20223c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 > .row .container { background-color: transparent; background-image: none; }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 > .row .container > .video-iframe-container { display: none; }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 > .row > .video-iframe-container { display: none; }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 > .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); }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 > .row .container { border-width: 0; border-radius: 0; }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 > .row > .video-iframe-container {  }#nHh2o7ahsNVcG47o4tFuKmw6Vw0E48W0 > .row .container { width:20rem;height:87.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGHLlL3GS6iQwf90QAp6g8gyxvp67HZ5 { width:16.5rem;height:0;top:2.77734375rem;left:3.4986980557442rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #idI7MxHfUp7V29KgBUTXQRTqyJwCmrD1 { width:17.8125rem;height:0;top:20.947917938233rem;left:1.8750000596046rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8uzq6DSL71fLU4hnhJmJ43zrd1XtiBk { width:20rem;height:25.4375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w88Rf5ynO4fZVPCvbrzWTJCWPZD6X9c0 { width:16.5rem;height:0;top:8.0625rem;left:2.25rem;font-size:1.5rem;z-index:100005;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aXrGqLlkbmcoN0J3BiwVANJDqJAllHWQ { width:17.5625rem;height:0;top:12.75rem;left:2.4375rem;font-size:1.1875rem;z-index:100006;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yXxn93plrbtWbFTrOV4rbBASs4LooshT { width:12.5rem;height:3.9619125rem;top:25.3125rem;left:3.75rem;font-size:1.5rem;z-index:100004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BdL7JiTvCZ85sJkBGTb7TcR94MVZ57br { width:16.1875rem;height:6.236325rem;top:30rem;left:1.875rem;font-size:1.1875rem;z-index:100005;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQ514IxQv6VZgRKpGEHKIwFACRLQTMdO { width:16.5rem;height:0;top:63.927083969119rem;left:1.7500000596046rem;font-size:1.5rem;z-index:100004;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #C0eAKcAtvnyb62IJVemDrdXmX4x0vOmg { width:17.875rem;height:0;top:66.62500190735rem;left:1.0312500596046rem;font-size:1.375rem;z-index:100004;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qqCVrGt7mmSCfbN5TGR4Ht8rQL46GuX0 { width:20rem;height:25.4375rem;top:62.250002384186rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #FGRgxC6zcdGmsN4oZv6MwTLxGfqmkKW5 { width:12.5rem;height:3.9619125rem;top:73.67431640625rem;left:3.75rem;font-size:1.5rem;z-index:100006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uNZuycKNwpxIzzFnhHBXbHCy1z4TAWyL { width:17.9375rem;height:7.71728125rem;top:78.1875rem;left:1.03125rem;font-size:1.1875rem;z-index:100007;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WAemcassbTlDLTs8kaE38JHSnd6mD9BK { width:20rem;height:25.4375rem;top:101.875rem;left:0rem;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #WlcW56m3woeAkr1WyIqckb5ZGFEBlH6X { width:12.5rem;height:3.9619125rem;top:48.2060546875rem;left:3.75rem;font-size:1.5rem;z-index:100007;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #miRhAGX3cthGCT2R7K1FkBMgEwCsXllR { width:17.5625rem;height:7.71728125rem;top:52.625rem;left:1.21875rem;font-size:1.1875rem;z-index:100008;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D1qNFRCKWPJceZobMf0Cd1BPdXa2uZyM { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #J80GP8nV5CQ885c5yBsOPB3yWZfxi7kd { width:16.1875rem;height:0;top:6.0234375rem;left:2.9375000596046rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9Qp5kKyiS5hdvWk5TXz3briGnKIx97L { width:17rem;height:7.7988375rem;top:2.91015625rem;left:1.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTfR0fAMiJzNdPuwqyKBPlULoD651EOI { width:20rem;height:25.4375rem;top:37.5rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #BNFZ6g6Dp6AX9W77AuevHXRbAu1nmb3l { width:20rem;height:25.4375rem;top:113.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTTPglz37VILkdSE2EywAUGDRpMM8TQp { width:17.8125rem;height:0;top:130.25rem;left:1.0625rem;font-size:1.1875rem;z-index:100004;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SVbM734eDUEF4Z8t42EeBADCg6lIL0JG { width:16.5rem;height:0;top:125.6875rem;left:1.25rem;font-size:1.5rem;z-index:100003;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #m7ORIJLNA3c5SgUy1ge4M4rITh1ZyZ5F { width:4.6875rem;height:4.25rem;top:191.06250762939rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW { background-color:#ffffff;background-image:none;display:block; }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW > .row .container { background-color: transparent; background-image: none; }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW > .row .container > .video-iframe-container { display: none; }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW > .row > .video-iframe-container { display: none; }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW > .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); }#QaySSI5XX0RqcOwaxLJAn93hWJ3DqhhW > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g98tiw4IMokxdygHtyI9VVLoNVPkqe14 { width:0.25rem;height:0.125rem;top:1.25rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDPQ4iebp6XRmOnU8KU6vfuinfaDPyTT { width:16.5rem;height:0;top:2.6875rem;left:1.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fK8AwXQ4vB8Q7rt0L7HRymc9JmT3XGeU { width:17.5625rem;height:0;top:7.9609375rem;left:1.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHD7pI9diV3ICcxl5NxhzL6s5nSofwiw { width:12.5rem;height:0;top:2.6875rem;left:3.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFiNfPmbTTeskkpG2BZHEAU7dSUguZ0a { width:16.1875rem;height:0;top:7.9609375rem;left:1.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdkpMbI4myzPLlFygWvLLtPEr1Ol4TCn { width:20rem;height:25.4375rem;top:50.934902191162rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxyICtnFu9qSKLLX11dc7c42tA7dl9Si { width:16.5rem;height:0;top:5.75rem;left:2.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OW1QDTKKFUyOAydlnswFhBdynuXGa2IR { width:17.8125rem;height:0;top:10.8125rem;left:2.1875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wn2ShUtXmNPUGq8wm7GsIUHvsXMSD3wh { width:20rem;height:25.4375rem;top:0.0625rem;left:0rem;z-index:99998;display:none; }
 }@media only screen and (max-width: 763px) { #dg082MVzPvMaDRP1KuEuJOE4xMTvXrTt { width:16.5rem;height:0;top:13.375rem;left:2.3125rem;font-size:1.5rem;z-index:100007;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iczph9XnNVO84xxQK4rtM4Nb8hAX6k7p { width:17.5625rem;height:0;top:17.875rem;left:1.25rem;font-size:1.1875rem;z-index:100008;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RFXftqNz0r7o6eGTN8ElHNk7VInnIrPO { width:16.5rem;height:0;top:62.584644317625rem;left:1.7500000596046rem;font-size:1.5rem;z-index:100006;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZQbbGwPQvFtugfgB3dWV7AFI1kXGTT3R { width:17.875rem;height:0;top:64.6250038147rem;left:2.0611980557442rem;font-size:1.375rem;z-index:100006;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AB4XtR60N57fbQuXSgom9muwnz23VfEt { width:20rem;height:25.4375rem;top:25.375001907349rem;left:0rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #JmXuuVQ1XXPTWNE73c5irI28QmPlemzv { width:16.5rem;height:3.9619125rem;top:38.625rem;left:1.7500000596046rem;font-size:1.5rem;z-index:100006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pT9AGAQOT4JD4R8mNiCrgHNW2RDnNIWR { width:17.8125rem;height:6.173825rem;top:43.437498092651rem;left:1.0937500596046rem;font-size:1.1875rem;z-index:100007;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aOu0TZPLKatU5wJ9QeeTTec0QUeD5Xmx { width:20rem;height:25.4375rem;top:0rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #rUSB9L1kdV25Weni9wwSQabOTpTkqJoP { width:15.875rem;height:6.236325rem;top:17.6875rem;left:2.0625rem;font-size:1.1875rem;z-index:100010;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H5wgm60BCvPTliGIMAB3zSRxX01qwT3F { width:16.5rem;height:3.9619125rem;top:13.1875rem;left:1.75rem;font-size:1.5rem;z-index:100009;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS { display:block; }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS { background-color: transparent; background-image: none; }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS > .row .container > .video-iframe-container { display: none; }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS > .row > .video-iframe-container { display: none; }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS > .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); }#wgzrg5TA8f4Lu6txFmCTahUpNgD8MvtS > .row .container { width:20rem;height:51.6875rem;background-color:#121b37;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIn1w4RIsi5VFNbEvy7eS0TCvAaqWbzZ { width:20rem;height:25.4375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #guLryGSo8ohNAi3KlwZWa3rBTSC2hDB1 { width:12.5rem;height:0;top:0.9375rem;left:3.7500002980233rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DgvN6vV4k4eNJhWl4XSdzHnlV8D3teQX { width:16.1875rem;height:0;top:6.5234375rem;left:1.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N48VC1L7bCm1J4wLKxvTIQbRucbesSdT { width:12.5rem;height:0;top:12.625rem;left:1.8750000596046rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Frp5PatsgIAaIeuIrcp9PqyBpdBaRJeP { width:16.1875rem;height:0;top:17.7109375rem;left:1.9062500596046rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5RD6GZUvkhwTRbKDob73GnZt2Ph36Xf { width:20rem;height:25.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7CSnVcdbdZozKoCZcovwLpT2axMP4wP { width:4.5625rem;height:4.25rem;top:1.25rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAgKUJHdLON7Zgolb1mZayXOE4ZJAkB7 { width:5rem;height:5rem;top:48.561192750931rem;left:7.5000002980231rem;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #JR663imtXkoiTZoJWqAt8Ibu9Hft0M9b { width:5rem;height:5rem;top:2.1875rem;left:7.020833313465rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #WlLWHx1s5I3h1XU0IvtxbtVUigkCusJd { width:5rem;height:5rem;top:17.8125rem;left:7.5rem;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #tqMwhhnNDTNa2h94nN1OcqrLyZpnXJ8i { width:4.25rem;height:0;top:7.75rem;left:7.8750002980231rem;font-size:1.8125rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #Dl8LX52c82MpV32uaJetRhiyT4k8CQ9r { width:9.375rem;height:0;top:10.730479240418rem;left:6.1145833134651rem;font-size:1rem;z-index:100008;display:none; }
 }@media only screen and (max-width: 763px) { #OtAD0szTCTpkx3ndLZHI384T0qLSXEt1 { width:13.1875rem;height:0;top:25.167969703674rem;left:3.4062500596046rem;font-size:1rem;z-index:100010;display:none; }
 }@media only screen and (max-width: 763px) { #aTNyIL52DhsfJDQogT2sZKHLcE5fTyy5 { width:10.8125rem;height:0;top:22.812500953674rem;left:4.5937502980232rem;font-size:1.8125rem;z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #dqb4UvLp1OE8akMPJ3olOnpfdZ5Rb9Ji { width:5rem;height:5rem;top:32.375rem;left:7.020833313465rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #watWo25wxFoGAiyxNGby63GLNiWXzkf7 { width:9.375rem;height:0;top:42.8125rem;left:5.3125002980232rem;font-size:1rem;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #QKRNtXwmFCeaJmJThmffn1V39LKIDrQy { width:10.8125rem;height:0;top:37.375rem;left:4.1145833134651rem;font-size:1.8125rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #p6BGGtTWtIyqkga0ywPUuaUylbx6FZDS { width:20rem;height:25.4375rem;top:25.4375rem;left:0rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #JdARXRiOLLmArCzkAwX5epTbK0mKd35X { width:12.5rem;height:3.9619125rem;top:39.125rem;left:3.75rem;font-size:1.5rem;z-index:100005;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kv4RtgMqVnLu1zeLf2ck5HHez6xWMIrM { width:16.1875rem;height:5.361325rem;top:43.9375rem;left:1.90625rem;font-size:1.375rem;z-index:100006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNlFSXWAnSriuDQzZcXMceoFTwStxp8J { width:20rem;height:25.4375rem;top:0rem;left:0rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #VxhB1Jd3VxPEygvwnekwGt8SC3XSO47G { width:16.5rem;height:1.94970625rem;top:14.92578125rem;left:1.75rem;font-size:1.5rem;z-index:100009;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGlG5FvzqeTZmnKAirXNHUzzDTgN11Gn { width:17.875rem;height:6.173825rem;top:17.4375rem;left:1.0625rem;font-size:1.1875rem;z-index:100009;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN { display:block; }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN { background-color: transparent; background-image: none; }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN > .row .container > .video-iframe-container { display: none; }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN > .row > .video-iframe-container { display: none; }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN > .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); }#mB2KvMAJt33ZmXhEQvkVBIEdoURRFBtN > .row .container { width:20rem;height:18.4375rem;background-color:#121b37;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fb4mDyhPHm8g8uGhHyuCgnlEMTEPNXw0 { width:20rem;height:0;top:6.3125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cwk4Po3ekyiIh70CD4Cp6RIuuFTyr9z8 { width:19rem;height:3.8125rem;top:1.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4UkvRoLTcXlOZ78yKCgKqW4LwQPbHPi { display:block; }
 }@media only screen and (max-width: 763px) { #XMcw6mphP35OrbUQ51eOueJU45TdRkxl { width:18.125rem;height:3.375rem;top:11.375rem;left:0.9375rem;z-index:100006;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEOpeodq01XbSOEnPpX9kTPUQ80fCgMt { display:block; }
 }@media only screen and (max-width: 763px) { #NbHkleaGBhy5IO9lLufWfyQOUPaTG9XH { width:20rem;height:6.33691875rem;top:2.9375rem;left:0rem;font-size:1.625rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #Jafqf7EwbSvQPRzlNtJgVqFUnaoWlZAg { display:block; }#Jafqf7EwbSvQPRzlNtJgVqFUnaoWlZAg > .row .container { width:20rem;height:84.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0aTMUcZb8o8pa0MaC24euOD2toaLuPf { width:5rem;height:5rem;top:25.686187744141rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJPOWlcC77etfkh85vUNMetaN15nMyGX { width:5rem;height:5rem;top:31.936187744141rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyATwGSQUkB8WkgIKSckzTtWfBWFPxzx { width:5rem;height:5rem;top:38.186187744141rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bR2laLREsB82t2aDcu9cw8e3qKW1p2xf { width:5rem;height:5rem;top:5.6249859333038rem;left:7.5000002980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkTVTF1JPxKmVKhRrOsIRLM4mGXBdFd7 { width:5rem;height:5rem;top:19.437492370606rem;left:7.5000002980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #ad4GivysPEMw5bTB7Lkgf6RrflndWwCg { width:9.375rem;height:0;top:15.0625rem;left:5.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2E2gi6DNUfdWsxopHTuadHXb9L1qKDo { width:4.25rem;height:0;top:11.4375rem;left:7.875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJ4dxFSpvTNgnbTzgwTUmAnPaV3HGbd7 { width:10rem;height:auto;top:10rem;left:5rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QuaQFAOTKTSoNO0VnsLyKI8TXLwhn6IT { width:12.875rem;height:auto;top:10rem;left:3.5625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oon9gsi0GS9TQRVxuuf1lEyEiwp8DXOl { width:10.5rem;height:auto;top:13rem;left:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F9C4xTi0duItku7pUgM01QX6JHeQfdnN { width:10.5rem;height:auto;top:12.8125rem;left:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEoXKoQESNJXF8QtrRr2VV7a3Zr7LbRR { width:10.5rem;height:auto;top:12.5625rem;left:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8pCvEGs8ZmOW8xwRwyxKCoUQJg1FWOV { width:10.5rem;height:auto;top:9.75rem;left:4.75rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHb73OU06QWizobet4Vlp0HFNR5TrSA6 { width:10.5rem;height:auto;top:9.75rem;left:4.75rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AaDpsX2NLTswLbLZGWP5vwAL34sL1xAQ { width:10.5rem;height:auto;top:12.5625rem;left:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2dTBtK824Wyux9NzMDPFgpCsaFtrEAv { width:5rem;height:5rem;top:1.4375rem;left:7.3125rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #gvrRnTDfhnEs3e4brWq1Rw20gUMttIZ7 { width:4.25rem;height:2.35595625rem;top:7.4375rem;left:7.6875rem;font-size:1.8125rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #TSvDHDDrLzkwgfvL4oU3xSXowL1Q1ARE { width:9.375rem;height:3.9619125rem;top:10rem;left:5.3125rem;font-size:1rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #iEoI2GNi1GbuTlZ1BpLGlughsh2Z6kTp { width:5rem;height:5rem;top:18.45833337307rem;left:7.5000002980231rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #UN8T0vTmT3cL8k7X8bTkRBqFXPsg1IWC { width:10.8125rem;height:2.35595625rem;top:24.125rem;left:4.625rem;font-size:1.8125rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #dCo1ecNg7IAzIAdVxZpW5gSi7u2tw5T8 { width:13.1875rem;height:3.9619125rem;top:27.6875rem;left:3.4375rem;font-size:1rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #uTCfNVtO80GzGaCroUJi8PZVT9yeO148 { width:10.8125rem;height:4.7744125rem;top:41.1875rem;left:4.5937502980232rem;font-size:1.8125rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #s6CNM59ckXeu9SakkhxUVMwoPWfqIPEt { width:5rem;height:5rem;top:34.750000953674rem;left:7.5000002980231rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #Rdl25ZW59nIMagzqTAaJzcKIs2C8n37C { width:9.375rem;height:3.9619125rem;top:46.8125rem;left:5.3125002980232rem;font-size:1rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #CdcXXJl6uRin6pmLps4a8gt65fd6fXZ7 { width:5rem;height:5rem;top:54.520825862884rem;left:7.5000002980231rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #sJP2qGHTt2fIuQ7eNGEHPLw0ZdRKw1xm { width:9.8125rem;height:2.35595625rem;top:60.3125rem;left:4.9375rem;font-size:1.8125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #JiexUEdognws23ELlAJ74PaTHRFpRJcz { width:9.375rem;height:3.9619125rem;top:63.3125rem;left:5.6875rem;font-size:1rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #kSPsGgFb5vzMXDeyFXTwJWzAIkRin3sD { width:5rem;height:5rem;top:69.375rem;left:7.5rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #UmJRehtmgxVqLT6bCouNaiK9wCSBtyZa { width:4.25rem;height:2.35595625rem;top:75.125rem;left:7.375rem;font-size:1.8125rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #uI1VhIhBlWdKSsIgGf7lQJJGszeUyvJd { width:12.1875rem;height:3.9619125rem;top:78.1875rem;left:3.9375rem;font-size:1rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 { background-color:#f3f4f7;background-image:none;display:block; }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 > .row .container { background-color: transparent; background-image: none; }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 > .row .container > .video-iframe-container { display: none; }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 > .row > .video-iframe-container { display: none; }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 > .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); }#rTye5wFchNQ9UzxuTJxWaNhBJK8kGMF9 > .row .container { width:20rem;height:94.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXzACQ1diKVcpkowok2giFzGgLK0a8yn { top:2.49853515625rem;left:0rem;width:20rem;height:2.1933625rem;z-index:100006;text-align:center;text-align-last:center;font-family:montserrat;color:#121b37;font-weight:700;font-style:normal;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHHSp33TRGRoNtuwTCfvC7vXOFHw6z3F { height:11.1538125rem;width:20rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnyApPZXp7x8bNLMeilHMD0WoCHfxXcr { height:11.1538125rem;width:20rem;top:26.96484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKqxb7TqzTamzTyfVK4cWxM006oJa0x8 { height:11.1538125rem;width:20rem;top:48.5908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdklzUeDcOTzor9u45CDLdJrWoe1cZlV { height:11.1538125rem;width:20rem;top:69.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV5fpkKkiwrIn4LfiU6LpvySnMyciP3B { width:15.625rem;height:2.4375rem;top:18.375rem;left:2.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIr3yigtWAq9QZpI8mAEvid1MrPy6l21 { width:17.75rem;height:2.4375rem;top:20.8125rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gmVzXl4Apu9AHzfpUJNka7GtBAlP2Qr5 { width:12.5rem;height:2.4375rem;top:39rem;left:3.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ImycJXvA7wMT1J0IZ37cPOgim7URSWPo { width:12.75rem;height:2.4375rem;top:41.4375rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTIniNwc0xpC82GINqLeRZxGKArNdOXN { width:15.75rem;height:2.4375rem;top:61.5625rem;left:2.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1gs28pdxN80TlhWT8dizLVpVBXiNrNG { width:20rem;height:1.21875rem;top:64rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXdar97bbVy66OR21aWmufM9fTtfsiKv { width:20rem;height:4.875rem;top:82rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SGbLy9ty1Cgh0sCWm4wbB5TUeVxkGHUt { width:17.625rem;height:2.4375rem;top:86.875rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFpLhn1c4smUTeUaJRXrCcIG5apOMcww { width:20rem;height:0.25rem;top:5.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSn5ErwpoZgCPX8Zh9vZWbUR947d1Qy3 { display:block; }#CSn5ErwpoZgCPX8Zh9vZWbUR947d1Qy3 > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpTTVohgl8kZTirMdB8xSBEdt5KbtCby { width:15.9375rem;height:3rem;top:8.5234375rem;left:2.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgRQmNdOJEdAu5dVX4TAFvqN7ZOSOzku { display:block; }
 }@media only screen and (max-width: 763px) { #HGcO0dGV7f269pPfnL3WacmlQeU9MTQH { width:12.75rem;height:2.25rem;top:2.8125rem;left:3.6250002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #xicPCQlVV1IhGcqn2KglR634dIEQ7ElT { width:12.5rem;height:3.89941875rem;top:19rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OT8tthXZNuNZazZid4GAnEuVTtDFQG86 { width:5rem;height:5rem;top:13.9375rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSl8wmQEyrWC7cNOCP7XVfK01rfKPRH3 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#hSl8wmQEyrWC7cNOCP7XVfK01rfKPRH3 { background-color: transparent; background-image: none; }#hSl8wmQEyrWC7cNOCP7XVfK01rfKPRH3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSl8wmQEyrWC7cNOCP7XVfK01rfKPRH3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSl8wmQEyrWC7cNOCP7XVfK01rfKPRH3 > .row .container > .video-iframe-container { display: none; }#hSl8wmQEyrWC7cNOCP7XVfK01rfKPRH3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSl8wmQEyrWC7cNOCP7XVfK01rfKPRH3 > .row > .video-iframe-container { display: none; }#hSl8wmQEyrWC7cNOCP7XVfK01rfKPRH3 > .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); }#hSl8wmQEyrWC7cNOCP7XVfK01rfKPRH3 > .row .container { width:20rem;height:3.5625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aeKPSWd80kXClPtm8MWyz3wv1if4HqZN { width:15.9375rem;height:3rem;top:0.28125rem;left:2.03125rem;z-index:100003;background-color:#5fd000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22) ;display:block; }
 }@media only screen and (max-width: 763px) { #qkTWP5esuxh3BTAkBmdcKtKBtQoDQ4WB { display:block; }
 }