.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(90deg, #013666, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #013666, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #013666, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #013666, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #013666, rgba(0,0,0,0));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(165deg, #462192, #8560f0);background-image: -moz-linear-gradient(165deg, #462192, #8560f0);background-image: -ms-linear-gradient(165deg, #462192, #8560f0);background-image: -o-linear-gradient(165deg, #462192, #8560f0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#462192', endColorstr='#8560f0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#462192', endColorstr='#8560f0' );";background-image: linear-gradient(165deg, #462192, #8560f0);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:38.375rem;width:60rem;overflow:visible;position:relative;display:block; }#WgiMiWlBftuIpMg7JZJWComk5EUFt48c { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.5rem;left:4.5625rem;display:block; }
#G9MMeyhxeRh8KgQALB5DT6MyJARrhMLA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:22.875rem;left:4.5625rem;height:5.3994125rem;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; }
#R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { position:absolute;display:block;z-index:15040;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.25rem;width:6.875rem;top:2.1916668415069rem;left:26.5625rem;overflow:hidden;display:block; }
#awtTlutQLRKZiMVeN1WxCyy01X1i7IPG { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:"dax medium";font-size:2.25rem;font-weight:normal;z-index:14998;line-height:1.2;letter-spacing:0;top:10.125rem;left:4.5625rem;height:10.796875rem;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; }
#J5GyrD0zLSqhdciv0W5FnDR6xXd7Q4mr { 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:30.8125rem;width:29.3125rem;top:7.5625rem;left:30.000001907349rem;overflow:hidden;display:block; }
#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { background-color: transparent; background-image: none; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container > .video-iframe-container { display: none; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row > .video-iframe-container { display: none; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .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); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { border-width: 0; border-radius: 0; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { 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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.05) ;height:2.875rem;width:25.625rem;top:6.25rem;left:27rem;display:block; }
#ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.8125rem;left:27.75rem; }
#NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { color:#334155;display:block;width:19.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:6.8125rem;left:30.3125rem;height:1.7rem;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; }
#xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { color:#280166;display:block;width:25.4375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:15.9375rem;left:33.0625rem;height:1.4875rem;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:none; }
#TcaNvHSWv2F20ueCcunu1IZuZxTUzrKn { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.05) ;height:2.875rem;width:25.625rem;top:9.8125rem;left:26.9375rem;display:block; }
#v1kxzshb5mF5AWwtw4XJThNDq2nmTThT { color:#334155;display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:10.375rem;left:30.375rem;height:1.7rem;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; }
#Mb2ZLL8yHBphDu1Bazscbi1sVSQ01yll { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:10.375rem;left:27.8125rem; }
#gLFqBG6uS3A6rxwTZU8gqA1t7hKVUzUP { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.05) ;height:2.875rem;width:25.625rem;top:13.4375rem;left:26.9375rem;display:block; }
#NPQHpX4ZgmkPE2bLk0RNkpvQ82TEzRmS { color:#334155;display:block;width:21.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:14rem;left:30.375rem;height:1.7rem;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; }
#m5QW3OKADrrcJpfdvPQWw2Me5cVd5CWX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:14rem;left:27.8125rem; }
#D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { color:#334155;display:block;width:19.375rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.84375rem;left:4.625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk { background-color:transparent;background-image: -webkit-linear-gradient(302deg, #411596, #662dd1);background-image: -moz-linear-gradient(302deg, #411596, #662dd1);background-image: -ms-linear-gradient(302deg, #411596, #662dd1);background-image: -o-linear-gradient(302deg, #411596, #662dd1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411596', endColorstr='#662dd1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411596', endColorstr='#662dd1' );";background-image: linear-gradient(302deg, #411596, #662dd1);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; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { background-color: transparent; background-image: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .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); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { border-width: 0; border-radius: 0; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { font-size:0.875rem;font-family:arial;height:103.75rem;width:60rem;overflow:visible;position:relative;display:block; }#mmQvtDgnKIEbAwfaKqs7aPpB8Ox88OdF { color:#ffffff;display:block;width:38.1875rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:3.5rem;left:10.90625rem;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;display:block; }
#urltaAXaZDFrEf8LlCAKrfBmi0VKVB0W { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(255,255,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:31.5625rem;width:24.375rem;position:absolute;display:block;z-index:15016;top:11.625rem;left:4.75rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
#Wo3eA4f6VmwfEHPlBdWyKODCtHcFdEae { display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:18.9375rem;left:7rem;height:7.875rem;color:#f1f1f6;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uy1Hhkgv6dyIfwpMKnmBRUcRgGMcDFnR { display:block;width:14.1235625rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.4375rem;left:7rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;color:#f1f1f6;display:block; }
#SXu127XUhDtJHtRnxHqTFcdCIRQeFvZP { box-sizing:content-box;height:5.499025rem;width:5.499025rem;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:15026;background-color:#013666;background-image:url("https://images.assets-landingi.com/uc/9031031c-78aa-4488-8948-3b9abc59f452/TeacherLaura.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.625rem;left:7rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#SXu127XUhDtJHtRnxHqTFcdCIRQeFvZP.adaptive-delivery-prevent-bg, #SXu127XUhDtJHtRnxHqTFcdCIRQeFvZP.lazyload, #SXu127XUhDtJHtRnxHqTFcdCIRQeFvZP.lazyloading { background-image: none; }
#suHEZVhp9WoN0ZL1gUt7eFskPQ0S3u9l { box-sizing:content-box;height:5.499025rem;width:5.499025rem;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:15027;background-color:#013666;background-image:url("https://images.assets-landingi.com/uc/37399d95-badb-4614-a11d-d74718d6a799/LuizHenrique.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.625rem;left:14.125rem;display:block; }#suHEZVhp9WoN0ZL1gUt7eFskPQ0S3u9l.adaptive-delivery-prevent-bg, #suHEZVhp9WoN0ZL1gUt7eFskPQ0S3u9l.lazyload, #suHEZVhp9WoN0ZL1gUt7eFskPQ0S3u9l.lazyloading { background-image: none; }
#uMZrWOfuEA5nu5Sz4097hUAw4EmMrCOv { box-sizing:content-box;height:5.499025rem;width:5.499025rem;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:15028;background-color:#000c43;background-image:url("https://images.assets-landingi.com/uc/6e27a042-8db9-4a27-83b8-5b77f041867f/Arenas.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.625rem;left:21.3125rem;display:block; }#uMZrWOfuEA5nu5Sz4097hUAw4EmMrCOv.adaptive-delivery-prevent-bg, #uMZrWOfuEA5nu5Sz4097hUAw4EmMrCOv.lazyload, #uMZrWOfuEA5nu5Sz4097hUAw4EmMrCOv.lazyloading { background-image: none; }
#UzQei5qRrgF6M5mCHXmB47zsSvRlOLEC { box-sizing:content-box;height:0.0625rem;width:19.75rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;top:27.625rem;left:7rem;display:block; }
#zTHJvNs1bkKMODV5LLPV5xenBxcLyJpd { display:block;width:19.9375rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:29.4375rem;left:7rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;color:#f1f1f6;display:block; }
#zwvgMKeHIoREH3SJOVabk8imSaxsg9pI { display:block;width:4.9375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:39rem;left:7.25rem;height:2.25rem;color:#f1f1f6;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zXyf77kgPi2hxFVhVyBy6fbZsxBoqbX1 { display:block;width:5.4375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:39rem;left:14.21875rem;height:2.25rem;color:#f1f1f6;font-style:normal;text-align:center;text-align-last:center;display:block; }
#okAH3ytJPlCSh86b6kUf9ldZJnosBapt { display:block;width:5.375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:39rem;left:21.3740234375rem;height:2.25rem;color:#f1f1f6;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rolzz7T0eRyGDXLtJ5uxOOukpHquc5St { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(255,255,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:31.5625rem;width:24.375rem;position:absolute;display:block;z-index:15027;top:11.625rem;left:30.9375rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
#GHyo5p0BBOpMPtuC83VTCGVtEPgEerOg { display:block;width:19.9375rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:29.4375rem;left:33.1875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;color:#f1f1f6;display:block; }
#Mdv0bI7cpwefT2Z8zJyVIGXUyqFauwdw { box-sizing:content-box;height:0.0625rem;width:19.75rem;position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;top:27.625rem;left:33.1875rem;display:block; }
#So1UdTJzTZTWurFhPmhcsw9cyZpf7I8o { display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:18.9375rem;left:33.1875rem;height:7.875rem;color:#f1f1f6;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AFdAA4DD02HmDHbzbgPPC06rcoomhUpv { display:block;width:14.1235625rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:13.4375rem;left:33.1875rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;color:#f1f1f6;display:block; }
#BF4K3scGOXKelaXUiUCSv6CCPVw5rcvG { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(255,255,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:31.5625rem;width:24.375rem;position:absolute;display:block;z-index:15027;top:45.0625rem;left:4.75rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
#KGTkvTBdlTbWVSz9DuTpOddfJ5Mll9EK { display:block;width:4.9375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:72.4375rem;left:21.5625rem;height:2.25rem;color:#f1f1f6;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EdW9OpH7bNdEZRhXco15kCIPLIf47r8i { box-sizing:content-box;height:5.499025rem;width:5.499025rem;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:15039;background-color:#013666;background-image:url("https://images.assets-landingi.com/uc/cd07634b-ddc8-4be0-8d85-bfcc22303a59/Juciel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:66.0625rem;left:21.3125rem;display:block; }#EdW9OpH7bNdEZRhXco15kCIPLIf47r8i.adaptive-delivery-prevent-bg, #EdW9OpH7bNdEZRhXco15kCIPLIf47r8i.lazyload, #EdW9OpH7bNdEZRhXco15kCIPLIf47r8i.lazyloading { background-image: none; }
#ItFvcGKkokynB0NhOBV7KHDc4XqmoMeQ { display:block;width:19.9375rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:62.875rem;left:7rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;color:#f1f1f6;display:block; }
#iASWUbLW2UwaTHJUxR8vTtMbbAmcQDbn { box-sizing:content-box;height:5.499025rem;width:5.499025rem;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:15038;background-color:#013666;background-image:url("https://images.assets-landingi.com/uc/6e27a042-8db9-4a27-83b8-5b77f041867f/Arenas.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:66.0625rem;left:14.125rem;display:block; }#iASWUbLW2UwaTHJUxR8vTtMbbAmcQDbn.adaptive-delivery-prevent-bg, #iASWUbLW2UwaTHJUxR8vTtMbbAmcQDbn.lazyload, #iASWUbLW2UwaTHJUxR8vTtMbbAmcQDbn.lazyloading { background-image: none; }
#K4KzrLNFnEM9bWT8BFo6XeV0o4Up9C0J { display:block;width:5.3125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:72.4375rem;left:14.28125rem;height:2.25rem;color:#f1f1f6;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M7qVTumtLrmukatG3oLmbsaqzGCZJxPZ { box-sizing:content-box;height:0.0625rem;width:19.75rem;position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;top:61.0625rem;left:7rem;display:block; }
#aU7dVKSHZAon07lVyVfhxGXdzOH1TnRG { display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:52.375rem;left:7rem;height:6.5625rem;color:#f1f1f6;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i6sQJQitZri9wGGqvT4groyDKKZnNPlq { box-sizing:content-box;height:5.499025rem;width:5.499025rem;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:15037;background-color:#013666;background-image:url("https://images.assets-landingi.com/uc/d29c9203-fcdc-4435-b939-11138160ef7a/Filipe.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:66.0625rem;left:7rem;display:block; }#i6sQJQitZri9wGGqvT4groyDKKZnNPlq.adaptive-delivery-prevent-bg, #i6sQJQitZri9wGGqvT4groyDKKZnNPlq.lazyload, #i6sQJQitZri9wGGqvT4groyDKKZnNPlq.lazyloading { background-image: none; }
#Lppkqtee6dWACTabDu3yBTuE4QebQg1q { display:block;width:4.9375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:72.4375rem;left:7.25rem;height:2.25rem;color:#f1f1f6;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hm1ORQNhmLiLgpni6NJ5RLX1hrFWmlAn { display:block;width:10rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:46.875rem;left:7rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;color:#f1f1f6;display:block; }
#TKw3b5eF7Fe2B2KV4w2PU5wfvlRhpZH4 { box-sizing:content-box;height:2.75rem;width:8.5rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:47.3125rem;left:18.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#SrXxOUumZs1l2RR2QGaqcnaiK4gBNEP0 { color:#013666;display:block;width:7.1875rem;position:absolute;font-family:"dax medium";font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:48.25rem;left:19rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#aTaoUDgvTDdd1uwmnQkpu3NN2AdHwLmr { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(255,255,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:31.5625rem;width:24.375rem;position:absolute;display:block;z-index:15027;top:45.0625rem;left:30.9375rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
#Hr98P0m6zO4rnyuw4fOcHTudEVm9iiLd { display:block;width:14.1235625rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:46.875rem;left:33.1875rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;color:#f1f1f6;display:block; }
#dW7pPi9pARfgwps9b07uibcO1r81CqTi { display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:52.375rem;left:33.1875rem;height:7.875rem;color:#f1f1f6;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QUDC4vULCR0PT2wplZ9d24JTTWEfhzpi { box-sizing:content-box;height:0.0625rem;width:19.75rem;position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;top:61.0625rem;left:33.1875rem;display:block; }
#Tp5X3VQ29nIx9Vu2hqUSx7TsU6x18T2h { display:block;width:19.9375rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:62.875rem;left:33.1875rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;color:#f1f1f6;display:block; }
#AGDD4E3OIOPt7wlTKk81T8wsTvfWyvQA { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(255,255,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.375rem;width:16.5625rem;position:absolute;display:block;z-index:15036;top:78.625rem;left:21.75rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
#btGFRABvQOrbrPgq1zuF4pUS3XNNb2Po { display:block;width:13rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:85.9375rem;left:24rem;height:5.25rem;color:#f1f1f6;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cpb6uk8FJk3XLdWgSmyVuQ7JorwcZs4o { display:block;width:14.1235625rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:80.4375rem;left:24rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;color:#f1f1f6;display:block; }
#GTDaGuQxV8tFZhcLn3AN6KoZAMEPHGGm { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:96.6875rem;left:18.96875rem;display:block; }
#XSHdyNh379yXDNXVTXhREkwNG0r57SmR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lrTHNrlz7CTtZdX9N1zR4T1AvbCp6guy { display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:32.625rem;left:33.1875rem;height:1.3125rem;color:#f1f1f6;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cPXzLnpqa2CVyztP7RQkLDMIHLy9h5b6 { display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:66.0625rem;left:33.1875rem;height:1.3125rem;color:#f1f1f6;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QNRhTtScOZlbo4bJxMcT91kNLnJKAviC { box-sizing:content-box;height:0.0625rem;width:19.75rem;position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;top:61.0625rem;left:33.1875rem;display:none; }
#WG19yhy6eHZIosIQFmBux64FCT4XX3hf { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.5rem;left:4.5625rem;display:none; }
#g8aGyBfhldxEUhGLAS7fQ6yME8g26KdC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container { background-color: transparent; background-image: none; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container > .video-iframe-container { display: none; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row > .video-iframe-container { display: none; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .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); }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container { border-width: 0; border-radius: 0; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#wx0cabbo5dzF2bmaM1ACR4PsbVlWhxnC { color:#334155;display:block;width:17.625rem;position:absolute;font-family:"dax medium";font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.125rem;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; }
#IORlC2KO4W2bg1okDWC6cvfBzh32oniS { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15047;background-color:#eceafe;background-image:none;top:5.0625rem;left:22.375rem;display:block; }
#LoVrfwvrA3pFoBQixhhSy1vNi3mJguov { 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:15048;opacity:1;top:5.4375rem;left:22.75rem; }
#gz1KqtCsAzzkLOzT2CT9zyiXGWDhdzCP { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:3.9375rem;left:21rem;display:block; }
#aGzDxhx8FILKr6s8KW5JnL5ug9BhPuIu { color:#334155;display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.0625rem;left:22.3125rem;height:1.3rem;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; }
#higWmIaIpGxFG0TBVkVccVrQery0ysng { color:#334155;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:9.8125rem;left:22.25rem;height:2.1rem;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; }
#V1CyDdDFbRTdlOIHVo4twg2T6v3Q6KCr { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:14.6875rem;left:21rem;display:block; }
#N1rG3OezqgI7pkVfnSXTsp4aXL0adW3I { color:#334155;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:20.5625rem;left:22.25rem;height:2.1rem;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; }
#onmOF51dk3NaoU5PMe7xcheVMvAC1Mvu { color:#334155;display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:18.8125rem;left:22.3125rem;height:1.3rem;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; }
#Gcff7O9NIr3L0WLMNeZDdwrvuGXsmkxR { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15053;background-color:#eceafe;background-image:none;top:15.8125rem;left:22.375rem;display:block; }
#CWTp6fQ2eOndEOgqaXr7kBp9IuNz0FgR { 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:15087;opacity:1;top:16.1875rem;left:42.3125rem; }
#By0oHBNXr9F3Mrt3SxO1hOJ96ZcM6yVC { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:14.6875rem;left:40.5625rem;display:block; }
#RqtvlEzezSMBWAfW6T6FWyZ6fc2TZ0aZ { color:#334155;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:20.5625rem;left:41.8125rem;height:2.1rem;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; }
#eJIPN7imlyB8Mu5kCNkffFvyQ9FrZmAk { color:#334155;display:block;width:14.875rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:18.8125rem;left:41.875rem;height:1.3rem;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; }
#aez0FGAWTSOS7KO9Etap91LrlVQe3UZ6 { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15058;background-color:#eceafe;background-image:none;top:15.8125rem;left:41.9375rem;display:block; }
#Dg9ATW647qt1KVG1moCsOfsLp9fPdeTr { 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:15059;opacity:1;top:16.25rem;left:22.75rem; }
#iWMSd3697vKpL6crgQ60OfHU2KFP3nBQ { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:3.9375rem;left:40.625rem;display:block; }
#OCFHo6ZOXRQC3WumtJ9pVOwCP3AFF9Nx { color:#334155;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:9.8125rem;left:41.875rem;height:2.1rem;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; }
#w8zlqGwwUEl9f18N0meID6sffteTT26d { color:#334155;display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:8.0625rem;left:41.9375rem;height:1.3rem;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; }
#OnEUUK7tikMswuqa7NkuaID4uJmZaF52 { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15052;background-color:#eceafe;background-image:none;top:5.0625rem;left:42rem;display:block; }
#T0e3S0y2KwTmDI1JqRA2ISkxGqKso8ZL { 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:16.1875rem;left:3.125rem; }
#ep2fCdpEUmGDbO2pEs6npMf6J7uoi23g { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:14.6875rem;left:1.375rem;display:block; }
#nNHxgv9J9pq5CQNLL7vffC3Kz7yDsIqR { color:#334155;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:20.5625rem;left:2.625rem;height:2.1rem;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; }
#TT0MT56WnZSSawAzOwxBlkAhHxIfizh4 { color:#334155;display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:18.8125rem;left:2.6875rem;height:1.3rem;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; }
#kIU99kEra8W4KbTEh73Dsu6g9XyPhWoR { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15057;background-color:#eceafe;background-image:none;top:15.8125rem;left:2.75rem;display:block; }
#nTHTCAy9ytlxWadcpoL8DmSxLJ88Gtc5 { 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:15058;opacity:1;top:5.4375rem;left:42.375rem; }
#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #462192, #8560f0);background-image: -moz-linear-gradient(90deg, #462192, #8560f0);background-image: -ms-linear-gradient(90deg, #462192, #8560f0);background-image: -o-linear-gradient(90deg, #462192, #8560f0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#462192', endColorstr='#8560f0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#462192', endColorstr='#8560f0' );";background-image: linear-gradient(90deg, #462192, #8560f0);background-size:cover !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; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { background-color: transparent; background-image: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container > .video-iframe-container { display: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { display: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .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); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { border-width: 0; border-radius: 0; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:60rem;position:relative;display:block; }#K7rR6TibotKOv3wrhN0TDTKgOyVWOwFF { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.1);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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.75rem rgba(0,0,0,0.1) ;height:43.1875rem;width:60rem;top:3.6875rem;left:0rem;display:block; }
#Qcsq7rtJg6UM3rLvaNSP2scHm2iF6JG9 { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f1f1f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.810546875rem;left:35.625rem;display:none; }
#vageAda13oh9vZT5FhTOGEKVIQhLfy3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9QWLJaekANtF0PouaFBcdgbN3oU2c95 { position:absolute;display:block;z-index:15055;height:29.0625rem;width:55.9375rem;top:14.6875rem;left:2.0625rem;display:block; }
#bO453D8AAdXSvaO8w4BkEIPWQv0Zxtyd { color:#013666;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AGo5hgDUxQhIpeBMkaXpr2ZL4vVzt6Nb { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:6.25rem;left:10.25rem;height:;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; }
#aG2bGPy9HtH0kmw3bxnlK07tPUlO0hNE { color:#ffffff;display:block;width:51.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:11.5625rem;left:4.1875rem;height:1.6rem;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; }
#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { 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; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { background-color: transparent; background-image: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container > .video-iframe-container { display: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container { display: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .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); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { border-width: 0; border-radius: 0; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { position:absolute;display:block;z-index:15068;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:2.25rem;width:4.75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#dWIFou9Ek15bSEJM7vG6TTmF13TsmVLq { color:#e4e6eb;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:2.111975rem;text-align:left;text-align-last:left;display:block; }
#Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { position:absolute;display:block;z-index:15037;background-color:#6b2cf7;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:3.125rem;left:50.75rem;display:block; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { 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:15067;opacity:1;top:3.6875rem;left:51.25rem; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { position:absolute;display:block;z-index:15035;background-color:#6b2cf7;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:3.0625rem;left:57.5rem;display:block; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { 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:15066;opacity:1;top:3.625rem;left:54.75rem; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { position:absolute;display:block;z-index:15039;background-color:#6b2cf7;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:3rem;left:54.125rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { 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:15064;top:3.5625rem;left:57.9375rem; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }@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) { #WgiMiWlBftuIpMg7JZJWComk5EUFt48c { width:22.0625rem;height:3.125rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9MMeyhxeRh8KgQALB5DT6MyJARrhMLA { display:block; }
 }@media only screen and (max-width: 763px) { #XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { width:19.8125rem;height:5.375rem;top:22.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { top:2.1875rem;left:20.4375rem;width:6.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtTlutQLRKZiMVeN1WxCyy01X1i7IPG { width:20.0625rem;height:10.75rem;top:10.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5GyrD0zLSqhdciv0W5FnDR6xXd7Q4mr { top:7.5625rem;left:18.4375rem;width:29.3125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { display:block; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { top:6.25rem;left:0rem;width:25.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { top:6.8125rem;left:22.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { width:19.875rem;height:1.6875rem;top:6.8125rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { display:none; }
 }@media only screen and (max-width: 763px) { #hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { width:25.4375rem;height:1.4375rem;top:15.9375rem;left:22.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcaNvHSWv2F20ueCcunu1IZuZxTUzrKn { top:9.8125rem;left:0rem;width:25.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1kxzshb5mF5AWwtw4XJThNDq2nmTThT { width:20.8125rem;height:1.6875rem;top:10.375rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2ZLL8yHBphDu1Bazscbi1sVSQ01yll { top:10.375rem;left:22.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLFqBG6uS3A6rxwTZU8gqA1t7hKVUzUP { top:13.4375rem;left:0rem;width:25.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPQHpX4ZgmkPE2bLk0RNkpvQ82TEzRmS { width:21.3125rem;height:1.6875rem;top:14rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5QW3OKADrrcJpfdvPQWw2Me5cVd5CWX { top:14rem;left:22.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { width:19.375rem;height:4.875rem;top:8.8125rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk { display:block; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmQvtDgnKIEbAwfaKqs7aPpB8Ox88OdF { width:38.1875rem;height:;top:3.5rem;left:4.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urltaAXaZDFrEf8LlCAKrfBmi0VKVB0W { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo3eA4f6VmwfEHPlBdWyKODCtHcFdEae { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy1Hhkgv6dyIfwpMKnmBRUcRgGMcDFnR { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXu127XUhDtJHtRnxHqTFcdCIRQeFvZP { top:32.625rem;left:0.875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suHEZVhp9WoN0ZL1gUt7eFskPQ0S3u9l { top:32.625rem;left:8rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMZrWOfuEA5nu5Sz4097hUAw4EmMrCOv { top:32.625rem;left:15.1875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzQei5qRrgF6M5mCHXmB47zsSvRlOLEC { top:27.625rem;left:0.875rem;width:19.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTHJvNs1bkKMODV5LLPV5xenBxcLyJpd { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwvgMKeHIoREH3SJOVabk8imSaxsg9pI { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXyf77kgPi2hxFVhVyBy6fbZsxBoqbX1 { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okAH3ytJPlCSh86b6kUf9ldZJnosBapt { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rolzz7T0eRyGDXLtJ5uxOOukpHquc5St { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHyo5p0BBOpMPtuC83VTCGVtEPgEerOg { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdv0bI7cpwefT2Z8zJyVIGXUyqFauwdw { top:27.625rem;left:27.0625rem;width:19.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #So1UdTJzTZTWurFhPmhcsw9cyZpf7I8o { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFdAA4DD02HmDHbzbgPPC06rcoomhUpv { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF4K3scGOXKelaXUiUCSv6CCPVw5rcvG { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGTkvTBdlTbWVSz9DuTpOddfJ5Mll9EK { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdW9OpH7bNdEZRhXco15kCIPLIf47r8i { top:66.0625rem;left:15.1875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItFvcGKkokynB0NhOBV7KHDc4XqmoMeQ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iASWUbLW2UwaTHJUxR8vTtMbbAmcQDbn { top:66.0625rem;left:8rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4KzrLNFnEM9bWT8BFo6XeV0o4Up9C0J { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7qVTumtLrmukatG3oLmbsaqzGCZJxPZ { top:61.0625rem;left:0.875rem;width:19.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU7dVKSHZAon07lVyVfhxGXdzOH1TnRG { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6sQJQitZri9wGGqvT4groyDKKZnNPlq { top:66.0625rem;left:0.875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lppkqtee6dWACTabDu3yBTuE4QebQg1q { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm1ORQNhmLiLgpni6NJ5RLX1hrFWmlAn { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKw3b5eF7Fe2B2KV4w2PU5wfvlRhpZH4 { top:47.3125rem;left:12.25rem;width:8.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrXxOUumZs1l2RR2QGaqcnaiK4gBNEP0 { top:48.25rem;left:12.875rem;width:7.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTaoUDgvTDdd1uwmnQkpu3NN2AdHwLmr { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr98P0m6zO4rnyuw4fOcHTudEVm9iiLd { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW7pPi9pARfgwps9b07uibcO1r81CqTi { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUDC4vULCR0PT2wplZ9d24JTTWEfhzpi { top:61.0625rem;left:27.0625rem;width:19.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp5X3VQ29nIx9Vu2hqUSx7TsU6x18T2h { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGDD4E3OIOPt7wlTKk81T8wsTvfWyvQA { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #btGFRABvQOrbrPgq1zuF4pUS3XNNb2Po { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpb6uk8FJk3XLdWgSmyVuQ7JorwcZs4o { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTDaGuQxV8tFZhcLn3AN6KoZAMEPHGGm { width:22.0625rem;height:3.125rem;top:96.6875rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSHdyNh379yXDNXVTXhREkwNG0r57SmR { display:block; }
 }@media only screen and (max-width: 763px) { #lrTHNrlz7CTtZdX9N1zR4T1AvbCp6guy { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPXzLnpqa2CVyztP7RQkLDMIHLy9h5b6 { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNRhTtScOZlbo4bJxMcT91kNLnJKAviC { top:61.0625rem;left:27.0625rem;width:19.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WG19yhy6eHZIosIQFmBux64FCT4XX3hf { width:22.0625rem;height:3.125rem;top:31.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8aGyBfhldxEUhGLAS7fQ6yME8g26KdC { display:block; }
 }@media only screen and (max-width: 763px) { #scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt { display:block; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wx0cabbo5dzF2bmaM1ACR4PsbVlWhxnC { width:17.625rem;height:;top:5.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IORlC2KO4W2bg1okDWC6cvfBzh32oniS { top:5.0625rem;left:16.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoVrfwvrA3pFoBQixhhSy1vNi3mJguov { top:5.4375rem;left:16.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz1KqtCsAzzkLOzT2CT9zyiXGWDhdzCP { top:3.9375rem;left:14.875rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGzDxhx8FILKr6s8KW5JnL5ug9BhPuIu { top:8.0625rem;left:16.1875rem;width:11.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #higWmIaIpGxFG0TBVkVccVrQery0ysng { top:9.8125rem;left:16.125rem;width:15.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1CyDdDFbRTdlOIHVo4twg2T6v3Q6KCr { top:14.6875rem;left:14.875rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1rG3OezqgI7pkVfnSXTsp4aXL0adW3I { top:20.5625rem;left:16.125rem;width:15.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onmOF51dk3NaoU5PMe7xcheVMvAC1Mvu { top:18.8125rem;left:16.1875rem;width:11.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcff7O9NIr3L0WLMNeZDdwrvuGXsmkxR { top:15.8125rem;left:16.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWTp6fQ2eOndEOgqaXr7kBp9IuNz0FgR { top:16.1875rem;left:36.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #By0oHBNXr9F3Mrt3SxO1hOJ96ZcM6yVC { top:14.6875rem;left:29.8125rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqtvlEzezSMBWAfW6T6FWyZ6fc2TZ0aZ { top:20.5625rem;left:32.125rem;width:15.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJIPN7imlyB8Mu5kCNkffFvyQ9FrZmAk { top:18.8125rem;left:32.9375rem;width:14.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aez0FGAWTSOS7KO9Etap91LrlVQe3UZ6 { top:15.8125rem;left:35.8125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg9ATW647qt1KVG1moCsOfsLp9fPdeTr { top:16.25rem;left:16.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWMSd3697vKpL6crgQ60OfHU2KFP3nBQ { top:3.9375rem;left:29.8125rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCFHo6ZOXRQC3WumtJ9pVOwCP3AFF9Nx { top:9.8125rem;left:32.125rem;width:15.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8zlqGwwUEl9f18N0meID6sffteTT26d { top:8.0625rem;left:35.8125rem;width:11.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnEUUK7tikMswuqa7NkuaID4uJmZaF52 { top:5.0625rem;left:35.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0e3S0y2KwTmDI1JqRA2ISkxGqKso8ZL { top:16.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep2fCdpEUmGDbO2pEs6npMf6J7uoi23g { top:14.6875rem;left:0rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNHxgv9J9pq5CQNLL7vffC3Kz7yDsIqR { top:20.5625rem;left:0rem;width:15.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0MT56WnZSSawAzOwxBlkAhHxIfizh4 { top:18.8125rem;left:0rem;width:11.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIU99kEra8W4KbTEh73Dsu6g9XyPhWoR { top:15.8125rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTHTCAy9ytlxWadcpoL8DmSxLJ88Gtc5 { top:5.4375rem;left:36.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg { display:block; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7rR6TibotKOv3wrhN0TDTKgOyVWOwFF { top:3.6875rem;left:0rem;width:47.75rem;height:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcsq7rtJg6UM3rLvaNSP2scHm2iF6JG9 { width:24.375rem;height:3.4375rem;top:6.75rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vageAda13oh9vZT5FhTOGEKVIQhLfy3N { display:block; }
 }@media only screen and (max-width: 763px) { #z9QWLJaekANtF0PouaFBcdgbN3oU2c95 { top:14.6875rem;left:0rem;width:47.75rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO453D8AAdXSvaO8w4BkEIPWQv0Zxtyd { top:23.125rem;left:0rem;width:21.5625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGo5hgDUxQhIpeBMkaXpr2ZL4vVzt6Nb { top:6.25rem;left:4.125rem;width:39.4375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG2bGPy9HtH0kmw3bxnlK07tPUlO0hNE { width:47.75rem;height:1.5625rem;top:11.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { display:block; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { top:1.5rem;left:0rem;width:4.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWIFou9Ek15bSEJM7vG6TTmF13TsmVLq { top:4.125rem;left:0rem;width:29.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { top:3.125rem;left:44.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { top:3.6875rem;left:45.125rem;width:1.4375rem;height:1.4375rem;display:block; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { top:3.0625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { top:3.625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { top:3rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { top:3.5625rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@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, #462192, #8560f0);background-image: -moz-linear-gradient(145deg, #462192, #8560f0);background-image: -ms-linear-gradient(145deg, #462192, #8560f0);background-image: -o-linear-gradient(145deg, #462192, #8560f0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#462192', endColorstr='#8560f0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#462192', endColorstr='#8560f0' );";background-image: linear-gradient(145deg, #462192, #8560f0);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:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgiMiWlBftuIpMg7JZJWComk5EUFt48c { width:16.75rem;height:2.5rem;top:17.52734375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #G9MMeyhxeRh8KgQALB5DT6MyJARrhMLA { display:block; }
 }@media only screen and (max-width: 763px) { #XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { width:12.75rem;height:3.16699375rem;top:12.787109375rem;left:3.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { width:4.5625rem;height:2.125rem;top:1.5rem;left:7.7187503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtTlutQLRKZiMVeN1WxCyy01X1i7IPG { width:20rem;height:5.5rem;top:5.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #J5GyrD0zLSqhdciv0W5FnDR6xXd7Q4mr { width:15.8125rem;height:16.625rem;top:22.3125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { display:block; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { width:20rem;height:2.4375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { display:flex;width:1.6875rem;height:1.6875rem;top:6.75rem;left:0.4375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { width:17.5rem;height:0.9746125rem;top:7.125rem;left:2.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { top:6.375rem;left:0rem;width:20rem;height:2.4375rem;z-index:15001;background-color:#ffffff;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { width:20rem;height:0;top:11.875rem;left:1.3999999761581rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.6;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #TcaNvHSWv2F20ueCcunu1IZuZxTUzrKn { width:20rem;height:2.3125rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1kxzshb5mF5AWwtw4XJThNDq2nmTThT { width:17.3125rem;height:0.9746125rem;top:10.125rem;left:2.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2ZLL8yHBphDu1Bazscbi1sVSQ01yll { display:flex;width:1.6875rem;height:1.6875rem;top:9.8125rem;left:0.5rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #gLFqBG6uS3A6rxwTZU8gqA1t7hKVUzUP { width:20rem;height:2.5625rem;top:23.948785781861rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPQHpX4ZgmkPE2bLk0RNkpvQ82TEzRmS { width:17.4375rem;height:0.8994125rem;top:13.25rem;left:2.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m5QW3OKADrrcJpfdvPQWw2Me5cVd5CWX { display:flex;width:1.6875rem;height:1.6875rem;top:12.875rem;left:0.5rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { width:16.625rem;height:2.92448125rem;top:1.9365234375rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #411596, #662dd1);background-image: -moz-linear-gradient(180deg, #411596, #662dd1);background-image: -ms-linear-gradient(180deg, #411596, #662dd1);background-image: -o-linear-gradient(180deg, #411596, #662dd1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411596', endColorstr='#662dd1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411596', endColorstr='#662dd1' );";background-image: linear-gradient(180deg, #411596, #662dd1);background-size:cover !important;display:block; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { background-color: transparent; background-image: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .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); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { width:20rem;height:139.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmQvtDgnKIEbAwfaKqs7aPpB8Ox88OdF { width:16.1875rem;height:4.048825rem;top:2.0625rem;left:1.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #urltaAXaZDFrEf8LlCAKrfBmi0VKVB0W { width:16.9375rem;height:36.1875rem;top:7.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo3eA4f6VmwfEHPlBdWyKODCtHcFdEae { width:15.75rem;height:7.875rem;top:13rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #uy1Hhkgv6dyIfwpMKnmBRUcRgGMcDFnR { width:14.125rem;height:2.4375rem;top:9.3125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXu127XUhDtJHtRnxHqTFcdCIRQeFvZP { width:5.4375rem;height:5.4375rem;top:24.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suHEZVhp9WoN0ZL1gUt7eFskPQ0S3u9l { width:5.4375rem;height:5.4375rem;top:24.4375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMZrWOfuEA5nu5Sz4097hUAw4EmMrCOv { width:5.4375rem;height:5.4375rem;top:34.28125rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzQei5qRrgF6M5mCHXmB47zsSvRlOLEC { width:15.625rem;height:0.0625rem;top:20.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTHJvNs1bkKMODV5LLPV5xenBxcLyJpd { width:11.8125rem;height:1.21875rem;top:21.984375rem;left:4.09375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwvgMKeHIoREH3SJOVabk8imSaxsg9pI { width:4.9375rem;height:2.25rem;top:30.5625rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #zXyf77kgPi2hxFVhVyBy6fbZsxBoqbX1 { width:5.4375rem;height:2.25rem;top:30.5625rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #okAH3ytJPlCSh86b6kUf9ldZJnosBapt { width:5.375rem;height:2.25rem;top:40.34375rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Rolzz7T0eRyGDXLtJ5uxOOukpHquc5St { width:16.9375rem;height:17.5rem;top:44.625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHyo5p0BBOpMPtuC83VTCGVtEPgEerOg { width:19.9375rem;height:1.21875rem;top:58rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdv0bI7cpwefT2Z8zJyVIGXUyqFauwdw { width:15.625rem;height:0.0625rem;top:56.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #So1UdTJzTZTWurFhPmhcsw9cyZpf7I8o { width:14.3125rem;height:6.75rem;top:49.875rem;left:2.84375rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AFdAA4DD02HmDHbzbgPPC06rcoomhUpv { width:14.0625rem;height:2.4375rem;top:46.125rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF4K3scGOXKelaXUiUCSv6CCPVw5rcvG { width:16.875rem;height:39.375rem;top:62.65625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGTkvTBdlTbWVSz9DuTpOddfJ5Mll9EK { width:4.9375rem;height:2.25rem;top:89.4375rem;left:11.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EdW9OpH7bNdEZRhXco15kCIPLIf47r8i { width:5.4375rem;height:5.4375rem;top:83.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItFvcGKkokynB0NhOBV7KHDc4XqmoMeQ { width:19.9375rem;height:1.21875rem;top:81.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iASWUbLW2UwaTHJUxR8vTtMbbAmcQDbn { width:5.4375rem;height:5.4375rem;top:92.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4KzrLNFnEM9bWT8BFo6XeV0o4Up9C0J { width:5.3125rem;height:2.25rem;top:98.5rem;left:7.375rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M7qVTumtLrmukatG3oLmbsaqzGCZJxPZ { width:15.625rem;height:0.0625rem;top:79.53125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU7dVKSHZAon07lVyVfhxGXdzOH1TnRG { width:14.875rem;height:5.625rem;top:67.90625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i6sQJQitZri9wGGqvT4groyDKKZnNPlq { width:5.4375rem;height:5.4375rem;top:83.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lppkqtee6dWACTabDu3yBTuE4QebQg1q { width:4.9375rem;height:2.25rem;top:89.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Hm1ORQNhmLiLgpni6NJ5RLX1hrFWmlAn { width:10rem;height:2.4375rem;top:64.28125rem;left:5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKw3b5eF7Fe2B2KV4w2PU5wfvlRhpZH4 { width:8.5rem;height:2.75rem;top:75.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrXxOUumZs1l2RR2QGaqcnaiK4gBNEP0 { width:7.1875rem;height:1.13671875rem;top:76rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTaoUDgvTDdd1uwmnQkpu3NN2AdHwLmr { width:16.875rem;height:16.75rem;top:102.65625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr98P0m6zO4rnyuw4fOcHTudEVm9iiLd { width:14.0625rem;height:2.4375rem;top:104.09375rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW7pPi9pARfgwps9b07uibcO1r81CqTi { width:14.4375rem;height:6.75rem;top:107.65625rem;left:2.78125rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QUDC4vULCR0PT2wplZ9d24JTTWEfhzpi { width:15.625rem;height:0.0625rem;top:114.53125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp5X3VQ29nIx9Vu2hqUSx7TsU6x18T2h { width:19.9375rem;height:1.21875rem;top:115.625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGDD4E3OIOPt7wlTKk81T8wsTvfWyvQA { width:16.875rem;height:12.5rem;top:120.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btGFRABvQOrbrPgq1zuF4pUS3XNNb2Po { width:13rem;height:4.5rem;top:126.625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Cpb6uk8FJk3XLdWgSmyVuQ7JorwcZs4o { width:14.0625rem;height:2.4375rem;top:121.5rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTDaGuQxV8tFZhcLn3AN6KoZAMEPHGGm { width:19rem;height:3.125rem;top:134.78125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #XSHdyNh379yXDNXVTXhREkwNG0r57SmR { display:block; }
 }@media only screen and (max-width: 763px) { #lrTHNrlz7CTtZdX9N1zR4T1AvbCp6guy { width:20rem;height:1.125rem;top:59.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #cPXzLnpqa2CVyztP7RQkLDMIHLy9h5b6 { width:20rem;height:1.125rem;top:117.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #QNRhTtScOZlbo4bJxMcT91kNLnJKAviC { width:15.625rem;height:0.0625rem;top:125.21875rem;left:2.1875rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #WG19yhy6eHZIosIQFmBux64FCT4XX3hf { width:16.75rem;height:2.5rem;top:134.96484375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #g8aGyBfhldxEUhGLAS7fQ6yME8g26KdC { display:block; }
 }@media only screen and (max-width: 763px) { #scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt { display:block; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wx0cabbo5dzF2bmaM1ACR4PsbVlWhxnC { width:17.375rem;height:4.38574375rem;top:2rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IORlC2KO4W2bg1okDWC6cvfBzh32oniS { width:2.375rem;height:2.375rem;top:9.45rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoVrfwvrA3pFoBQixhhSy1vNi3mJguov { display:flex;width:1.625rem;height:1.625rem;top:9.825rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #gz1KqtCsAzzkLOzT2CT9zyiXGWDhdzCP { width:17.9375rem;height:9.125rem;top:8.325rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGzDxhx8FILKr6s8KW5JnL5ug9BhPuIu { width:11.4375rem;height:1.3rem;top:12.45rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #higWmIaIpGxFG0TBVkVccVrQery0ysng { width:15.625rem;height:2.1rem;top:14.2rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1CyDdDFbRTdlOIHVo4twg2T6v3Q6KCr { width:17.9375rem;height:9.125rem;top:39.45rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1rG3OezqgI7pkVfnSXTsp4aXL0adW3I { width:15.625rem;height:2.1rem;top:45.325rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onmOF51dk3NaoU5PMe7xcheVMvAC1Mvu { width:11.4375rem;height:1.3rem;top:43.575rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcff7O9NIr3L0WLMNeZDdwrvuGXsmkxR { width:2.375rem;height:2.375rem;top:40.575rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWTp6fQ2eOndEOgqaXr7kBp9IuNz0FgR { display:flex;width:1.625rem;height:1.625rem;top:51.325000953674rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #By0oHBNXr9F3Mrt3SxO1hOJ96ZcM6yVC { width:17.9375rem;height:9.125rem;top:49.825rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqtvlEzezSMBWAfW6T6FWyZ6fc2TZ0aZ { width:15.625rem;height:2.1rem;top:55.7rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJIPN7imlyB8Mu5kCNkffFvyQ9FrZmAk { width:14.875rem;height:1.3rem;top:53.95rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aez0FGAWTSOS7KO9Etap91LrlVQe3UZ6 { width:2.375rem;height:2.375rem;top:50.950000953674rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg9ATW647qt1KVG1moCsOfsLp9fPdeTr { display:flex;width:1.625rem;height:1.625rem;top:41.012500953674rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #iWMSd3697vKpL6crgQ60OfHU2KFP3nBQ { width:17.9375rem;height:9.125rem;top:18.7rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCFHo6ZOXRQC3WumtJ9pVOwCP3AFF9Nx { width:15.625rem;height:2.1rem;top:24.575rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8zlqGwwUEl9f18N0meID6sffteTT26d { width:11.4375rem;height:1.3rem;top:22.825rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnEUUK7tikMswuqa7NkuaID4uJmZaF52 { width:2.375rem;height:2.375rem;top:19.825rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0e3S0y2KwTmDI1JqRA2ISkxGqKso8ZL { display:flex;width:1.625rem;height:1.625rem;top:20.2rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #ep2fCdpEUmGDbO2pEs6npMf6J7uoi23g { width:17.9375rem;height:9.125rem;top:29.075rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNHxgv9J9pq5CQNLL7vffC3Kz7yDsIqR { width:15.625rem;height:2.1rem;top:34.95rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0MT56WnZSSawAzOwxBlkAhHxIfizh4 { width:11.4375rem;height:1.3rem;top:33.2rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIU99kEra8W4KbTEh73Dsu6g9XyPhWoR { width:2.375rem;height:2.375rem;top:30.2rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTHTCAy9ytlxWadcpoL8DmSxLJ88Gtc5 { display:flex;width:1.625rem;height:1.625rem;top:30.575rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #013666, #285d8d);background-image: -moz-linear-gradient(145deg, #013666, #285d8d);background-image: -ms-linear-gradient(145deg, #013666, #285d8d);background-image: -o-linear-gradient(145deg, #013666, #285d8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );";background-image: linear-gradient(145deg, #013666, #285d8d);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { background-color: transparent; background-image: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container > .video-iframe-container { display: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { display: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .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); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { border-width: 0; border-radius: 0; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7rR6TibotKOv3wrhN0TDTKgOyVWOwFF { width:20rem;height:37.375rem;top:11.125000238419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcsq7rtJg6UM3rLvaNSP2scHm2iF6JG9 { width:18.1875rem;height:3.4375rem;top:63.75rem;left:0.90625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #vageAda13oh9vZT5FhTOGEKVIQhLfy3N { display:block; }
 }@media only screen and (max-width: 763px) { #z9QWLJaekANtF0PouaFBcdgbN3oU2c95 { width:18.125rem;height:31.4375rem;top:12rem;left:0.93671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO453D8AAdXSvaO8w4BkEIPWQv0Zxtyd { width:18rem;height:0;top:14.499999523163rem;left:0.99913197755812rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #AGo5hgDUxQhIpeBMkaXpr2ZL4vVzt6Nb { width:16.8125rem;height:4.048825rem;top:2.1492187976837rem;left:1.5937500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aG2bGPy9HtH0kmw3bxnlK07tPUlO0hNE { width:15.5625rem;height:2.0996125rem;top:7.0874998569488rem;left:2.2187500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { display:block; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { width:4.75rem;height:2.25rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWIFou9Ek15bSEJM7vG6TTmF13TsmVLq { width:20rem;height:auto;top:4.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { width:2.5rem;height:2.5rem;top:5.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { display:flex;width:1.4375rem;height:1.4375rem;top:5.625rem;left:5.625rem; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { width:2.5rem;height:2.5rem;top:5.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { display:flex;width:1.25rem;height:1.25rem;top:5.6875rem;left:9.4375rem; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { width:2.5rem;height:2.5rem;top:5.0625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { width:1.625rem;height:1.625rem;top:5.5rem;left:12.875rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }