.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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:transparent;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); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #0099d9;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { background-color: transparent; background-image: none; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container > .video-iframe-container { display: none; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row > .video-iframe-container { display: none; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .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); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { border-width: 0; border-radius: 0; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row > .video-iframe-container {  }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#JyFE47P4rBTea1aVRfVEy73VOwIJDQco { background-color:#0099d9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:7.5620660781863rem;left:1.060115814209rem;display:block; }
#I4t0iiWMuGsK9JSfkK8UIfPyLbvDPVPP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zb6gaos9XhrZF1RTKG1Pa5n0XLeXMJxn { background-color:#47bdff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:1.875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:7.4995660781863rem;left:11.748046875rem;display:block; }
#CHaLxbbN4Iv7EkiPfTRDv3GHPTREebqi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o0echBOOTvpqWpahFXTC5rS7GBaUATMx { background-color:#47bdff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9373125rem;height:1.875rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:7.4995660781863rem;left:25.872398376465rem;display:block; }
#Jo6BXHbkMSXWZQorUaggcX97MRQwae9S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fyPhsTTQmup7aMp8LiKo25auDe5Tgogw { background-color:#47bdff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:7.4995660781863rem;left:39.934902191162rem;display:block; }
#ShGds7iqHslTTVMuXOmzPlQGXSTOgDeC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GfeXZdehxIdMuB8yOTIJ6rKz35yRpxlM { background-color:#47bdff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:1.875rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:7.4995660781863rem;left:49.184032440186rem;display:block; }
#HxW31vGrRZufffbtu33163feB22inPKl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dgi9fvoXM8ETKqC0CWMkKRllWGv2siWT { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:16.9375rem;top:1.0625rem;left:21.374786376953rem;overflow:hidden;display:block; }
#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/lXAQWMaR/Banner_1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { border-width: 0; border-radius: 0; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container {  }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:60rem;position:relative;display:block; }#tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { color:#ffffff;display:block;width:34.749375rem;position:absolute;font-family:montserrat;font-size:3.9375rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:12.186416625976rem;left:0rem;height:12.99025rem;font-style:normal;display:block; }
#rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:100001;line-height:1.7;letter-spacing:0;top:26.5rem;left:0rem;height:2.23095625rem;font-style:normal;display:block; }
#rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { background-color:#47bdff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.0625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:31.560546875rem;left:0rem;display:block; }
#uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ftCb1r5bDIBtZrKCBFhbliWlIcSrkOTH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099d9;background-image:none;position:relative;display:block; }#ftCb1r5bDIBtZrKCBFhbliWlIcSrkOTH > .row .container { background-color: transparent; background-image: none; }#ftCb1r5bDIBtZrKCBFhbliWlIcSrkOTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftCb1r5bDIBtZrKCBFhbliWlIcSrkOTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftCb1r5bDIBtZrKCBFhbliWlIcSrkOTH > .row .container > .video-iframe-container { display: none; }#ftCb1r5bDIBtZrKCBFhbliWlIcSrkOTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftCb1r5bDIBtZrKCBFhbliWlIcSrkOTH > .row > .video-iframe-container { display: none; }#ftCb1r5bDIBtZrKCBFhbliWlIcSrkOTH > .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); }#ftCb1r5bDIBtZrKCBFhbliWlIcSrkOTH > .row .container { border-width: 0; border-radius: 0; }#ftCb1r5bDIBtZrKCBFhbliWlIcSrkOTH > .row > .video-iframe-container {  }#ftCb1r5bDIBtZrKCBFhbliWlIcSrkOTH > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;position:relative;display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { background-color: transparent; background-image: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container > .video-iframe-container { display: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row > .video-iframe-container { display: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .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); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { border-width: 0; border-radius: 0; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row > .video-iframe-container {  }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#DxHKpa7C1z3DbuQ3mbmdwSKm7NoHJb3S { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.0625rem;top:4.125rem;left:26.1875rem;overflow:hidden;display:block; }
#JEZT2PeqJiurNZKcdRSM26AeD3XkUVGE { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.0625rem;top:4.125rem;left:34.4375rem;overflow:hidden;display:block; }
#ttprQHIXu0VCTRPeJwqeq3zOAeS3SCR2 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.0625rem;top:4.125rem;left:49.5rem;overflow:hidden;display:block; }
#SPypk16sGuVTMzW5MHRKy7oQMLA5PaLT { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.0625rem;top:4.125rem;left:42.125rem;overflow:hidden;display:block; }
#ZduhGrZ15ObaD0GAJKGqd2EftIPfelU0 { color:#124466;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:8.75rem;left:23.4375rem;height:0.8129875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vbglhMZtJbyAwRP00wCrKElKaePLn4UX { color:#124466;display:block;width:2.687325rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:8.9375rem;left:35.125rem;height:0.8129875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GNiHHKtgwPMqgzwfvs66uZkp4hz5uT3F { color:#124466;display:block;width:3.75rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:8.9375rem;left:49.6875rem;height:0.8129875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X06GZ5uzc5Wgdx0MO99qmPTvXoTGbxTH { color:#124466;display:block;width:2.687325rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:8.9375rem;left:42.8125rem;height:0.8129875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R92pUWeLDrf5TcAxwQfTHpnhnxdtpTJc { color:#000000;display:block;width:31.1234375rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0.8125rem;height:2.76269375rem;font-style:normal;display:block; }
#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { background-color: transparent; background-image: none; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container > .video-iframe-container { display: none; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row > .video-iframe-container { display: none; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .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); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { border-width: 0; border-radius: 0; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row > .video-iframe-container {  }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { font-size:0.875rem;font-family:arial;height:62.3125rem;width:60rem;position:relative;display:block; }#F6R6JQP9RoTdvT4PmXM13kc0Ay4WTuc7 { position:absolute;display:block;z-index:100001;background-color:#78959d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(62,62,61,0.37) ;height:31.25rem;width:27.625rem;top:14.812284231186rem;left:0rem;display:block; }
#cGiFTt0CeAsIHMfOp7LcbqJypgwInhnd { color:#ffffff;display:block;width:19.4998125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:27.469402074814rem;left:2.6236991882324rem;height:16.787125rem;font-style:normal;display:block; }
#H0MSiL2HtF3TwCSS8KEJKVxEuWLU6oxi { position:absolute;display:block;z-index:100005;background-color:#0099d9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(62,62,61,0.37) ;height:31.375rem;width:29.25rem;top:14.687499761581rem;left:30.875003814698rem;display:block; }
#Bvo9EtFTJrxyb0sTh9Mgb0dQEpCZEuVq { color:#124466;display:block;width:30.0625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:3.1184844970703rem;left:0rem;height:7.19825rem;font-style:normal;display:block; }
#c4x72nTPfgRQK3xaVhlK8VrJ72xGwVE9 { color:#124466;display:block;width:24.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:3.8671877384186rem;left:34.874134063721rem;height:4.45605625rem;font-style:normal;display:block; }
#D13FPm2PnluB5r1E4H0GmUrJo4sUQ3PH { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:17.076823949814rem;left:2.6236991882324rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZV1HrJBwLTrrQFT5H2iHwCPxQA9M5ypS { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:17.076823949814rem;left:33.249568939209rem;height:7.5542rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CmkDObtxt8JCfOPub18kf6uXvzxdlJeO { color:#ffffff;display:block;width:22.1245625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100015;line-height:1.6;letter-spacing:0;top:26.06293463707rem;left:33.312068939209rem;height:18.186025rem;font-style:normal;display:block; }
#SonSe0kWE86RyAnMiQPxDyR8reaW9k5T { z-index:100003;top:54.0625rem;left:22.2802734375rem;background-color:#0099d9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cSKJsVlXGbxSnK7sH9lXDBewNEutHCCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TrJ7UcKoUyrCCzAMHbWEGI7hutFX9Zku { color:#124466;display:block;width:31.124rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:50.435546875rem;left:14.15625rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tfE9qLAeLkBSck4AanKIdhWHaSs2ZWAq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#124466;background-image:none;position:relative;display:block; }#tfE9qLAeLkBSck4AanKIdhWHaSs2ZWAq > .row .container { background-color: transparent; background-image: none; }#tfE9qLAeLkBSck4AanKIdhWHaSs2ZWAq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfE9qLAeLkBSck4AanKIdhWHaSs2ZWAq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfE9qLAeLkBSck4AanKIdhWHaSs2ZWAq > .row .container > .video-iframe-container { display: none; }#tfE9qLAeLkBSck4AanKIdhWHaSs2ZWAq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfE9qLAeLkBSck4AanKIdhWHaSs2ZWAq > .row > .video-iframe-container { display: none; }#tfE9qLAeLkBSck4AanKIdhWHaSs2ZWAq > .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); }#tfE9qLAeLkBSck4AanKIdhWHaSs2ZWAq > .row .container { border-width: 0; border-radius: 0; }#tfE9qLAeLkBSck4AanKIdhWHaSs2ZWAq > .row > .video-iframe-container {  }#tfE9qLAeLkBSck4AanKIdhWHaSs2ZWAq > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 { display:block; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyFE47P4rBTea1aVRfVEy73VOwIJDQco { width:9.5rem;height:1.875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4t0iiWMuGsK9JSfkK8UIfPyLbvDPVPP { display:block; }
 }@media only screen and (max-width: 763px) { #zb6gaos9XhrZF1RTKG1Pa5n0XLeXMJxn { width:12.9375rem;height:1.875rem;top:7.4375rem;left:5.623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHaLxbbN4Iv7EkiPfTRDv3GHPTREebqi { display:block; }
 }@media only screen and (max-width: 763px) { #o0echBOOTvpqWpahFXTC5rS7GBaUATMx { width:12.9375rem;height:1.875rem;top:7.4375rem;left:19.747398376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo6BXHbkMSXWZQorUaggcX97MRQwae9S { display:block; }
 }@media only screen and (max-width: 763px) { #fyPhsTTQmup7aMp8LiKo25auDe5Tgogw { width:8.125rem;height:1.875rem;top:7.4375rem;left:33.809902191162rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShGds7iqHslTTVMuXOmzPlQGXSTOgDeC { display:block; }
 }@media only screen and (max-width: 763px) { #GfeXZdehxIdMuB8yOTIJ6rKz35yRpxlM { width:9.9375rem;height:1.875rem;top:7.4375rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxW31vGrRZufffbtu33163feB22inPKl { display:block; }
 }@media only screen and (max-width: 763px) { #dgi9fvoXM8ETKqC0CWMkKRllWGv2siWT { top:1.0625rem;left:15.249786376953rem;width:16.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { top:12.125rem;left:0rem;width:34.6875rem;height:12.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { top:26.4375rem;left:0rem;width:40rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { width:17.5rem;height:3.0625rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block; }
 }@media only screen and (max-width: 763px) { #ftCb1r5bDIBtZrKCBFhbliWlIcSrkOTH { display:block; }#ftCb1r5bDIBtZrKCBFhbliWlIcSrkOTH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxHKpa7C1z3DbuQ3mbmdwSKm7NoHJb3S { top:4.125rem;left:20.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEZT2PeqJiurNZKcdRSM26AeD3XkUVGE { top:4.125rem;left:28.3125rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttprQHIXu0VCTRPeJwqeq3zOAeS3SCR2 { top:4.125rem;left:43.375rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPypk16sGuVTMzW5MHRKy7oQMLA5PaLT { top:4.125rem;left:36rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZduhGrZ15ObaD0GAJKGqd2EftIPfelU0 { top:8.75rem;left:17.3125rem;width:9.5625rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbglhMZtJbyAwRP00wCrKElKaePLn4UX { top:8.9375rem;left:29rem;width:2.625rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNiHHKtgwPMqgzwfvs66uZkp4hz5uT3F { top:8.9375rem;left:43.5625rem;width:3.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X06GZ5uzc5Wgdx0MO99qmPTvXoTGbxTH { top:8.9375rem;left:36.6875rem;width:2.625rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R92pUWeLDrf5TcAxwQfTHpnhnxdtpTJc { top:5.375rem;left:0rem;width:31.0625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 { display:block; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6R6JQP9RoTdvT4PmXM13kc0Ay4WTuc7 { top:14.75rem;left:0rem;width:27.625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGiFTt0CeAsIHMfOp7LcbqJypgwInhnd { top:27.4375rem;left:0rem;width:19.4375rem;height:16.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0MSiL2HtF3TwCSS8KEJKVxEuWLU6oxi { top:14.625rem;left:18.5rem;width:29.25rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvo9EtFTJrxyb0sTh9Mgb0dQEpCZEuVq { top:3.0625rem;left:0rem;width:30.0625rem;height:7.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4x72nTPfgRQK3xaVhlK8VrJ72xGwVE9 { top:3.8125rem;left:22.6875rem;width:24.4375rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D13FPm2PnluB5r1E4H0GmUrJo4sUQ3PH { top:17.0625rem;left:0rem;width:15.0625rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV1HrJBwLTrrQFT5H2iHwCPxQA9M5ypS { top:17.0625rem;left:23.5rem;width:24.25rem;height:7.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmkDObtxt8JCfOPub18kf6uXvzxdlJeO { top:26.0625rem;left:24.124568939209rem;width:22.0625rem;height:18.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SonSe0kWE86RyAnMiQPxDyR8reaW9k5T { top:54.0625rem;left:9rem;width:14.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSKJsVlXGbxSnK7sH9lXDBewNEutHCCx { display:block; }
 }@media only screen and (max-width: 763px) { #TrJ7UcKoUyrCCzAMHbWEGI7hutFX9Zku { top:50.375rem;left:0rem;width:31.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfE9qLAeLkBSck4AanKIdhWHaSs2ZWAq { display:block; }#tfE9qLAeLkBSck4AanKIdhWHaSs2ZWAq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 { position:relative;z-index:auto;display:block; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyFE47P4rBTea1aVRfVEy73VOwIJDQco { width:9.5rem;height:1.875rem;top:6.937274479305rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4t0iiWMuGsK9JSfkK8UIfPyLbvDPVPP { display:block; }
 }@media only screen and (max-width: 763px) { #zb6gaos9XhrZF1RTKG1Pa5n0XLeXMJxn { width:12.9375rem;height:1.875rem;top:10.062274479305rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHaLxbbN4Iv7EkiPfTRDv3GHPTREebqi { display:block; }
 }@media only screen and (max-width: 763px) { #o0echBOOTvpqWpahFXTC5rS7GBaUATMx { width:12.9375rem;height:1.875rem;top:13.187274479305rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo6BXHbkMSXWZQorUaggcX97MRQwae9S { display:block; }
 }@media only screen and (max-width: 763px) { #fyPhsTTQmup7aMp8LiKo25auDe5Tgogw { width:8.125rem;height:1.875rem;top:16.312274479305rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShGds7iqHslTTVMuXOmzPlQGXSTOgDeC { display:block; }
 }@media only screen and (max-width: 763px) { #GfeXZdehxIdMuB8yOTIJ6rKz35yRpxlM { width:9.9375rem;height:1.875rem;top:19.437274479305rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxW31vGrRZufffbtu33163feB22inPKl { display:block; }
 }@media only screen and (max-width: 763px) { #dgi9fvoXM8ETKqC0CWMkKRllWGv2siWT { width:16.9375rem;height:4.4372744793051rem;top:1.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uxggADks/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,37,174,0.72); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,37,174,0.72); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { width:20rem;height:4.7125rem;top:3.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { width:19.625rem;height:10.8375rem;top:11.75rem;left:0.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { width:16.25rem;height:3.8125rem;top:24.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block; }
 }@media only screen and (max-width: 763px) { #ftCb1r5bDIBtZrKCBFhbliWlIcSrkOTH { display:block; }#ftCb1r5bDIBtZrKCBFhbliWlIcSrkOTH > .row .container { width:20rem;height:102.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxHKpa7C1z3DbuQ3mbmdwSKm7NoHJb3S { width:4rem;height:4rem;top:5.26123125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEZT2PeqJiurNZKcdRSM26AeD3XkUVGE { width:4rem;height:4rem;top:10.51123125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttprQHIXu0VCTRPeJwqeq3zOAeS3SCR2 { width:4rem;height:4rem;top:21.01123125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPypk16sGuVTMzW5MHRKy7oQMLA5PaLT { width:4rem;height:4rem;top:15.76123125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZduhGrZ15ObaD0GAJKGqd2EftIPfelU0 { width:9.5625rem;height:0;top:26.26123125rem;left:5.1875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vbglhMZtJbyAwRP00wCrKElKaePLn4UX { width:2.625rem;height:0;top:28.32275625rem;left:8.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNiHHKtgwPMqgzwfvs66uZkp4hz5uT3F { width:3.75rem;height:0;top:32.44580625rem;left:8.125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X06GZ5uzc5Wgdx0MO99qmPTvXoTGbxTH { width:2.625rem;height:0;top:30.38428125rem;left:8.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R92pUWeLDrf5TcAxwQfTHpnhnxdtpTJc { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 { display:block; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { width:20rem;height:128.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6R6JQP9RoTdvT4PmXM13kc0Ay4WTuc7 { width:20rem;height:19.9375rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGiFTt0CeAsIHMfOp7LcbqJypgwInhnd { width:19.5625rem;height:5.2rem;top:16.5rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0MSiL2HtF3TwCSS8KEJKVxEuWLU6oxi { width:20rem;height:31.375rem;top:63.01563125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvo9EtFTJrxyb0sTh9Mgb0dQEpCZEuVq { width:20rem;height:0;top:30.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c4x72nTPfgRQK3xaVhlK8VrJ72xGwVE9 { width:20rem;height:0;top:57.309575rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D13FPm2PnluB5r1E4H0GmUrJo4sUQ3PH { width:15.0625rem;height:0;top:39.26075rem;left:2.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZV1HrJBwLTrrQFT5H2iHwCPxQA9M5ypS { width:20rem;height:0;top:65.40479140625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmkDObtxt8JCfOPub18kf6uXvzxdlJeO { width:20rem;height:0;top:74.3916078125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SonSe0kWE86RyAnMiQPxDyR8reaW9k5T { top:51.997075rem;left:2.5625rem;width:14.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSKJsVlXGbxSnK7sH9lXDBewNEutHCCx { display:block; }
 }@media only screen and (max-width: 763px) { #TrJ7UcKoUyrCCzAMHbWEGI7hutFX9Zku { width:20rem;height:0;top:47.82325rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tfE9qLAeLkBSck4AanKIdhWHaSs2ZWAq { display:block; }#tfE9qLAeLkBSck4AanKIdhWHaSs2ZWAq > .row .container { width:20rem;height:16rem;position:relative;display:block; } }