.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-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: -webkit-linear-gradient(180deg, #013666, #753fe5);background-image: -moz-linear-gradient(180deg, #013666, #753fe5);background-image: -ms-linear-gradient(180deg, #013666, #753fe5);background-image: -o-linear-gradient(180deg, #013666, #753fe5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#753fe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#753fe5' );";background-image: linear-gradient(180deg, #013666, #753fe5);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); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #ffffff, #b5dcff);background-image: -moz-linear-gradient(150deg, #ffffff, #b5dcff);background-image: -ms-linear-gradient(150deg, #ffffff, #b5dcff);background-image: -o-linear-gradient(150deg, #ffffff, #b5dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5dcff' );";background-image: linear-gradient(150deg, #ffffff, #b5dcff);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { background-color: transparent; background-image: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .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); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { border-width: 0; border-radius: 0; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:60rem;overflow:visible;position:relative;display:block; }#XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { color:#013666;display:block;width:24.7488125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:30.125rem;left:0rem;height:6.4019375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q1p2EoDsmsg7hVM38KN3yNTyI9Ft8xpv { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99960625rem;width:8.8125rem;top:4.1904296875rem;left:25.59375rem;overflow:hidden;display:block; }
#WsFSBhsEfPUz0zTHpfRTOHd3y4gpB51X { color:#013666;display:block;width:28.6875rem;position:absolute;font-family:"dax extrabold";font-size:3.125rem;font-weight:normal;z-index:14999;line-height:1.2;letter-spacing:0;top:13.75rem;left:0rem;height:15rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FRGm7hzJRTyHMa4orChCFWGg762x6V2A { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:33.1875rem;top:18.936632156372rem;left:26.645229120691rem;overflow:hidden;display:none; }
#mJG6UO23u43DUSt3STwwkebmz9OR9sli { color:#013666;display:block;width:24.747625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:38.375rem;left:0rem;height:4.80143125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NasvJaCfG93VsJc5qU9DSQTJq6swTTqF { box-sizing:content-box;height:33.4375rem;width:27.1875rem;position:absolute;display:block;z-index:14998;background-color:#013666;background-image:none;top:10.935936927796rem;left:32.835540771484rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#hqIsoUgAm6WcQ9Tmx6um8DaOcfTd0kss { color:#ffffff;display:block;width:24.1873125rem;position:absolute;font-family:"dax extrabold";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:23.499349594116rem;left:34.404296875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#neTymSuCHZOQrTrRhHLXFB6rDJzbyz8N { color:#ffffff;display:block;width:24.74825rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:26.854385375976rem;left:34.054908752441rem;height:1.600475rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { background-color: transparent; background-image: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .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); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { border-width: 0; border-radius: 0; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;position:relative;display:block; }#IfqlnkSl3cP6Mzhyu8biZlD3ht071n7Q { color:#013666;display:block;width:23.0625rem;position:absolute;font-family:"dax extrabold";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:8.9375rem;left:31.3125rem;height:2.62478125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OKf0ccKP9W9nT4WR4QSdc1XbSryxkPXq { color:#013666;display:block;width:24.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:13.3125rem;left:34.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MLBBJQTTwRgrIGdJpSoB5JgC130qqoCs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.75rem;left:31.3125rem; }
#lcPfh947FUnfTMCu8zZaf3RxWAzsd9S3 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.9375rem;width:29.375rem;top:12.8125rem;left:30.625rem;display:block; }
#rzwT2GJ2TTONL9vsDCc0EqqnexzIRxii { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.9375rem;width:29.375rem;top:17.9375rem;left:30.625rem;display:block; }
#GigQPdcpIzeVOuGn0Men15fQmHaAtomf { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.9375rem;width:29.375rem;top:23rem;left:30.625rem;display:block; }
#ZkBGe2JdWazxTo1aeUtt87AwTooPS8MP { color:#013666;display:block;width:24.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:18.375rem;left:34.125rem;height:2.8rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bAIb8kMLMsrIoz0r2bnBhPE3DvxWrbZm { color:#013666;display:block;width:24.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:23.5625rem;left:34.1875rem;height:2.8rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QPDxUgMm14GVAppo6QNf9oB8MoNGfccV { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#d2eaff;background-image:none;top:13.625rem;left:31.1875rem;display:block; }
#RQXUpeJW5XKM3W7GOTRnGToPSfuaQRyw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.9375rem;left:31.3125rem; }
#ns05Bn1AVKps50TUMMrAME2OeRWTW2Cb { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#d2eaff;background-image:none;top:18.875rem;left:31.1875rem;display:block; }
#Q3JhwBPU843WCZ4TpXcPgdmkTkxJFfts { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:23.9375rem;left:31.3125rem; }
#wPITegpfMAlJcrkU08TTa1TTlFOqUE1x { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#d2eaff;background-image:none;top:23.875rem;left:31.1875rem;display:block; }
#EdlmnVcQHgMMR1yFknQfHeKcTCJwG6QD { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.75rem;width:28.3125rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#ciF4oXtq4Ft8tkZmsqHlpcq12JRZ516V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:4.3125rem;left:2.5625rem; }
#oU8tL9smGzkmyMRvrHXgeOHJNtIBswqW { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15073;background-color:#753fe5;background-image:none;top:3.375rem;left:1.625rem;display:block; }
#TFxdvGCvJElt7Qi3LNewl85uSqBdqmBC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:16.6875rem;left:22.75rem; }
#yGhDNKpvFcnyOsLs2LF23WEU537S2csH { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15075;background-color:#fde68a;background-image:none;top:15.875rem;left:22.125rem;display:block; }
#o2Z4TZ8vO8ZWfgDJd8lUutOWd3OOKi9y { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15077;background-color:#00ada4;background-image:none;top:27.875rem;left:3.625rem;display:block; }
#coDliNFN5Eoad5LfAosVpSvZ5DuJS1J8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:28.84375rem;left:4.5625rem; }
#W5z6c55oEXVmelKDGTP1wMh1clAKH1OS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #013666, #753fe5);background-image: -moz-linear-gradient(90deg, #013666, #753fe5);background-image: -ms-linear-gradient(90deg, #013666, #753fe5);background-image: -o-linear-gradient(90deg, #013666, #753fe5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#753fe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#753fe5' );";background-image: linear-gradient(90deg, #013666, #753fe5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W5z6c55oEXVmelKDGTP1wMh1clAKH1OS > .row .container { background-color: transparent; background-image: none; }#W5z6c55oEXVmelKDGTP1wMh1clAKH1OS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5z6c55oEXVmelKDGTP1wMh1clAKH1OS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5z6c55oEXVmelKDGTP1wMh1clAKH1OS > .row .container > .video-iframe-container { display: none; }#W5z6c55oEXVmelKDGTP1wMh1clAKH1OS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5z6c55oEXVmelKDGTP1wMh1clAKH1OS > .row > .video-iframe-container { display: none; }#W5z6c55oEXVmelKDGTP1wMh1clAKH1OS > .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); }#W5z6c55oEXVmelKDGTP1wMh1clAKH1OS > .row .container { border-width: 0; border-radius: 0; }#W5z6c55oEXVmelKDGTP1wMh1clAKH1OS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5z6c55oEXVmelKDGTP1wMh1clAKH1OS > .row .container { font-size:0.875rem;font-family:arial;height:76.125rem;width:60rem;position:relative;display:block; }#aO00tQPVTHH2mwh2d4bO11J1bQTBpBDI { color:#013666;display:block;width:13.6875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:46.25rem;left:21.937501907349rem;height:2.76041875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TpnQ7v69wl3OyDfAiAdzMw5ISU3QFZMa { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15079;background-color:#d2eaff;background-image:none;top:42.5rem;left:21.937501907349rem;display:block; }
#cz7Zl0GEvT4cv72eoEJgSMr1aUhHAzKB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:43.0625rem;left:22.500001907349rem; }
#KU5q19tNKDMMezBsOPTGFRS16soITX8t { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:"dax extrabold";font-size:2.75rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:6.625rem;left:0rem;height:6.59725rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tw5QeUi6JLRIbH8v9aevBlsKSvmbCAdC { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:21.625rem;left:0rem;height:11.2033125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DLOF5kIM58OrJdBTqcpaf220e1F4TDy0 { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:23.6875rem;top:13.25rem;left:0rem;overflow:hidden;display:none; }
#mQAuInBOd5tvRbNVX9pBbQvEMzXp03Mk { color:#013666;display:block;width:15.3125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:46.250001907349rem;left:40.281251907349rem;height:2.76041875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KuF9XsQNN4gDGEfxV5IT6uPbF2wTwDO5 { color:#013666;display:block;width:16.1875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:55.875001907349rem;left:21.906251907349rem;height:2.76041875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uchIDaqtKpqHGnc8UgogdtRD25utURcV { color:#013666;display:block;width:16.1875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:55.875001907349rem;left:4.2178821563721rem;height:2.76041875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O7ODJO0tLPe1RVkczPHZLT1EJPRQ4Tgz { color:#013666;display:block;width:13.6875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:55.937501907349rem;left:40.281251907349rem;height:2.76041875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lC8LuaGVMFdlQRqe8UvAq6yvfrtbcR1s { color:#e4e6eb;display:block;width:48.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:64.25000190735rem;left:5.53125rem;height:1.600475rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aOFbw2EuI4ff5Am6IvZl2AOwNfGM0fsd { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"dax extrabold";font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:43.800346374512rem;left:3.1875rem;height:4.39886875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P3T6uTnbF3wWkZRPc6lHmBxNswCzLFGg { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #b5dcff);background-image: -moz-linear-gradient(90deg, #ffffff, #b5dcff);background-image: -ms-linear-gradient(90deg, #ffffff, #b5dcff);background-image: -o-linear-gradient(90deg, #ffffff, #b5dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5dcff' );";background-image: linear-gradient(90deg, #ffffff, #b5dcff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#013666;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.3125rem;height:3.4375rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:67.93750190735rem;left:12.343751907349rem;display:block; }
#TAGdwUU1QzXwMFJar6XQwUqfnPzcHgDy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#POsyuMEuZSf6kmccbHRauOh6QqNlI3xb { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.9375rem;width:30rem;top:1.8117187023163rem;left:27.748825073243rem;overflow:hidden;display:block; }
#bauD92XBrB1NChAJw74SmkQyQPV6GaG5 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8.625rem;width:17.125rem;top:41.375rem;left:21.250001907349rem;display:block; }
#dREWxvTZmTvM8sNEXPcKEBtmseUwc5qb { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8.625rem;width:17.125rem;top:41.375rem;left:39.375001907349rem;display:block; }
#CKaEKZaWvFD2RqeI815fwe6rfp2OOQSQ { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15083;background-color:#d2eaff;background-image:none;top:42.5rem;left:40rem;display:block; }
#Qt6rcCI9VdiKgrH0JATnfv4adAi1k2RF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:43.245833375rem;left:40.683335282349rem; }
#tw3OcQxwxaRHq6qnHoVC6pcaNZ5K1fwE { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8.625rem;width:17.125rem;top:50.9375rem;left:39.375001907349rem;display:block; }
#sXtSJ3ySAIisVfTuH3qlVXx8GS2qTTxu { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8.625rem;width:17.125rem;top:50.9375rem;left:21.250001907349rem;display:block; }
#GDB0G9o3FwKwEGlZGDHXkTWKeay44ZPF { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15091;background-color:#d2eaff;background-image:none;top:52.0625rem;left:40.000001907349rem;display:block; }
#cv39uESeemf635sU8WJVq5eAoKTTBKm8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:52.808333375rem;left:40.745835282349rem; }
#xMXXryTTbDKBWHk8euGxLBOZbKUZ0eC7 { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15087;background-color:#d2eaff;background-image:none;top:52.0625rem;left:21.937501907349rem;display:block; }
#V2XryEDFH4ccE6l9yJ4Z9eiQwWIOxNul { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:52.8125rem;left:22.687501907349rem; }
#xReMMdKreKr8FsdUX9v9IPmsE95HqgTv { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8.625rem;width:17.125rem;top:50.9375rem;left:3.1875rem;display:block; }
#swqmiMiTUkTZ7k43U1mDXXcy4FdaMzOO { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15091;background-color:#d2eaff;background-image:none;top:52.0625rem;left:3.875rem;display:block; }
#SPVR9wD6ms8uT1kDTERT3NW9eBR09n7W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:52.625rem;left:4.4375rem; }
#M7atrTkRrrClk3rO20oTiiFqBIDCWdPe { position:absolute;display:block;z-index:14999;background-color:#013666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:23.0625rem;width:60rem;top:38.993055343628rem;left:0rem;display:block; }
#IQ3DlqQpthudTNnPgCoieinKKQ5TXgHn { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:23.6875rem;top:13.25rem;left:0rem;overflow:hidden;display:block; }
#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013666;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container { background-color: transparent; background-image: none; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container > .video-iframe-container { display: none; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row > .video-iframe-container { display: none; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .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); }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container { border-width: 0; border-radius: 0; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#Pi0hMSZBUcuQCHZGLMguZaW40EiEhThU { position:absolute;display:block;z-index:15045;background-color:#753fe5;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:2.5rem;left:50.75rem;display:block; }
#sqyM1HH55ESM701KE8LXLQrNQZXxx0W4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:3.0625rem;left:51.25rem; }
#sqyM1HH55ESM701KE8LXLQrNQZXxx0W4 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#hpW3mCsTC0XtK3L9Xy22GBZTyBuFtE9J { position:absolute;display:block;z-index:15047;background-color:#753fe5;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:2.375rem;left:54.125rem;display:block; }
#GQ0U4GgEiyJZbM0WRBZtiGQJhKGUR3rL { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:3rem;left:54.75rem; }
#GQ0U4GgEiyJZbM0WRBZtiGQJhKGUR3rL > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#UJzFlT3EhO1O6r5PmsRcTLLIE6t9RznE { position:absolute;display:block;z-index:15043;background-color:#753fe5;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:2.4375rem;left:57.5rem;display:block; }
#JAkDV2Mzx7Rfz04hvNBNN4O4CXfWRIE2 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;top:2.9375rem;left:57.9375rem; }
#JAkDV2Mzx7Rfz04hvNBNN4O4CXfWRIE2 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#h7ZaInAghJAdar781W19nOoJTQ8zgG1b { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:6.625rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { width:24.6875rem;height:6.375rem;top:30.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1p2EoDsmsg7hVM38KN3yNTyI9Ft8xpv { top:4.1875rem;left:19.46875rem;width:8.8125rem;height:3.99960625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsFSBhsEfPUz0zTHpfRTOHd3y4gpB51X { width:28.6875rem;height:;top:13.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRGm7hzJRTyHMa4orChCFWGg762x6V2A { top:18.875rem;left:11.6875rem;width:33.1875rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJG6UO23u43DUSt3STwwkebmz9OR9sli { width:24.6875rem;height:4.75rem;top:38.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NasvJaCfG93VsJc5qU9DSQTJq6swTTqF { top:10.875rem;left:20.5625rem;width:27.1875rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqIsoUgAm6WcQ9Tmx6um8DaOcfTd0kss { width:24.125rem;height:;top:23.4375rem;left:23.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neTymSuCHZOQrTrRhHLXFB6rDJzbyz8N { width:24.6875rem;height:1.5625rem;top:26.8125rem;left:23.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfqlnkSl3cP6Mzhyu8biZlD3ht071n7Q { width:23.0625rem;height:2.625rem;top:8.9375rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKf0ccKP9W9nT4WR4QSdc1XbSryxkPXq { width:24.75rem;height:;top:13.25rem;left:7rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLBBJQTTwRgrIGdJpSoB5JgC130qqoCs { top:13.75rem;left:25.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcPfh947FUnfTMCu8zZaf3RxWAzsd9S3 { top:12.8125rem;left:2.4375rem;width:29.3125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzwT2GJ2TTONL9vsDCc0EqqnexzIRxii { top:17.9375rem;left:2.4375rem;width:29.3125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GigQPdcpIzeVOuGn0Men15fQmHaAtomf { top:23rem;left:2.4375rem;width:29.3125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkBGe2JdWazxTo1aeUtt87AwTooPS8MP { width:24rem;height:2.75rem;top:18.375rem;left:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAIb8kMLMsrIoz0r2bnBhPE3DvxWrbZm { width:24.8125rem;height:2.75rem;top:23.5625rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPDxUgMm14GVAppo6QNf9oB8MoNGfccV { top:13.625rem;left:25rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQXUpeJW5XKM3W7GOTRnGToPSfuaQRyw { top:18.9375rem;left:25.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns05Bn1AVKps50TUMMrAME2OeRWTW2Cb { top:18.875rem;left:25rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3JhwBPU843WCZ4TpXcPgdmkTkxJFfts { top:23.9375rem;left:25.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPITegpfMAlJcrkU08TTa1TTlFOqUE1x { top:23.875rem;left:25rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdlmnVcQHgMMR1yFknQfHeKcTCJwG6QD { top:0.125rem;left:0rem;width:28.3125rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciF4oXtq4Ft8tkZmsqHlpcq12JRZ516V { top:4.3125rem;left:0.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU8tL9smGzkmyMRvrHXgeOHJNtIBswqW { top:3.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFxdvGCvJElt7Qi3LNewl85uSqBdqmBC { top:16.6875rem;left:16.5625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGhDNKpvFcnyOsLs2LF23WEU537S2csH { top:15.875rem;left:15.9375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Z4TZ8vO8ZWfgDJd8lUutOWd3OOKi9y { top:27.875rem;left:1.5625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coDliNFN5Eoad5LfAosVpSvZ5DuJS1J8 { top:28.8125rem;left:2.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5z6c55oEXVmelKDGTP1wMh1clAKH1OS { display:block; }#W5z6c55oEXVmelKDGTP1wMh1clAKH1OS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aO00tQPVTHH2mwh2d4bO11J1bQTBpBDI { top:46.25rem;left:15.812501907349rem;width:13.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpnQ7v69wl3OyDfAiAdzMw5ISU3QFZMa { top:42.5rem;left:15.812501907349rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz7Zl0GEvT4cv72eoEJgSMr1aUhHAzKB { top:43.0625rem;left:16.375001907349rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU5q19tNKDMMezBsOPTGFRS16soITX8t { width:26.0625rem;height:6.5625rem;top:6.625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5QeUi6JLRIbH8v9aevBlsKSvmbCAdC { width:22.3125rem;height:11.1875rem;top:21.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLOF5kIM58OrJdBTqcpaf220e1F4TDy0 { top:13.25rem;left:0rem;width:23.6875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQAuInBOd5tvRbNVX9pBbQvEMzXp03Mk { top:46.25rem;left:32.4375rem;width:15.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuF9XsQNN4gDGEfxV5IT6uPbF2wTwDO5 { top:55.875rem;left:15.781251907349rem;width:16.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uchIDaqtKpqHGnc8UgogdtRD25utURcV { top:55.875rem;left:0rem;width:16.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7ODJO0tLPe1RVkczPHZLT1EJPRQ4Tgz { top:55.9375rem;left:34.0625rem;width:13.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC8LuaGVMFdlQRqe8UvAq6yvfrtbcR1s { width:47.75rem;height:1.5625rem;top:64.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOFbw2EuI4ff5Am6IvZl2AOwNfGM0fsd { width:14.375rem;height:4.375rem;top:43.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3T6uTnbF3wWkZRPc6lHmBxNswCzLFGg { width:35.3125rem;height:3.4375rem;top:67.9375rem;left:6.2187519073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAGdwUU1QzXwMFJar6XQwUqfnPzcHgDy { display:block; }
 }@media only screen and (max-width: 763px) { #POsyuMEuZSf6kmccbHRauOh6QqNlI3xb { top:1.75rem;left:17.75rem;width:30rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bauD92XBrB1NChAJw74SmkQyQPV6GaG5 { top:41.375rem;left:15.125001907349rem;width:17.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dREWxvTZmTvM8sNEXPcKEBtmseUwc5qb { top:41.375rem;left:30.625rem;width:17.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKaEKZaWvFD2RqeI815fwe6rfp2OOQSQ { top:42.5rem;left:33.875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt6rcCI9VdiKgrH0JATnfv4adAi1k2RF { top:43.1875rem;left:34.558335282349rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw3OcQxwxaRHq6qnHoVC6pcaNZ5K1fwE { top:50.9375rem;left:30.625rem;width:17.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXtSJ3ySAIisVfTuH3qlVXx8GS2qTTxu { top:50.9375rem;left:15.125001907349rem;width:17.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDB0G9o3FwKwEGlZGDHXkTWKeay44ZPF { top:52.0625rem;left:33.875001907349rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv39uESeemf635sU8WJVq5eAoKTTBKm8 { top:52.75rem;left:34.620835282349rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMXXryTTbDKBWHk8euGxLBOZbKUZ0eC7 { top:52.0625rem;left:15.812501907349rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2XryEDFH4ccE6l9yJ4Z9eiQwWIOxNul { top:52.8125rem;left:16.562501907349rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xReMMdKreKr8FsdUX9v9IPmsE95HqgTv { top:50.9375rem;left:0rem;width:17.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swqmiMiTUkTZ7k43U1mDXXcy4FdaMzOO { top:52.0625rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPVR9wD6ms8uT1kDTERT3NW9eBR09n7W { top:52.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7atrTkRrrClk3rO20oTiiFqBIDCWdPe { top:38.9375rem;left:0rem;width:47.75rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ3DlqQpthudTNnPgCoieinKKQ5TXgHn { top:13.25rem;left:0rem;width:23.6875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 { display:block; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pi0hMSZBUcuQCHZGLMguZaW40EiEhThU { top:2.5rem;left:44.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqyM1HH55ESM701KE8LXLQrNQZXxx0W4 { top:3.0625rem;left:45.125rem;width:1.4375rem;height:1.4375rem;display:block; }
#sqyM1HH55ESM701KE8LXLQrNQZXxx0W4 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #hpW3mCsTC0XtK3L9Xy22GBZTyBuFtE9J { top:2.375rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ0U4GgEiyJZbM0WRBZtiGQJhKGUR3rL { top:3rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#GQ0U4GgEiyJZbM0WRBZtiGQJhKGUR3rL > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #UJzFlT3EhO1O6r5PmsRcTLLIE6t9RznE { top:2.4375rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAkDV2Mzx7Rfz04hvNBNN4O4CXfWRIE2 { top:2.9375rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#JAkDV2Mzx7Rfz04hvNBNN4O4CXfWRIE2 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #h7ZaInAghJAdar781W19nOoJTQ8zgG1b { top:2.125rem;left:0rem;width:6.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #ffffff, #b5dcff);background-image: -moz-linear-gradient(145deg, #ffffff, #b5dcff);background-image: -ms-linear-gradient(145deg, #ffffff, #b5dcff);background-image: -o-linear-gradient(145deg, #ffffff, #b5dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5dcff' );";background-image: linear-gradient(145deg, #ffffff, #b5dcff);background-size:cover !important;display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { background-color: transparent; background-image: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .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); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { width:20rem;height:66.6069875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { width:18.375rem;height:5.59765625rem;top:12.7744140625rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1p2EoDsmsg7hVM38KN3yNTyI9Ft8xpv { width:5.5625rem;height:2.625rem;top:1.07421875rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsFSBhsEfPUz0zTHpfRTOHd3y4gpB51X { width:18.25rem;height:6.5244375rem;top:5.2587890625rem;left:0.875rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FRGm7hzJRTyHMa4orChCFWGg762x6V2A { width:20rem;height:15.283rem;top:40.637153625488rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJG6UO23u43DUSt3STwwkebmz9OR9sli { width:18.5625rem;height:4.19824375rem;top:19.4345703125rem;left:0.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NasvJaCfG93VsJc5qU9DSQTJq6swTTqF { width:20rem;height:33.75rem;top:24.8828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqIsoUgAm6WcQ9Tmx6um8DaOcfTd0kss { width:20rem;height:0;top:59.8828125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #neTymSuCHZOQrTrRhHLXFB6rDJzbyz8N { width:20rem;height:0;top:63.75759375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { background-color:#e4e6eb;background-image:none;display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { background-color: transparent; background-image: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .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); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfqlnkSl3cP6Mzhyu8biZlD3ht071n7Q { width:18.3125rem;height:1.94921875rem;top:2.4375rem;left:0.84375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OKf0ccKP9W9nT4WR4QSdc1XbSryxkPXq { width:15.8125rem;height:2.3984375rem;top:5.625rem;left:3.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MLBBJQTTwRgrIGdJpSoB5JgC130qqoCs { display:flex;width:1.6875rem;height:1.6875rem;top:6.0625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #lcPfh947FUnfTMCu8zZaf3RxWAzsd9S3 { width:20rem;height:3.9375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzwT2GJ2TTONL9vsDCc0EqqnexzIRxii { width:20rem;height:3.9375rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GigQPdcpIzeVOuGn0Men15fQmHaAtomf { width:20rem;height:3.9375rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkBGe2JdWazxTo1aeUtt87AwTooPS8MP { width:15.3125rem;height:2.3984375rem;top:10.25rem;left:3.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #bAIb8kMLMsrIoz0r2bnBhPE3DvxWrbZm { width:15.0625rem;height:2.3984375rem;top:14.375rem;left:3.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #QPDxUgMm14GVAppo6QNf9oB8MoNGfccV { width:2.125rem;height:2.125rem;top:5.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQXUpeJW5XKM3W7GOTRnGToPSfuaQRyw { display:flex;width:1.9375rem;height:1.9375rem;top:10.25rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #ns05Bn1AVKps50TUMMrAME2OeRWTW2Cb { width:2.125rem;height:2.125rem;top:10.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3JhwBPU843WCZ4TpXcPgdmkTkxJFfts { display:flex;width:1.9375rem;height:1.9375rem;top:14.5625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #wPITegpfMAlJcrkU08TTa1TTlFOqUE1x { width:2.125rem;height:2.125rem;top:14.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdlmnVcQHgMMR1yFknQfHeKcTCJwG6QD { width:16.1875rem;height:20.4375rem;top:17.6875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciF4oXtq4Ft8tkZmsqHlpcq12JRZ516V { display:flex;width:1.5625rem;height:1.5625rem;top:20.6875rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #oU8tL9smGzkmyMRvrHXgeOHJNtIBswqW { width:3.125rem;height:3.125rem;top:19.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFxdvGCvJElt7Qi3LNewl85uSqBdqmBC { display:flex;width:2.0625rem;height:2.0625rem;top:25.0625rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #yGhDNKpvFcnyOsLs2LF23WEU537S2csH { width:3.3125rem;height:3.3125rem;top:24.4375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Z4TZ8vO8ZWfgDJd8lUutOWd3OOKi9y { width:3.1875rem;height:3.1875rem;top:33rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #coDliNFN5Eoad5LfAosVpSvZ5DuJS1J8 { display:flex;width:1.75rem;height:1.75rem;top:33.75rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #W5z6c55oEXVmelKDGTP1wMh1clAKH1OS { display:block; }#W5z6c55oEXVmelKDGTP1wMh1clAKH1OS > .row .container { width:20rem;height:115.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aO00tQPVTHH2mwh2d4bO11J1bQTBpBDI { width:15.4375rem;height:2.5996125rem;top:56.5869140625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpnQ7v69wl3OyDfAiAdzMw5ISU3QFZMa { width:3.1875rem;height:3.1875rem;top:52.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz7Zl0GEvT4cv72eoEJgSMr1aUhHAzKB { display:flex;width:2rem;height:2rem;top:53.3125rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #KU5q19tNKDMMezBsOPTGFRS16soITX8t { width:20rem;height:4.3496125rem;top:2.162109375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5QeUi6JLRIbH8v9aevBlsKSvmbCAdC { width:19.125rem;height:9.795875rem;top:12.48046875rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DLOF5kIM58OrJdBTqcpaf220e1F4TDy0 { width:15.8125rem;height:4.4375rem;top:6.5849609375rem;left:2.09375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mQAuInBOd5tvRbNVX9pBbQvEMzXp03Mk { width:15.3125rem;height:2.76171875rem;top:66.125rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuF9XsQNN4gDGEfxV5IT6uPbF2wTwDO5 { width:16.1875rem;height:2.76171875rem;top:85.962890625rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uchIDaqtKpqHGnc8UgogdtRD25utURcV { width:16.1875rem;height:2.76171875rem;top:76.0625rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7ODJO0tLPe1RVkczPHZLT1EJPRQ4Tgz { width:13.6875rem;height:2.76171875rem;top:95.70703125rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC8LuaGVMFdlQRqe8UvAq6yvfrtbcR1s { width:17.125rem;height:2.798825rem;top:104.3125rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aOFbw2EuI4ff5Am6IvZl2AOwNfGM0fsd { width:14.375rem;height:4.3984375rem;top:45.388671875rem;left:2.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3T6uTnbF3wWkZRPc6lHmBxNswCzLFGg { width:19rem;height:3.4375rem;top:108.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAGdwUU1QzXwMFJar6XQwUqfnPzcHgDy { display:block; }
 }@media only screen and (max-width: 763px) { #POsyuMEuZSf6kmccbHRauOh6QqNlI3xb { width:16.3125rem;height:20.1875rem;top:23.375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bauD92XBrB1NChAJw74SmkQyQPV6GaG5 { width:17.125rem;height:8.625rem;top:61.44921875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dREWxvTZmTvM8sNEXPcKEBtmseUwc5qb { width:17.125rem;height:8.625rem;top:90.90625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKaEKZaWvFD2RqeI815fwe6rfp2OOQSQ { width:3.1875rem;height:3.1875rem;top:62.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt6rcCI9VdiKgrH0JATnfv4adAi1k2RF { display:flex;width:1.8125rem;height:1.8125rem;top:63.125rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #tw3OcQxwxaRHq6qnHoVC6pcaNZ5K1fwE { width:17.125rem;height:8.625rem;top:51.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXtSJ3ySAIisVfTuH3qlVXx8GS2qTTxu { width:17.125rem;height:8.625rem;top:71.32421875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDB0G9o3FwKwEGlZGDHXkTWKeay44ZPF { width:3.1875rem;height:3.1875rem;top:82.306640625rem;left:2.3125rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #cv39uESeemf635sU8WJVq5eAoKTTBKm8 { display:flex;width:1.75rem;height:1.75rem;top:92.71875rem;left:3.09375rem; }
 }@media only screen and (max-width: 763px) { #xMXXryTTbDKBWHk8euGxLBOZbKUZ0eC7 { width:3.1875rem;height:3.1875rem;top:72.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2XryEDFH4ccE6l9yJ4Z9eiQwWIOxNul { display:flex;width:1.625rem;height:1.625rem;top:83.181640625rem;left:3.03125rem;z-index:15096; }
 }@media only screen and (max-width: 763px) { #xReMMdKreKr8FsdUX9v9IPmsE95HqgTv { width:17.125rem;height:8.625rem;top:81.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swqmiMiTUkTZ7k43U1mDXXcy4FdaMzOO { width:3.1875rem;height:3.1875rem;top:92rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPVR9wD6ms8uT1kDTERT3NW9eBR09n7W { display:flex;width:2rem;height:2rem;top:72.78125rem;left:2.96875rem; }
 }@media only screen and (max-width: 763px) { #M7atrTkRrrClk3rO20oTiiFqBIDCWdPe { width:20rem;height:58.8125rem;top:43.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #IQ3DlqQpthudTNnPgCoieinKKQ5TXgHn { width:20rem;height:5.7519788918206rem;top:13.25rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 { display:block; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pi0hMSZBUcuQCHZGLMguZaW40EiEhThU { width:2.5rem;height:2.5rem;top:5.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqyM1HH55ESM701KE8LXLQrNQZXxx0W4 { display:flex;width:1.4375rem;height:1.4375rem;top:6.125rem;left:9.3125001192094rem; }
#sqyM1HH55ESM701KE8LXLQrNQZXxx0W4 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #hpW3mCsTC0XtK3L9Xy22GBZTyBuFtE9J { width:2.5rem;height:2.5rem;top:9.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ0U4GgEiyJZbM0WRBZtiGQJhKGUR3rL { display:flex;width:1.25rem;height:1.25rem;top:9.8749923706056rem;left:9.4375001192094rem; }
#GQ0U4GgEiyJZbM0WRBZtiGQJhKGUR3rL > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #UJzFlT3EhO1O6r5PmsRcTLLIE6t9RznE { width:2.5rem;height:2.5rem;top:13.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAkDV2Mzx7Rfz04hvNBNN4O4CXfWRIE2 { width:1.625rem;height:1.625rem;top:13.562501907349rem;left:9.2500001192094rem;display:block; }
#JAkDV2Mzx7Rfz04hvNBNN4O4CXfWRIE2 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #h7ZaInAghJAdar781W19nOoJTQ8zgG1b { width:6.625rem;height:3.0625rem;top:1.25rem;left:6.6875rem;display:block; }
 }