.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:#ffffff;background-image:none;position:relative;display:block; }
#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container { display: none; }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .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); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO { background-color:#ebeff4;background-image:url("https://images.assets-landingi.com/uc/85a8fc76-4f55-499b-88f4-9107c4d4cbe8/a01.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.adaptive-delivery-prevent-bg, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyload, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyloading { background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { background-color: transparent; background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .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); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { border-width: 0; border-radius: 0; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container {  }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { font-size:0.875rem;font-family:arial;height:68.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#J9QNv1LBFExT28HCVxS5yNRp81Zux1dR { color:#1d3861;display:block;width:54.75rem;position:absolute;font-family:"dm sans";font-size:3.9375rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:13.4375rem;left:2.625rem;height:;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;text-align:center;text-align-last:center;display:block; }
#UONJSLH3JFBgWsk3N7Fpqsl1mN7BwhuW { color:#00a2ff;display:block;width:30rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:25.875rem;left:0rem;height:0;font-style:normal;display:none; }
#ny1gcuiahpPoDskgXORBqNRL1DCqlBwD { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:12.625rem;top:0rem;left:23.6875rem;overflow:hidden;display:block; }
#ulfFE6eI7x7tcDT2lgS19gCoO8RGN1lF { 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:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;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:"dm sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.75rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:24.375rem;left:24.125rem;display:block; }
#XU5TKP3gqsoo68wOqvHgKmR3RmhrvDtt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w9w5sDgyqd1XbblpSUMN479DpdfQ4QP0 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.4375rem;width:60rem;top:28.2021484375rem;left:0rem;overflow:hidden;display:block; }
#dXBdRmznPFyVoxTsVuk5p6vPAOggx8N5 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:15.5625rem;top:0.75rem;left:22.21875rem;overflow:hidden;display:none; }
#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container { background-color: transparent; background-image: none; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container > .video-iframe-container { display: none; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row > .video-iframe-container { display: none; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .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); }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container { border-width: 0; border-radius: 0; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row > .video-iframe-container {  }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:60rem;position:relative;display:block; }#cqQvhKnGd9NMvQGA0dD5TGqoO9PwoW9P { color:#1d3861;display:block;width:12.5rem;position:absolute;font-family:"dm sans";font-size:1.8125rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:6.4375rem;left:3.0625rem;height:4.7119125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fbCwOlaRlptXIsMUCzV1z5DOcEhs3tqK { color:#1d3861;display:block;width:14.625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:100041;line-height:1.3;letter-spacing:0;top:12.32470703125rem;left:2rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ewF4XHTVGyywcMpGBt3PPHmos4JtDaCG { position:absolute;display:block;z-index:99993;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.0625rem dashed #1d3861;border-left:0.0625rem dashed #1d3861;border-right:0.0625rem dashed #1d3861;border-bottom:0.0625rem dashed #1d3861;border-top-left-radius:13.5625rem;border-top-right-radius:13.5625rem;border-bottom-left-radius:13.5625rem;border-bottom-right-radius:13.5625rem;height:18.625rem;width:18.625rem;top:2rem;left:41.375rem;display:block; }
#RSBk8rO3G01dTFmZi9nv9oPx80XNJtNX { color:#1d3861;display:block;width:13.6875rem;position:absolute;font-family:"dm sans";font-size:1.6875rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:6.517578125rem;left:23.15625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xmD3c3GOAUuBvXln01MbJg0AHZ84PUQt { position:absolute;display:block;z-index:99994;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.0625rem dashed #1d3861;border-left:0.0625rem dashed #1d3861;border-right:0.0625rem dashed #1d3861;border-bottom:0.0625rem dashed #1d3861;border-top-left-radius:13.5625rem;border-top-right-radius:13.5625rem;border-bottom-left-radius:13.5625rem;border-bottom-right-radius:13.5625rem;height:18.625rem;width:18.625rem;top:1.875rem;left:20.625rem;display:block; }
#eX46n6UGphGzmyFK7ze7QZ3qPpGCU0Tq { color:#1d3861;display:block;width:10.625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:100040;line-height:1.3;letter-spacing:0;top:12.32470703125rem;left:24.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MJg9pZycJnEIF4fMRn6Bko56fwtcWATb { position:absolute;display:block;z-index:99995;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.0625rem dashed #1d3861;border-left:0.0625rem dashed #1d3861;border-right:0.0625rem dashed #1d3861;border-bottom:0.0625rem dashed #1d3861;border-top-left-radius:13.5625rem;border-top-right-radius:13.5625rem;border-bottom-left-radius:13.5625rem;border-bottom-right-radius:13.5625rem;height:18.625rem;width:18.625rem;top:2rem;left:0rem;display:block; }
#QXtUx7wniltVW81UNKUbt34ffbuRNy29 { color:#1d3861;display:block;width:12.5rem;position:absolute;font-family:"dm sans";font-size:1.6875rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:6.4375rem;left:44.4375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ly0dLRO1xGJ9fTx5Zq1Eg6X6QNtbPSpJ { color:#1d3861;display:block;width:11.1875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:100039;line-height:1.3;letter-spacing:0;top:12.32470703125rem;left:45.15625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hoKiTwrIBbpqWX5W35zkcvsynqTKumPO { color:#1d3861;display:block;width:47.25rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:21.1875rem;left:6.375rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZmuQcfpErDxOBh7DJgDQepTgWwbXv6h5 { position:absolute;display:block;z-index:99996;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;height:10.875rem;width:60rem;top:10.3125rem;left:0rem;display:block; }
#bNeCBsW4y8XdT4CCW4L271BhHuXH0K2A { position:absolute;display:block;z-index:99996;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;height:10.875rem;width:60rem;top:10.3125rem;left:0rem;display:none; }
#lrqvhr1n0ztTGlA4BNcTRA36nlH7UfZm { position:absolute;display:block;z-index:99995;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.0625rem dashed #1d3861;border-left:0.0625rem dashed #1d3861;border-right:0.0625rem dashed #1d3861;border-bottom:0.0625rem dashed #1d3861;border-top-left-radius:13.5625rem;border-top-right-radius:13.5625rem;border-bottom-left-radius:13.5625rem;border-bottom-right-radius:13.5625rem;height:18.625rem;width:18.625rem;top:2rem;left:0rem;display:none; }
#hQM7fGxm6TwItxxMNbkpmXzAeFmIQNXP { position:absolute;display:block;z-index:99996;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;height:10.875rem;width:60rem;top:10.3125rem;left:0rem;display:none; }
#wLMUbQxk9dHXtFwAnSyyFaI4BlkblDvy { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f4f8;background-image:none;position:relative;display:block; }#wLMUbQxk9dHXtFwAnSyyFaI4BlkblDvy > .row .container { background-color: transparent; background-image: none; }#wLMUbQxk9dHXtFwAnSyyFaI4BlkblDvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLMUbQxk9dHXtFwAnSyyFaI4BlkblDvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLMUbQxk9dHXtFwAnSyyFaI4BlkblDvy > .row .container > .video-iframe-container { display: none; }#wLMUbQxk9dHXtFwAnSyyFaI4BlkblDvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLMUbQxk9dHXtFwAnSyyFaI4BlkblDvy > .row > .video-iframe-container { display: none; }#wLMUbQxk9dHXtFwAnSyyFaI4BlkblDvy > .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); }#wLMUbQxk9dHXtFwAnSyyFaI4BlkblDvy > .row .container { border-width: 0; border-radius: 0; }#wLMUbQxk9dHXtFwAnSyyFaI4BlkblDvy > .row > .video-iframe-container {  }#wLMUbQxk9dHXtFwAnSyyFaI4BlkblDvy > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;position:relative;display:block; }#Dc5q5dPsMKw0c2IQPpkeHCyRp3XnT5I7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ebeff4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.5625rem;width:3.5625rem;position:absolute;display:block;z-index:100001;top:11.3125rem;left:3.625rem;display:block; }
#XygHzVPrwhd5rb9IXyQ542VAqVhQZ3Ei { display:block;width:5.5rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:16.6875rem;left:2.65625rem;height:2.625rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#tBMiDDQx5RZZW4f3kITOWkONLPNvW3gl { display:block;width:8rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:16.6875rem;left:13.6875rem;height:1.3125rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#eCtuk8JvmV5hWrNHMyhCDL8SvfPd7adN { display:block;width:4.9375rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:16.6875rem;left:27.3125rem;height:2.625rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#iUkZdAHbhGS8c7OFd1CCifxAJXKDZR74 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:9.0625rem;left:13.625rem;overflow:hidden;display:block; }
#p3mMdImTFi1RyEgbQ2mdM5lXnUy67UrF { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:8.25rem;top:9.0625rem;left:1.3125rem;overflow:hidden;display:block; }
#birfbTZ4RLfTMgUDU4eWq6DezFGVWpei { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.1875rem;top:9.5rem;left:26.1875rem;overflow:hidden;display:block; }
#IZskHREIqNk4Gcbwx0SQiO0xzCRTCo0g { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100000;top:10.0625rem;left:1.0625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#kDVfWkF0QKpF9bVlrubg1bJsZX92eCX9 { display:block;width:7.3125rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:16.6875rem;left:38.25rem;height:3.9375rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#g1M3WNfVUs4AwgJrZIzZwPegkE3bP9Ak { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:6.9375rem;top:9.625rem;left:38.4375rem;overflow:hidden;display:block; }
#GkI8qBmd3KDx6mWbdOq8e4vaCGEFG6td { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#ilmbHHikOBrECP6ocq390Tb6TTIkSiCG { display:block;width:60rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:;color:#00a2ff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZanuoSJItZVuD17VB5AGToRGMT2P7P4u { display:block;width:7.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:50.75rem;left:10.8125rem;height:4.5rem;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:none; }
#tiy86ISgO2ViJn5EEwTtL9GhCVyeaaBz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100000;top:10.0625rem;left:25.4375rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#Zdsm9Rqb9htzCIS4yD5xwWoTu5J3rzAz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100001;top:10.0625rem;left:37.5625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#FgBg3Qgg2l9x4JTO9RdSxo1DTIXK1u9e { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100002;top:10.0625rem;left:49.875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#OAhigx7BJfAX1sB1xPLl0KdP6ghRKEWx { display:block;width:7rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100034;line-height:1.5;letter-spacing:0;top:16.6875rem;left:50.75rem;height:2.625rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#ivZPhm9nTvLFpBPXDEeycD5TcziAbhOD { display:block;width:6.5rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:30.0625rem;left:14.4375rem;height:2.625rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#OIblKAEDL6zqzRNyii58TrbtmVJbEy6N { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100014;top:23.3125rem;left:1.0625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#DM1Fa9PD11GAwsQSIIgSKDRQh4Q5vauC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100013;top:23.3125rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#unco3WJcxLTOqKNFySDPaXDTMSVmi14G { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100014;top:23.3125rem;left:25.4375rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#ygvToLh6mfIwDcZ3y7TG9l55LWxUnPpq { display:block;width:7.375rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:30.0625rem;left:1.71875rem;height:3.9375rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#pT9KLfR1cnWLw6wTirlM0Xr7chuvLQiT { display:block;width:6.75rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100035;line-height:1.5;letter-spacing:0;top:30.0625rem;left:26.4375rem;height:2.625rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#IleoxqE77TVHvraJX3Rugr2TRbcdEQtA { display:block;width:7.875rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100028;line-height:1.5;letter-spacing:0;top:30.0625rem;left:37.96875rem;height:2.625rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#AfzRVMBeKhU0KbfqdWsIc3JpDqByINbi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100015;top:23.3125rem;left:37.5625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#VicRl0uLWbmLz7fr8iN1Aw4vMtLa6LCX { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100016;top:23.3125rem;left:49.875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#uoHTOop9mXtGFExs5sOB6TEnRzTdaNoz { display:block;width:7rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:100029;line-height:1.5;letter-spacing:0;top:30.0625rem;left:50.75rem;height:1.3125rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#eAh8xgNLSFv2sUlwP6iqvsKQ2Gu9AVbU { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.1875rem;top:22.625rem;left:37.84375rem;overflow:hidden;display:block; }
#eHOfU6t9a1UU3osGt9Gcz3rlA9X9l9TI { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.75rem;width:7.8125rem;top:22.625rem;left:13.75rem;overflow:hidden;display:block; }
#wNNiVCP4uzRUhErBpE0ITEhqrch0gbil { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:8.4375rem;top:22.4375rem;left:25.59375rem;overflow:hidden;display:block; }
#F4VX5AMc5o7JImTC9Mc2KFB3ER9nzKFx { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.1875rem;top:23rem;left:50.15625rem;overflow:hidden;display:block; }
#kTnImoTTCopH2niBQ8afTCaohdH4vxMv { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:8.3125rem;top:22rem;left:1.25rem;overflow:hidden;display:block; }
#JAJIVTqJuUEC7lX89z7XwvVJU9zngayc { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:8.9375rem;top:9.125rem;left:50.0625rem;overflow:hidden;display:block; }
#WZwT9F9xxVsyZE6iLTse3HG3MfwNhmDD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#HP2ohZy120awkDHPz6aagCVpQcuK0xpr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#XzaTeHFOICdhihWBG16rTxCuLdMxhTNS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#NrTEokRHCtiKrAopMBhpLGxJBDT5khLI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#EHnRieflwPkuDkCgNP0fKsit17Z4JMJ0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#UFWDkcxghqzAtkBm5JMZwZeNAUM7qeiw { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#e29eDdOy35lvZhhno02zXQDrVBTDc8k2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#xE0v3n8TMiaigFQPEcyI2VlXpnQeahHF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00a2ff;background-image:url("https://images.assets-landingi.com/uc/a1b93d0c-a2e9-4728-a04f-9f433cf3a4c0/0202.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.adaptive-delivery-prevent-bg, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyload, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyloading { background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { background-color: transparent; background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .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); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { border-width: 0; border-radius: 0; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container {  }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:60rem;position:relative;display:block; }#mHTFkUfWNCqr4qu0TuZKB7l1cMWJ1pbH { color:#1d3861;display:block;width:14.625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:4.3759765625rem;left:40.6875rem;height:;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;text-align:center;text-align-last:center;display:block; }
#yBI4UnSdrkS8Llp9FVZhDcngOIDxoSc3 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:43.5rem;width:23.625rem;top:2.8125rem;left:36.1875rem;display:block; }
#t89d9Sali4Q2CHlZKTZ0Dv3Q2TI57pGx { display:block;width:7.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:50.75rem;left:10.8125rem;height:4.5rem;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:none; }
#kuS6lGvcmxDgo4u6Uaw4WEusff8Gxu1n { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45.75rem;width:60rem;display:none; }
#g54wvPI9oVDeTnX0sIG4F4JfBcuc57nh { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:26.1875rem;top:22.125rem;left:1.375rem;overflow:hidden;display:block; }
#X3Gb81GVZ0gUNrp80TXtmtiqF5EJfrAE { position:absolute;display:block;z-index:100012;height:12.3125rem;width:22.0625rem;top:7.3125rem;left:37.15625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO { display:block; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9QNv1LBFExT28HCVxS5yNRp81Zux1dR { width:26.6875rem;height:7.75rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UONJSLH3JFBgWsk3N7Fpqsl1mN7BwhuW { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny1gcuiahpPoDskgXORBqNRL1DCqlBwD { top:0rem;left:17.5625rem;width:12.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulfFE6eI7x7tcDT2lgS19gCoO8RGN1lF { width:11.75rem;height:2.75rem;top:24.375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU5TKP3gqsoo68wOqvHgKmR3RmhrvDtt { display:block; }
 }@media only screen and (max-width: 763px) { #w9w5sDgyqd1XbblpSUMN479DpdfQ4QP0 { top:28.1875rem;left:0rem;width:47.75rem;height:29.794010416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXBdRmznPFyVoxTsVuk5p6vPAOggx8N5 { top:0.75rem;left:16.09375rem;width:15.5625rem;height:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 { display:block; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqQvhKnGd9NMvQGA0dD5TGqoO9PwoW9P { top:6.4375rem;left:0rem;width:12.5rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbCwOlaRlptXIsMUCzV1z5DOcEhs3tqK { top:12.3125rem;left:0rem;width:14.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewF4XHTVGyywcMpGBt3PPHmos4JtDaCG { top:2rem;left:29.125rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSBk8rO3G01dTFmZi9nv9oPx80XNJtNX { top:6.5rem;left:17.03125rem;width:13.6875rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmD3c3GOAUuBvXln01MbJg0AHZ84PUQt { top:1.875rem;left:14.5rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX46n6UGphGzmyFK7ze7QZ3qPpGCU0Tq { top:12.3125rem;left:18.5625rem;width:10.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJg9pZycJnEIF4fMRn6Bko56fwtcWATb { top:2rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXtUx7wniltVW81UNKUbt34ffbuRNy29 { top:6.4375rem;left:35.25rem;width:12.5rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly0dLRO1xGJ9fTx5Zq1Eg6X6QNtbPSpJ { top:12.3125rem;left:36.5625rem;width:11.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoKiTwrIBbpqWX5W35zkcvsynqTKumPO { top:21.1875rem;left:0.25rem;width:47.25rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmuQcfpErDxOBh7DJgDQepTgWwbXv6h5 { top:10.3125rem;left:0rem;width:47.75rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNeCBsW4y8XdT4CCW4L271BhHuXH0K2A { top:10.3125rem;left:0rem;width:47.75rem;height:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrqvhr1n0ztTGlA4BNcTRA36nlH7UfZm { top:2rem;left:0rem;width:18.625rem;height:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQM7fGxm6TwItxxMNbkpmXzAeFmIQNXP { top:10.3125rem;left:0rem;width:47.75rem;height:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLMUbQxk9dHXtFwAnSyyFaI4BlkblDvy { display:block; }#wLMUbQxk9dHXtFwAnSyyFaI4BlkblDvy > .row .container { width:47.75rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dc5q5dPsMKw0c2IQPpkeHCyRp3XnT5I7 { width:6.875rem;height:6.875rem;top:1.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XygHzVPrwhd5rb9IXyQ542VAqVhQZ3Ei { width:10.25rem;height:3rem;top:10.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBMiDDQx5RZZW4f3kITOWkONLPNvW3gl { width:10.25rem;height:3rem;top:10.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCtuk8JvmV5hWrNHMyhCDL8SvfPd7adN { width:10.25rem;height:3rem;top:10.3125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUkZdAHbhGS8c7OFd1CCifxAJXKDZR74 { top:9.0625rem;left:3.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3mMdImTFi1RyEgbQ2mdM5lXnUy67UrF { top:9.0625rem;left:0rem;width:8.25rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #birfbTZ4RLfTMgUDU4eWq6DezFGVWpei { top:9.5rem;left:16.6875rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZskHREIqNk4Gcbwx0SQiO0xzCRTCo0g { width:11.125rem;height:15.9375rem;top:0rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDVfWkF0QKpF9bVlrubg1bJsZX92eCX9 { width:10.25rem;height:3rem;top:10.3125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1M3WNfVUs4AwgJrZIzZwPegkE3bP9Ak { top:9.625rem;left:28.875rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkI8qBmd3KDx6mWbdOq8e4vaCGEFG6td { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilmbHHikOBrECP6ocq390Tb6TTIkSiCG { width:46.5rem;height:2.875rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZanuoSJItZVuD17VB5AGToRGMT2P7P4u { width:10.25rem;height:3rem;top:10.25rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tiy86ISgO2ViJn5EEwTtL9GhCVyeaaBz { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zdsm9Rqb9htzCIS4yD5xwWoTu5J3rzAz { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgBg3Qgg2l9x4JTO9RdSxo1DTIXK1u9e { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAhigx7BJfAX1sB1xPLl0KdP6ghRKEWx { width:10.25rem;height:3rem;top:10.3125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivZPhm9nTvLFpBPXDEeycD5TcziAbhOD { width:10.25rem;height:3rem;top:10.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIblKAEDL6zqzRNyii58TrbtmVJbEy6N { width:11.125rem;height:15.9375rem;top:0rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM1Fa9PD11GAwsQSIIgSKDRQh4Q5vauC { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unco3WJcxLTOqKNFySDPaXDTMSVmi14G { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygvToLh6mfIwDcZ3y7TG9l55LWxUnPpq { width:10.25rem;height:3rem;top:10.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT9KLfR1cnWLw6wTirlM0Xr7chuvLQiT { width:10.25rem;height:3rem;top:10.3125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IleoxqE77TVHvraJX3Rugr2TRbcdEQtA { width:10.25rem;height:3rem;top:10.3125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfzRVMBeKhU0KbfqdWsIc3JpDqByINbi { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VicRl0uLWbmLz7fr8iN1Aw4vMtLa6LCX { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoHTOop9mXtGFExs5sOB6TEnRzTdaNoz { width:10.25rem;height:3rem;top:10.3125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAh8xgNLSFv2sUlwP6iqvsKQ2Gu9AVbU { top:22.625rem;left:27.625rem;width:8.1875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHOfU6t9a1UU3osGt9Gcz3rlA9X9l9TI { top:22.625rem;left:4.125rem;width:7.8125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNNiVCP4uzRUhErBpE0ITEhqrch0gbil { top:22.4375rem;left:15.4375rem;width:8.4375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4VX5AMc5o7JImTC9Mc2KFB3ER9nzKFx { top:23rem;left:39.4375rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTnImoTTCopH2niBQ8afTCaohdH4vxMv { top:22rem;left:0rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAJIVTqJuUEC7lX89z7XwvVJU9zngayc { top:9.125rem;left:38.8125rem;width:8.9375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZwT9F9xxVsyZE6iLTse3HG3MfwNhmDD { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HP2ohZy120awkDHPz6aagCVpQcuK0xpr { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzaTeHFOICdhihWBG16rTxCuLdMxhTNS { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrTEokRHCtiKrAopMBhpLGxJBDT5khLI { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHnRieflwPkuDkCgNP0fKsit17Z4JMJ0 { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFWDkcxghqzAtkBm5JMZwZeNAUM7qeiw { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e29eDdOy35lvZhhno02zXQDrVBTDc8k2 { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xE0v3n8TMiaigFQPEcyI2VlXpnQeahHF { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ { display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHTFkUfWNCqr4qu0TuZKB7l1cMWJ1pbH { width:26.6875rem;height:0;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBI4UnSdrkS8Llp9FVZhDcngOIDxoSc3 { width:23.625rem;height:43.5rem;top:2.8125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t89d9Sali4Q2CHlZKTZ0Dv3Q2TI57pGx { width:10.25rem;height:3rem;top:10.25rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kuS6lGvcmxDgo4u6Uaw4WEusff8Gxu1n { width:47.75rem;height:36.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g54wvPI9oVDeTnX0sIG4F4JfBcuc57nh { top:22.125rem;left:0rem;width:26.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Gb81GVZ0gUNrp80TXtmtiqF5EJfrAE { top:7.3125rem;left:25.6875rem;width:22.0625rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO { background-color:#ebeff4;background-image:none;position:relative;z-index:auto;display:block; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { background-color: transparent; background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .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); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9QNv1LBFExT28HCVxS5yNRp81Zux1dR { width:20rem;height:3.57421875rem;top:7.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UONJSLH3JFBgWsk3N7Fpqsl1mN7BwhuW { width:20rem;height:0;top:10.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;color:#1d3861;display:none; }
 }@media only screen and (max-width: 763px) { #ny1gcuiahpPoDskgXORBqNRL1DCqlBwD { width:15.5625rem;height:12.4375rem;top:13.9375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulfFE6eI7x7tcDT2lgS19gCoO8RGN1lF { width:10.25rem;height:2.75rem;top:26.75rem;left:4.875rem;background-color:#00a2ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU5TKP3gqsoo68wOqvHgKmR3RmhrvDtt { display:block; }
 }@media only screen and (max-width: 763px) { #w9w5sDgyqd1XbblpSUMN479DpdfQ4QP0 { width:20rem;height:12.4375rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXBdRmznPFyVoxTsVuk5p6vPAOggx8N5 { width:6.9375rem;height:5.4375rem;top:0rem;left:6.53125rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 { background-color:#ffffff;background-image:none;display:block; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container { background-color: transparent; background-image: none; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container > .video-iframe-container { display: none; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row > .video-iframe-container { display: none; }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .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); }#yVN8yzg890Wa42iFwKLlIz0TIiKDmR00 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqQvhKnGd9NMvQGA0dD5TGqoO9PwoW9P { width:12.5rem;height:2.76171875rem;top:4.6875rem;left:3.75rem;font-size:1.0625rem;color:#1d3861;display:block; }
 }@media only screen and (max-width: 763px) { #fbCwOlaRlptXIsMUCzV1z5DOcEhs3tqK { width:14.125rem;height:2.2734375rem;top:7.95703125rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewF4XHTVGyywcMpGBt3PPHmos4JtDaCG { width:15.0625rem;height:15.0625rem;top:23.9375rem;left:2.46875rem;z-index:99999;border-top:0.0625rem dashed #1d3861;border-left:0.0625rem dashed #1d3861;border-right:0.0625rem dashed #1d3861;border-bottom:0.0625rem dashed #1d3861;display:block; }
 }@media only screen and (max-width: 763px) { #RSBk8rO3G01dTFmZi9nv9oPx80XNJtNX { width:7.9375rem;height:2.5996125rem;top:15.3125rem;left:6.03125rem;font-size:1rem;color:#1d3861;display:block; }
 }@media only screen and (max-width: 763px) { #xmD3c3GOAUuBvXln01MbJg0AHZ84PUQt { width:15.0625rem;height:15.0625rem;top:18.375rem;left:2.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eX46n6UGphGzmyFK7ze7QZ3qPpGCU0Tq { width:13.5rem;height:2.2734375rem;top:18.95703125rem;left:3.25rem;font-size:0.875rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #MJg9pZycJnEIF4fMRn6Bko56fwtcWATb { width:15.0625rem;height:15.0625rem;top:1.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXtUx7wniltVW81UNKUbt34ffbuRNy29 { width:12.5rem;height:1.29980625rem;top:26.625rem;left:3.75rem;font-size:1rem;color:#1d3861;display:block; }
 }@media only screen and (max-width: 763px) { #ly0dLRO1xGJ9fTx5Zq1Eg6X6QNtbPSpJ { width:14.375rem;height:2.2734375rem;top:30.39453125rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoKiTwrIBbpqWX5W35zkcvsynqTKumPO { width:19.125rem;height:3.41015625rem;top:35.77734375rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmuQcfpErDxOBh7DJgDQepTgWwbXv6h5 { width:20rem;height:9.5rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNeCBsW4y8XdT4CCW4L271BhHuXH0K2A { width:20rem;height:9.4375rem;top:29.6875rem;left:0rem;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lrqvhr1n0ztTGlA4BNcTRA36nlH7UfZm { width:15.0625rem;height:15.0625rem;top:12.5rem;left:2.5rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #hQM7fGxm6TwItxxMNbkpmXzAeFmIQNXP { width:20rem;height:9.5rem;top:18.5rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #wLMUbQxk9dHXtFwAnSyyFaI4BlkblDvy { display:block; }#wLMUbQxk9dHXtFwAnSyyFaI4BlkblDvy > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dc5q5dPsMKw0c2IQPpkeHCyRp3XnT5I7 { width:4.375rem;height:4.375rem;top:11.96875rem;left:0.875rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #XygHzVPrwhd5rb9IXyQ542VAqVhQZ3Ei { width:11.3125rem;height:1.3125rem;top:7.25rem;left:6.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tBMiDDQx5RZZW4f3kITOWkONLPNvW3gl { width:10.875rem;height:1.3125rem;top:13.5rem;left:6.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100045;display:block; }
 }@media only screen and (max-width: 763px) { #eCtuk8JvmV5hWrNHMyhCDL8SvfPd7adN { width:11.4375rem;height:1.3125rem;top:19.03125rem;left:6.125rem;font-size:0.875rem;z-index:100046;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iUkZdAHbhGS8c7OFd1CCifxAJXKDZR74 { width:6.625rem;height:6.625rem;top:10.84375rem;left:0rem;z-index:100051;display:block; }
 }@media only screen and (max-width: 763px) { #p3mMdImTFi1RyEgbQ2mdM5lXnUy67UrF { width:6.5625rem;height:6.4375rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #birfbTZ4RLfTMgUDU4eWq6DezFGVWpei { width:5.5625rem;height:5.5625rem;top:17.5625rem;left:0.4375rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #IZskHREIqNk4Gcbwx0SQiO0xzCRTCo0g { width:20rem;height:5.5625rem;top:5.15625rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #kDVfWkF0QKpF9bVlrubg1bJsZX92eCX9 { width:11.5rem;height:2.625rem;top:25.15625rem;left:6.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #g1M3WNfVUs4AwgJrZIzZwPegkE3bP9Ak { width:5.25rem;height:5.25rem;top:23.78125rem;left:0.75rem;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #GkI8qBmd3KDx6mWbdOq8e4vaCGEFG6td { width:20rem;height:5.5625rem;top:11.375rem;left:0rem;z-index:100043;display:block; }
 }@media only screen and (max-width: 763px) { #ilmbHHikOBrECP6ocq390Tb6TTIkSiCG { width:20rem;height:2.11230625rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZanuoSJItZVuD17VB5AGToRGMT2P7P4u { width:11.5rem;height:1.3125rem;top:31.9375rem;left:6.1875rem;font-size:0.875rem;z-index:100048;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#00a2ff;display:block; }
 }@media only screen and (max-width: 763px) { #tiy86ISgO2ViJn5EEwTtL9GhCVyeaaBz { width:8.75rem;height:11.9375rem;top:101.0625rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #Zdsm9Rqb9htzCIS4yD5xwWoTu5J3rzAz { width:8.75rem;height:11.9375rem;top:137rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #FgBg3Qgg2l9x4JTO9RdSxo1DTIXK1u9e { width:8.75rem;height:11.9375rem;top:172.75rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #OAhigx7BJfAX1sB1xPLl0KdP6ghRKEWx { width:7rem;height:2.625rem;top:57rem;left:6.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100060;display:block; }
 }@media only screen and (max-width: 763px) { #ivZPhm9nTvLFpBPXDEeycD5TcziAbhOD { width:11.75rem;height:1.3125rem;top:43.6875rem;left:5.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100059;display:block; }
 }@media only screen and (max-width: 763px) { #OIblKAEDL6zqzRNyii58TrbtmVJbEy6N { width:8.75rem;height:11.9375rem;top:56.125rem;left:5.625rem;z-index:100022;display:none; }
 }@media only screen and (max-width: 763px) { #DM1Fa9PD11GAwsQSIIgSKDRQh4Q5vauC { width:8.75rem;height:11.9375rem;top:78.875rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #unco3WJcxLTOqKNFySDPaXDTMSVmi14G { width:8.75rem;height:11.9375rem;top:114.25rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #ygvToLh6mfIwDcZ3y7TG9l55LWxUnPpq { width:9.3125rem;height:2.625rem;top:37.3125rem;left:6.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100058;display:block; }
 }@media only screen and (max-width: 763px) { #pT9KLfR1cnWLw6wTirlM0Xr7chuvLQiT { width:6.75rem;height:0;top:35.375rem;left:9.1875rem;font-size:0.875rem;z-index:100046;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #IleoxqE77TVHvraJX3Rugr2TRbcdEQtA { width:11.375rem;height:2.625rem;top:50.15625rem;left:6.15625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #AfzRVMBeKhU0KbfqdWsIc3JpDqByINbi { width:8.75rem;height:11.9375rem;top:150.1875rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #VicRl0uLWbmLz7fr8iN1Aw4vMtLa6LCX { width:8.75rem;height:11.9375rem;top:196.0625rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #uoHTOop9mXtGFExs5sOB6TEnRzTdaNoz { width:11.4375rem;height:1.3125rem;top:63.375rem;left:6.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #eAh8xgNLSFv2sUlwP6iqvsKQ2Gu9AVbU { width:6.25rem;height:6.1875rem;top:48.25rem;left:0.4375rem;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #eHOfU6t9a1UU3osGt9Gcz3rlA9X9l9TI { width:5.8125rem;height:5.75rem;top:42.0625rem;left:0.25rem;z-index:100051;display:block; }
 }@media only screen and (max-width: 763px) { #wNNiVCP4uzRUhErBpE0ITEhqrch0gbil { width:6.5rem;height:6.4375rem;top:29.40625rem;left:0.25rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #F4VX5AMc5o7JImTC9Mc2KFB3ER9nzKFx { width:6.25rem;height:6.25rem;top:60.90625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTnImoTTCopH2niBQ8afTCaohdH4vxMv { width:6.4375rem;height:6.4375rem;top:35.40625rem;left:0.3125rem;z-index:100051;display:block; }
 }@media only screen and (max-width: 763px) { #JAJIVTqJuUEC7lX89z7XwvVJU9zngayc { width:7.25rem;height:7.1875rem;top:54.0625rem;left:0rem;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #WZwT9F9xxVsyZE6iLTse3HG3MfwNhmDD { width:20rem;height:5.5625rem;top:17.5625rem;left:0rem;z-index:100044;display:block; }
 }@media only screen and (max-width: 763px) { #HP2ohZy120awkDHPz6aagCVpQcuK0xpr { width:20rem;height:5.5625rem;top:23.6875rem;left:0rem;z-index:100045;display:block; }
 }@media only screen and (max-width: 763px) { #XzaTeHFOICdhihWBG16rTxCuLdMxhTNS { width:20rem;height:5.5625rem;top:29.8125rem;left:0rem;z-index:100046;display:block; }
 }@media only screen and (max-width: 763px) { #NrTEokRHCtiKrAopMBhpLGxJBDT5khLI { width:20rem;height:5.5625rem;top:35.96875rem;left:0rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #EHnRieflwPkuDkCgNP0fKsit17Z4JMJ0 { width:20rem;height:5.5625rem;top:42.21875rem;left:0rem;z-index:100048;display:block; }
 }@media only screen and (max-width: 763px) { #UFWDkcxghqzAtkBm5JMZwZeNAUM7qeiw { width:20rem;height:5.5625rem;top:48.53125rem;left:0rem;z-index:100049;display:block; }
 }@media only screen and (max-width: 763px) { #e29eDdOy35lvZhhno02zXQDrVBTDc8k2 { width:20rem;height:5.5625rem;top:54.875rem;left:0rem;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #xE0v3n8TMiaigFQPEcyI2VlXpnQeahHF { width:20rem;height:5.5625rem;top:61.25rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ { background-color:#00a2ff;background-image:none;display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { background-color: transparent; background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .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); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHTFkUfWNCqr4qu0TuZKB7l1cMWJ1pbH { width:13.9375rem;height:1.4624rem;top:5.41796875rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBI4UnSdrkS8Llp9FVZhDcngOIDxoSc3 { width:20rem;height:43.1875rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t89d9Sali4Q2CHlZKTZ0Dv3Q2TI57pGx { width:11.5rem;height:1.3125rem;top:8.75rem;left:-17.75rem;font-size:0.875rem;z-index:100052;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kuS6lGvcmxDgo4u6Uaw4WEusff8Gxu1n { top:0.6875rem;left:7.15625rem;width:6.8125rem;height:5.1875rem;z-index:100053;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #g54wvPI9oVDeTnX0sIG4F4JfBcuc57nh { width:13.625rem;height:2.3125rem;top:1.0625rem;left:3.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X3Gb81GVZ0gUNrp80TXtmtiqF5EJfrAE { width:17.9375rem;height:11rem;top:8.75rem;left:1.03125rem;display:block; }
 }