.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:#10223d;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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#00b2fd;background-image:url("https://images.assets-landingi.com/uc/cf34c19e-3b37-456e-9ccb-4444372bbd8d/contact.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.adaptive-delivery-prevent-bg, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyload, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyloading { background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container {  }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:27rem;position:absolute;font-family:lato;font-size:4.5rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:6.5625rem;left:0rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:20.4375rem;left:0rem;height:4.7246125rem;color:#ffffff;font-style:normal;display:block; }
#oyZTLp9tBx9nCQxUvC0CxextkAz5SzgZ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#10223d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.25rem;width:25rem;position:absolute;display:block;z-index:100001;top:28.5625rem;left:0rem;display:block; }
#Rz3vSPp0qa1PdnS8nQtwELOEMxlQWnfT { display:block;width:21.25rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:30.806640625rem;left:1.875rem;height:2.76171875rem;color:#ffffff;font-style:normal;display:block; }
#JyEATtJfNftxJ8zHh3LRupdzG8ELQdv1 { display:block;width:27rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:3.3125rem;left:0rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bvEGk8i1Rsi1N6KHxTuyb4tzwCgX9OSn { position:absolute;display:block;z-index:100011;height:31.9375rem;width:20.6875rem;top:34.88671875rem;left:2.15625rem;display:block; }
#MDllXa2bMWGCKyMBcVZxVOERwTToWUCQ { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:11.75rem;top:1.375rem;left:44.6533203125rem;overflow:hidden;display:block; }
#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { position:relative;display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { background-color: transparent; background-image: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container > .video-iframe-container { display: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row > .video-iframe-container { display: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .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); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { border-width: 0; border-radius: 0; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container > .video-iframe-container {  }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fcfcfc;background-image:none;font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;position:relative;display:block; }#LH3nPN5KbeI2bi8lwmhGRKnB3K0TzTru { display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.75rem;left:30.625rem;height:2.84375rem;color:#1d3861;font-style:normal;display:block; }
#sKJCMegDnSqzovTgh7VcM5sAUAJQDQgZ { display:block;width:25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:9.44921875rem;left:35rem;height:1.7871125rem;color:#10223d;font-style:normal;display:block; }
#x8pfWdH2VGz9rSof9qa8vzBNwtTxdie3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#10223d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:100006;top:8.9375rem;left:30.625rem;display:block; }
#uI0B3nzZKKA5Nqeyy9RK0V8BJenRMp1u { display:block;width:2.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:9.44921875rem;left:30.625rem;height:1.7871125rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#NyhU7kHxIgANpfgbkKtVeXFmSHfaOi9g { display:block;width:18.874rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:15.7119140625rem;left:35rem;height:1.7871125rem;color:#2f3061;font-style:normal;display:block; }
#XC9gXdEuSu0i1ahg53g15AETf5GqOkKr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#10223d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:100009;top:15.19921875rem;left:30.625rem;display:block; }
#oNqG67osdPs0fFJTaJi9N5VUwRvtTz0c { display:block;width:2.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:15.7119140625rem;left:30.625rem;height:1.7871125rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#Horhi5ZLaZoSkzNL7i07qvslgIK6mCtT { box-sizing:content-box;color:#10223d;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:99999;top:8.46875rem;left:28.87109375rem;display:block; }
#pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#10223d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:32.0625rem;width:25rem;position:absolute;display:block;z-index:100000;top:0rem;left:0rem;display:block; }
#y9Ne7na0uSOFvqeCNxxxb9rTip3WTmF8 { display:block;width:18.8730625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:21.3125rem;left:35rem;height:1.7871125rem;color:#2f3061;font-style:normal;display:block; }
#AnUFJ9IWEEn1puIARuKG5peG48ha6XDv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#10223d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:100010;top:20.7998046875rem;left:30.625rem;display:block; }
#xeZDXUVJteoxIlgKrmAQVB9N8gGxHNL3 { display:block;width:2.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:21.3125rem;left:30.625rem;height:1.7871125rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#aI0PlZToLJrn3c70h4PrBVOzaWN7kEZE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfc;background-image:none;position:relative;display:block; }#aI0PlZToLJrn3c70h4PrBVOzaWN7kEZE > .row .container { background-color: transparent; background-image: none; }#aI0PlZToLJrn3c70h4PrBVOzaWN7kEZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aI0PlZToLJrn3c70h4PrBVOzaWN7kEZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aI0PlZToLJrn3c70h4PrBVOzaWN7kEZE > .row .container > .video-iframe-container { display: none; }#aI0PlZToLJrn3c70h4PrBVOzaWN7kEZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aI0PlZToLJrn3c70h4PrBVOzaWN7kEZE > .row > .video-iframe-container { display: none; }#aI0PlZToLJrn3c70h4PrBVOzaWN7kEZE > .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); }#aI0PlZToLJrn3c70h4PrBVOzaWN7kEZE > .row .container { border-width: 0; border-radius: 0; }#aI0PlZToLJrn3c70h4PrBVOzaWN7kEZE > .row > .video-iframe-container {  }#aI0PlZToLJrn3c70h4PrBVOzaWN7kEZE > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:60rem;position:relative;display:block; }#ya7XdkX9xQFsKX0Ly3liqdXEt6Jay2ue { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(106,106,106,0.5) ;height:15.1875rem;width:27.3125rem;top:6.875rem;left:1.34375rem;display:block; }
#KWvTNSrV9RxTPcSOxQBMThU4oe9lWuHg { position:absolute;display:block;z-index:100001;background-color:#1d3861;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.5rem;width:27.3125rem;top:6.875rem;left:1.34375rem;display:block; }
#ip7bfAAywBq4cmFWxPKlFwucnUfMXt6w { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(106,106,106,0.5) ;height:15.1875rem;width:27.3125rem;top:6.875rem;left:32.03125rem;display:block; }
#DzcZlPzZLRQ0w9JrDOXDTd3gqQ9429BS { position:absolute;display:block;z-index:100002;background-color:#00a2ff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.5rem;width:27.3125rem;top:6.875rem;left:32.03125rem;display:block; }
#dE8XAtaivx53Zf9c3soMAAVFm33I76oQ { display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:8.0615234375rem;left:2.125rem;height:2.36230625rem;color:#0f2b56;font-style:normal;display:block; }
#Dk1OT9HMfFQU3rfv5T3t91dAupns7aiN { display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:10.3623046875rem;left:2.15625rem;height:1.3994125rem;color:#000000;font-style:normal;display:block; }
#Bf7lzToBm4CsSr5qZeaMGU6xGQKlWuDS { background-color:#1d3861;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:18.625rem;left:2.15625rem;display:block; }
#deeGvkbqOUfQsDwiQFnLTNzMRzTOOc1c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CVo3nTckE0oaqRSqlOS6PloX1IvmIr1w { display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:8rem;left:33.1875rem;height:2.36230625rem;color:#0f2b56;font-style:normal;display:block; }
#aEJlvgS1OxVmFvAcL3h74xwHpt9bN8mB { display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:10.423828125rem;left:33.21875rem;height:1.3994125rem;color:#000000;font-style:normal;display:block; }
#iGb2ooKcBn1yKBNrrprCHlcPSMDaWrLw { background-color:#00a2ff;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.5rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:18.625rem;left:33.1875rem;display:block; }
#Z4bQVns5XtBTdGdqzLRenSgpEIoibVWq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v1uLprBw5uaK3sP7Wt92udkzd3KoSH9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfc;background-image:none;position:relative;display:block; }#v1uLprBw5uaK3sP7Wt92udkzd3KoSH9T > .row .container { background-color: transparent; background-image: none; }#v1uLprBw5uaK3sP7Wt92udkzd3KoSH9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1uLprBw5uaK3sP7Wt92udkzd3KoSH9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1uLprBw5uaK3sP7Wt92udkzd3KoSH9T > .row .container > .video-iframe-container { display: none; }#v1uLprBw5uaK3sP7Wt92udkzd3KoSH9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1uLprBw5uaK3sP7Wt92udkzd3KoSH9T > .row > .video-iframe-container { display: none; }#v1uLprBw5uaK3sP7Wt92udkzd3KoSH9T > .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); }#v1uLprBw5uaK3sP7Wt92udkzd3KoSH9T > .row .container { border-width: 0; border-radius: 0; }#v1uLprBw5uaK3sP7Wt92udkzd3KoSH9T > .row > .video-iframe-container {  }#v1uLprBw5uaK3sP7Wt92udkzd3KoSH9T > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#Uzz3EqDBQd169SIFePyBr8JLTWvKnAyN { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(106,106,106,0.5) ;height:15.1875rem;width:27.3125rem;top:1.6484375rem;left:1.34375rem;display:block; }
#LQFxZ8ZKzqCwEFnRQh9pircK3hSxTAAH { position:absolute;display:block;z-index:100001;background-color:#238ca4;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.5rem;width:27.3125rem;top:1.6484375rem;left:1.34375rem;display:block; }
#MiZX7cETFN9gwdsk7kityFyNN0c1Li8z { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(106,106,106,0.5) ;height:15.1875rem;width:27.3125rem;top:1.7109375rem;left:32.03125rem;display:block; }
#tyL1M2AaR38pb0SZE8TzX1ElQAoeR3Z0 { position:absolute;display:block;z-index:100002;background-color:#5a5a5a;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.5rem;width:27.3125rem;top:1.6484375rem;left:32.03125rem;display:block; }
#cbFuAn5KkJbQEDP8adaGiz2g21TS6RPT { display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:3.1240234375rem;left:2.125rem;height:2.36230625rem;color:#0f2b56;font-style:normal;display:block; }
#g9euIZSSqRbaFqkrKDbdxQrBprKoZTDx { display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:5.5390625rem;left:2.15625rem;height:1.3994125rem;color:#000000;font-style:normal;display:block; }
#n5GTp5Tc5L7OdRTi2yLIhCcnLKygGKLv { background-color:#1d3861;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:13.21875rem;left:2.125rem;display:block; }
#qk1JBdZvfmvNNXknGkIuMGMisopFcaM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TJstDSXylMzpCr2BeaCErOMGPULFK3oK { display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:3.1240234375rem;left:33.1875rem;height:2.36230625rem;color:#1d3861;font-style:normal;display:block; }
#LppKHmNxcC4TUKpxPiATgbv62OuwTaud { display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:5.486328125rem;left:33.21875rem;height:2.44921875rem;color:#000000;font-style:normal;display:block; }
#xGLZRs8Jmm9dCve3u03eO2LwPghNBsLA { background-color:#00a2ff;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.5rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:13.21875rem;left:33.1875rem;display:block; }
#m9Srr11dysqoGTWUDbPBp1TAXdoSmHz7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#10223d;background-image:none;position:relative;z-index:auto;display:block; }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt > .row .container { background-color: transparent; background-image: none; }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt > .row .container > .video-iframe-container { display: none; }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt > .row > .video-iframe-container { display: none; }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt > .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); }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt > .row .container { border-width: 0; border-radius: 0; }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt > .row > .video-iframe-container {  }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:block; }#Fw0CdNzhUh0F5TN7yuOG0JpfNd4S0Hcu { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:8.125rem;top:2.7841796875rem;left:25.9375rem;overflow:hidden;display:block; }
#IPSvVUv0X10aqoBUod2QGmxUlmoKkVH4 { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100009;line-height:1.6;letter-spacing:0;top:9.21484375rem;left:18.46875rem;height:7.1953125rem;text-align:center;text-align-last:center;display:block; }
#DmeTuwRlaCGOHFUTX5mxZN9qTroi6Aye { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100033;top:19.71875rem;left:25rem; }
#DmeTuwRlaCGOHFUTX5mxZN9qTroi6Aye > img { max-width: 100%;max-height:100%; }#TTPy0ovldtS9vcw5FXZx2T8SbVoJrVkz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100034;top:19.71875rem;left:29.0625rem; }
#TTPy0ovldtS9vcw5FXZx2T8SbVoJrVkz > img { max-width: 100%;max-height:100%; }#dyy7OC2TyGysPt8vIccqKNdoU8hwpqxM { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100035;top:19.5625rem;left:32.125rem; }
#dyy7OC2TyGysPt8vIccqKNdoU8hwpqxM > img { max-width: 100%;max-height:100%; }#AT1xFxqBXBdTNk9Qq0sH4B3HgmoDa0PU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00a2ff;background-image:none;position:relative;display:block; }#AT1xFxqBXBdTNk9Qq0sH4B3HgmoDa0PU > .row .container { background-color: transparent; background-image: none; }#AT1xFxqBXBdTNk9Qq0sH4B3HgmoDa0PU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT1xFxqBXBdTNk9Qq0sH4B3HgmoDa0PU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT1xFxqBXBdTNk9Qq0sH4B3HgmoDa0PU > .row .container > .video-iframe-container { display: none; }#AT1xFxqBXBdTNk9Qq0sH4B3HgmoDa0PU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT1xFxqBXBdTNk9Qq0sH4B3HgmoDa0PU > .row > .video-iframe-container { display: none; }#AT1xFxqBXBdTNk9Qq0sH4B3HgmoDa0PU > .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); }#AT1xFxqBXBdTNk9Qq0sH4B3HgmoDa0PU > .row .container { border-width: 0; border-radius: 0; }#AT1xFxqBXBdTNk9Qq0sH4B3HgmoDa0PU > .row > .video-iframe-container {  }#AT1xFxqBXBdTNk9Qq0sH4B3HgmoDa0PU > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;position:relative;display:block; }#Rzl88g6gcSKsGELvk5FraQBFuQ1HsxRz { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:1.05078125rem;left:18.46875rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyZTLp9tBx9nCQxUvC0CxextkAz5SzgZ { width:22.5rem;height:27.4375rem;top:-9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz3vSPp0qa1PdnS8nQtwELOEMxlQWnfT { width:20rem;height:2.75rem;top:-8.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyEATtJfNftxJ8zHh3LRupdzG8ELQdv1 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvEGk8i1Rsi1N6KHxTuyb4tzwCgX9OSn { top:34.875rem;left:0rem;width:20.6875rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDllXa2bMWGCKyMBcVZxVOERwTToWUCQ { top:1.375rem;left:36rem;width:11.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH3nPN5KbeI2bi8lwmhGRKnB3K0TzTru { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKJCMegDnSqzovTgh7VcM5sAUAJQDQgZ { width:18.75rem;height:1.4375rem;top:8.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8pfWdH2VGz9rSof9qa8vzBNwtTxdie3 { width:2.8125rem;height:2.8125rem;top:7.9375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI0B3nzZKKA5Nqeyy9RK0V8BJenRMp1u { width:2.8125rem;height:1.75rem;top:8.375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyhU7kHxIgANpfgbkKtVeXFmSHfaOi9g { width:18.75rem;height:2.875rem;top:11.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC9gXdEuSu0i1ahg53g15AETf5GqOkKr { width:2.8125rem;height:2.8125rem;top:11.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNqG67osdPs0fFJTaJi9N5VUwRvtTz0c { width:2.8125rem;height:1.75rem;top:11.875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Horhi5ZLaZoSkzNL7i07qvslgIK6mCtT { width:3.125rem;height:3.125rem;top:2.25rem;left:5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { width:22.5rem;height:27.4375rem;top:-9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9Ne7na0uSOFvqeCNxxxb9rTip3WTmF8 { width:18.75rem;height:2.875rem;top:11.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnUFJ9IWEEn1puIARuKG5peG48ha6XDv { width:2.8125rem;height:2.8125rem;top:11.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeZDXUVJteoxIlgKrmAQVB9N8gGxHNL3 { width:2.8125rem;height:1.75rem;top:11.875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI0PlZToLJrn3c70h4PrBVOzaWN7kEZE { display:block; }#aI0PlZToLJrn3c70h4PrBVOzaWN7kEZE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ya7XdkX9xQFsKX0Ly3liqdXEt6Jay2ue { top:6.875rem;left:0rem;width:27.3125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWvTNSrV9RxTPcSOxQBMThU4oe9lWuHg { top:6.875rem;left:0rem;width:27.3125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip7bfAAywBq4cmFWxPKlFwucnUfMXt6w { top:6.875rem;left:20.4375rem;width:27.3125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzcZlPzZLRQ0w9JrDOXDTd3gqQ9429BS { top:6.875rem;left:20.4375rem;width:27.3125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE8XAtaivx53Zf9c3soMAAVFm33I76oQ { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk1OT9HMfFQU3rfv5T3t91dAupns7aiN { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf7lzToBm4CsSr5qZeaMGU6xGQKlWuDS { width:13.125rem;height:2.5rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #deeGvkbqOUfQsDwiQFnLTNzMRzTOOc1c { display:block; }
 }@media only screen and (max-width: 763px) { #CVo3nTckE0oaqRSqlOS6PloX1IvmIr1w { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEJlvgS1OxVmFvAcL3h74xwHpt9bN8mB { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGb2ooKcBn1yKBNrrprCHlcPSMDaWrLw { width:13.125rem;height:2.5rem;top:18.625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4bQVns5XtBTdGdqzLRenSgpEIoibVWq { display:block; }
 }@media only screen and (max-width: 763px) { #v1uLprBw5uaK3sP7Wt92udkzd3KoSH9T { display:block; }#v1uLprBw5uaK3sP7Wt92udkzd3KoSH9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uzz3EqDBQd169SIFePyBr8JLTWvKnAyN { top:1.625rem;left:0rem;width:27.3125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQFxZ8ZKzqCwEFnRQh9pircK3hSxTAAH { top:1.625rem;left:0rem;width:27.3125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiZX7cETFN9gwdsk7kityFyNN0c1Li8z { top:1.6875rem;left:20.4375rem;width:27.3125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyL1M2AaR38pb0SZE8TzX1ElQAoeR3Z0 { top:1.625rem;left:20.4375rem;width:27.3125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbFuAn5KkJbQEDP8adaGiz2g21TS6RPT { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9euIZSSqRbaFqkrKDbdxQrBprKoZTDx { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5GTp5Tc5L7OdRTi2yLIhCcnLKygGKLv { width:13.125rem;height:2.5rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk1JBdZvfmvNNXknGkIuMGMisopFcaM4 { display:block; }
 }@media only screen and (max-width: 763px) { #TJstDSXylMzpCr2BeaCErOMGPULFK3oK { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LppKHmNxcC4TUKpxPiATgbv62OuwTaud { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGLZRs8Jmm9dCve3u03eO2LwPghNBsLA { width:13.125rem;height:2.5rem;top:13.1875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9Srr11dysqoGTWUDbPBp1TAXdoSmHz7 { display:block; }
 }@media only screen and (max-width: 763px) { #IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt { display:block; }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fw0CdNzhUh0F5TN7yuOG0JpfNd4S0Hcu { width:8.125rem;height:3.75rem;top:2.75rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPSvVUv0X10aqoBUod2QGmxUlmoKkVH4 { top:9.1875rem;left:12.34375rem;width:23.0625rem;height:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmeTuwRlaCGOHFUTX5mxZN9qTroi6Aye { top:19.6875rem;left:18.875rem;width:1.875rem;height:1.875rem;display:block; }
#DmeTuwRlaCGOHFUTX5mxZN9qTroi6Aye > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #TTPy0ovldtS9vcw5FXZx2T8SbVoJrVkz { top:19.6875rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
#TTPy0ovldtS9vcw5FXZx2T8SbVoJrVkz > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #dyy7OC2TyGysPt8vIccqKNdoU8hwpqxM { top:19.5625rem;left:26rem;width:2.1875rem;height:2.1875rem;display:block; }
#dyy7OC2TyGysPt8vIccqKNdoU8hwpqxM > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #AT1xFxqBXBdTNk9Qq0sH4B3HgmoDa0PU { display:block; }#AT1xFxqBXBdTNk9Qq0sH4B3HgmoDa0PU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rzl88g6gcSKsGELvk5FraQBFuQ1HsxRz { top:1rem;left:12.34375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;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) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#00a2ff;background-image:none;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:64.25rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:18.75rem;height:6.599625rem;top:7.7744140625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { width:18.75rem;height:3.1484375rem;top:15.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oyZTLp9tBx9nCQxUvC0CxextkAz5SzgZ { width:20rem;height:41.875rem;top:20.8427734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz3vSPp0qa1PdnS8nQtwELOEMxlQWnfT { width:17.5rem;height:4.875rem;top:21.7490234375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyEATtJfNftxJ8zHh3LRupdzG8ELQdv1 { width:20rem;height:2.25rem;top:4.5244140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvEGk8i1Rsi1N6KHxTuyb4tzwCgX9OSn { width:17.4375rem;height:31.9375rem;top:28.3740234375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDllXa2bMWGCKyMBcVZxVOERwTToWUCQ { width:3rem;height:1.375rem;top:0rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH3nPN5KbeI2bi8lwmhGRKnB3K0TzTru { width:13.4375rem;height:5.8496125rem;top:1.625rem;left:3.28125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sKJCMegDnSqzovTgh7VcM5sAUAJQDQgZ { width:14.6875rem;height:1.4619125rem;top:10.23828125rem;left:4.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x8pfWdH2VGz9rSof9qa8vzBNwtTxdie3 { width:2.8125rem;height:2.8125rem;top:9.5625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI0B3nzZKKA5Nqeyy9RK0V8BJenRMp1u { width:2.8125rem;height:1.7871125rem;top:10.07421875rem;left:0.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyhU7kHxIgANpfgbkKtVeXFmSHfaOi9g { width:14.6875rem;height:1.4619125rem;top:15.546875rem;left:4.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XC9gXdEuSu0i1ahg53g15AETf5GqOkKr { width:2.8125rem;height:2.8125rem;top:14.87109375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNqG67osdPs0fFJTaJi9N5VUwRvtTz0c { width:2.8125rem;height:1.7871125rem;top:15.3828125rem;left:0.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Horhi5ZLaZoSkzNL7i07qvslgIK6mCtT { width:3.75rem;height:3.75rem;top:25.375rem;left:13.3125rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { width:20rem;height:17.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y9Ne7na0uSOFvqeCNxxxb9rTip3WTmF8 { width:14.5625rem;height:1.4619125rem;top:20.3515625rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnUFJ9IWEEn1puIARuKG5peG48ha6XDv { width:2.8125rem;height:2.8125rem;top:19.67578125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeZDXUVJteoxIlgKrmAQVB9N8gGxHNL3 { width:2.8125rem;height:1.7871125rem;top:20.1875rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI0PlZToLJrn3c70h4PrBVOzaWN7kEZE { display:block; }#aI0PlZToLJrn3c70h4PrBVOzaWN7kEZE > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ya7XdkX9xQFsKX0Ly3liqdXEt6Jay2ue { width:20rem;height:11.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWvTNSrV9RxTPcSOxQBMThU4oe9lWuHg { width:20rem;height:0.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip7bfAAywBq4cmFWxPKlFwucnUfMXt6w { width:20rem;height:11.875rem;top:14.4375rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #DzcZlPzZLRQ0w9JrDOXDTd3gqQ9429BS { width:20rem;height:0.5rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE8XAtaivx53Zf9c3soMAAVFm33I76oQ { width:20rem;height:1.57421875rem;top:3.7890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Dk1OT9HMfFQU3rfv5T3t91dAupns7aiN { width:20rem;height:1.3994125rem;top:5.36328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Bf7lzToBm4CsSr5qZeaMGU6xGQKlWuDS { width:13.125rem;height:2.5rem;top:7.94921875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #deeGvkbqOUfQsDwiQFnLTNzMRzTOOc1c { display:block; }
 }@media only screen and (max-width: 763px) { #CVo3nTckE0oaqRSqlOS6PloX1IvmIr1w { width:20rem;height:1.57421875rem;top:17.84765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aEJlvgS1OxVmFvAcL3h74xwHpt9bN8mB { width:20rem;height:1.3994125rem;top:19.67578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iGb2ooKcBn1yKBNrrprCHlcPSMDaWrLw { width:13.125rem;height:2.5rem;top:21.8828125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4bQVns5XtBTdGdqzLRenSgpEIoibVWq { display:block; }
 }@media only screen and (max-width: 763px) { #v1uLprBw5uaK3sP7Wt92udkzd3KoSH9T { display:block; }#v1uLprBw5uaK3sP7Wt92udkzd3KoSH9T > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uzz3EqDBQd169SIFePyBr8JLTWvKnAyN { width:20rem;height:11.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQFxZ8ZKzqCwEFnRQh9pircK3hSxTAAH { width:20rem;height:0.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiZX7cETFN9gwdsk7kityFyNN0c1Li8z { width:20rem;height:11.875rem;top:14.59765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyL1M2AaR38pb0SZE8TzX1ElQAoeR3Z0 { width:20rem;height:0.5rem;top:14.59765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbFuAn5KkJbQEDP8adaGiz2g21TS6RPT { width:20rem;height:1.57421875rem;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g9euIZSSqRbaFqkrKDbdxQrBprKoZTDx { width:17.8125rem;height:1.3994125rem;top:6.48828125rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #n5GTp5Tc5L7OdRTi2yLIhCcnLKygGKLv { width:13.125rem;height:2.5rem;top:9.09765625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk1JBdZvfmvNNXknGkIuMGMisopFcaM4 { display:block; }
 }@media only screen and (max-width: 763px) { #TJstDSXylMzpCr2BeaCErOMGPULFK3oK { width:20rem;height:1.57421875rem;top:17.09765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LppKHmNxcC4TUKpxPiATgbv62OuwTaud { width:20rem;height:3.673825rem;top:18.697265625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xGLZRs8Jmm9dCve3u03eO2LwPghNBsLA { width:13.125rem;height:2.5rem;top:22.9697265625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9Srr11dysqoGTWUDbPBp1TAXdoSmHz7 { display:block; }
 }@media only screen and (max-width: 763px) { #IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt { position:relative;z-index:auto;background-color:#10223d;background-image:none;display:block; }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt > .row .container { background-color: transparent; background-image: none; }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt > .row .container > .video-iframe-container { display: none; }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt > .row > .video-iframe-container { display: none; }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt > .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); }#IwyFTPJVMKFfOBO72ey1rf8De3hJ7eUt > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fw0CdNzhUh0F5TN7yuOG0JpfNd4S0Hcu { width:6.625rem;height:3.0625rem;top:1.875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPSvVUv0X10aqoBUod2QGmxUlmoKkVH4 { width:20rem;height:11.1972875rem;top:6.369140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmeTuwRlaCGOHFUTX5mxZN9qTroi6Aye { width:1.875rem;height:1.875rem;top:18.625rem;left:5.8125rem;display:block; }
#DmeTuwRlaCGOHFUTX5mxZN9qTroi6Aye > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #TTPy0ovldtS9vcw5FXZx2T8SbVoJrVkz { width:1.875rem;height:1.875rem;top:18.625rem;left:9.0625rem;display:block; }
#TTPy0ovldtS9vcw5FXZx2T8SbVoJrVkz > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #dyy7OC2TyGysPt8vIccqKNdoU8hwpqxM { width:2.1875rem;height:2.1875rem;top:18.46875rem;left:12.0625rem;display:block; }
#dyy7OC2TyGysPt8vIccqKNdoU8hwpqxM > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #AT1xFxqBXBdTNk9Qq0sH4B3HgmoDa0PU { display:block; }#AT1xFxqBXBdTNk9Qq0sH4B3HgmoDa0PU > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rzl88g6gcSKsGELvk5FraQBFuQ1HsxRz { width:20rem;height:1.3994125rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }