.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:217,236,247;--color-primary-1:129,192,230;--color-primary-2:2,128,204;--color-primary-3:1,64,102;--color-primary-4:0,19,31;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Roboto Condensed;--paragraphs-font-family:Roboto Condensed; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1c4997;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#PmB2kSuIb9iFAsTZA9wtHPdwcpQySquT { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.0625rem;left:0.875rem;height:13.75rem;font-style:normal;display:block; }
#gOTv3IrgXJP2MACUwC55ZXtWwHor5tKM { color:rgba(var(--color-secondary-0),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:26.177083969116rem;left:0.875rem;height:5.361325rem;font-style:normal;display:block; }
#tc5Mg2MaqWcvNPkzV5tlWLEwlvtDlVcQ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.6875rem 0.6875rem 0.1875rem rgba(0,0,0,0.5) ;height:25.0625rem;width:25.0625rem;top:6.532118320465rem;left:48.430555343628rem;overflow:hidden;display:block; }
#qxnBTPXwyF06klzXPlASFwDy2KMMqXXC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#N5mIZkfhxwSA2iq1tTBbCRvSxD3xvIlK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#MLZkuc7pI1Qo0UeQUAUZ5CrmXG3V7i0K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#e9M3PfwGq122Uvtl754XOasWnTkgv6tv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#qXTRgE7VsegUNlhsDS3EJBLloPH6ZeD4 { box-sizing:content-box;height:2.8125rem;width:27.5625rem;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:15000;background-color:rgba(var(--color-primary-3),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:5.9175348281861rem;left:0.875rem;display:block; }
#Jhc8SFTNJo9DdfItlk58w9k4BU0RJkBK { color:rgba(var(--color-primary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6171875rem;left:0.875rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LkvAqSASQ1ttg8i8dcmti5xFwzABrK4N { background-color:transparent;background-image: -webkit-linear-gradient(184deg, #2f8bb7, #1c4997);background-image: -moz-linear-gradient(184deg, #2f8bb7, #1c4997);background-image: -ms-linear-gradient(184deg, #2f8bb7, #1c4997);background-image: -o-linear-gradient(184deg, #2f8bb7, #1c4997);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8bb7', endColorstr='#1c4997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8bb7', endColorstr='#1c4997' );";background-image: linear-gradient(184deg, #2f8bb7, #1c4997);background-size:auto !important;border-top:0.0625rem solid #d3d3d3;border-left:0.0625rem solid #d3d3d3;border-right:0.0625rem solid #d3d3d3;border-bottom:0.0625rem solid #d3d3d3;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.625rem;height:5.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.9375rem;left:0.875rem;display:block; }
#f7g9hetzufx2acSHJUG1PttvDwQh9imD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tq8hknC8fNZu5IkwasZNc6T3uDX6Tzr5 { color:rgba(var(--color-secondary-0),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:39.75rem;left:0.875rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 { background-color:#1c4997;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 > .row .container { background-color: transparent; background-image: none; }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 > .row .container > .video-iframe-container { display: none; }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 > .row > .video-iframe-container { display: none; }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 > .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); }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 > .row .container { border-width: 0; border-radius: 0; }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 > .row .container { font-size:0.875rem;font-family:arial;height:98.375rem;width:75rem;overflow:visible;position:relative;display:block; }#Fb60iINJ5yiw5wu6gv922s9dcwf41pfG { color:rgba(var(--color-tertiary-0),1);display:block;width:54.25rem;position:absolute;font-family:roboto;font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:8.8732643127444rem;left:9.8368053436281rem;height:10.5175625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7zTsVgRCOzmtcnWtEOkU9NHhLbIDT1k { color:rgba(var(--color-primary-0),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:23.171006515622rem;left:12.40625rem;height:43.875rem;font-style:normal;display:block; }
#meSTWlH4BuEICRaX7n5JKq1zTOUoBXUd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#dKwsCmDFblTTaQTWXAu3qMkzKTXTJs7W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#GG2RlzfLhdn8A9vusRUJdOWx8PMi2ZII { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#bJigkmmaPaEKC08S4WVbL67FmbnFA1HC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#Kklc6Zdgu1ZWZhCoEBd2gObM2sBleyWM { box-sizing:content-box;height:47.9375rem;width:58.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.2);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-3),0.1);border-left:0.0625rem solid rgba(var(--color-primary-3),0.1);border-right:0.0625rem solid rgba(var(--color-primary-3),0.1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),0.1);top:21.258682250976rem;left:8.2881946563719rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#FET7iy28dGNykdR0T7ixON3E4X4vcHxe { color:rgba(var(--color-secondary-0),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.5625rem;left:14.243055343628rem;height:1.29948125rem;font-style:normal;display:block; }
#MEyOzuHxrvll4DL852Apf6UTzVPXgdKt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3rem;left:40.875rem; }
#mRtonwBBBtWbFAIaQTT6LoLtmry4PSWn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3rem;left:38.25rem; }
#Sd5PklMAg9rsKo1dI55MxoeLyQ2sAiSa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3rem;left:35.625rem; }
#lhSb2WixNNandVu4UsqSlCsOopXPwTvt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3rem;left:33rem; }
#qwCCGUkSSbqqJNQtaqVxp3UatSiQ6Wp1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3rem;left:30.375rem; }
#Z2ESTb8cCbVeMlNZgeV7gXzgu5DPrBOP { background-color:transparent;background-image: -webkit-linear-gradient(184deg, #2f8bb7, #1c4997);background-image: -moz-linear-gradient(184deg, #2f8bb7, #1c4997);background-image: -ms-linear-gradient(184deg, #2f8bb7, #1c4997);background-image: -o-linear-gradient(184deg, #2f8bb7, #1c4997);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8bb7', endColorstr='#1c4997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8bb7', endColorstr='#1c4997' );";background-image: linear-gradient(184deg, #2f8bb7, #1c4997);background-size:auto !important;border-top:0.0625rem solid #d3d3d3;border-left:0.0625rem solid #d3d3d3;border-right:0.0625rem solid #d3d3d3;border-bottom:0.0625rem solid #d3d3d3;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.513888875rem;height:5.638888875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:73.125rem;left:17.625rem;display:block; }
#c5zVmHylbVt6iu6sZRBsVxhUVm8aiwr2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yBA2qcBpIvdCUm449XUgh3hGaeAt0GhI { color:rgba(var(--color-secondary-0),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:77rem;left:14.25rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0qcmcVlx89ZQofb3aCSQ4paNCt3OaLN { color:rgba(var(--color-secondary-0),1);display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:83.1875038147rem;left:12.017360687256rem;height:13rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MdCOr4A2obp8HRC7KEcgByQKnsiKMiz3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#Tdng5NZInFqdBlUWv1coHEZ2hfATktrv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3rem;left:38.25rem; }
#TNdEbc6ynhUTa47tuwqfP1T7xKpPIR9y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3rem;left:38.25rem; }
#TK7OoTTB54CphEvr39Tfqfk8MqTCeH7r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3rem;left:38.25rem; }
#BMMIGTlcTu0cKaWWpptJOOVcZ8X6OCTf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3rem;left:38.25rem; }
#PR1QGuR4nQS0fWzzAns987TIoPSOgui0 { background-color:#1c4997;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0 > .row .container { background-color: transparent; background-image: none; }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0 > .row .container > .video-iframe-container { display: none; }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0 > .row > .video-iframe-container { display: none; }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0 > .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); }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0 > .row .container { border-width: 0; border-radius: 0; }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0 > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#SUXAq7HkQvUJQgpiAZkP6ZvN6CEhuTFh { color:rgba(var(--color-secondary-0),1);display:block;width:63.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2743053436279rem;left:5.75rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#hOSbnklinaeCKtWv67rATzpwIoidZdmq { background-color:#1c4997;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#hOSbnklinaeCKtWv67rATzpwIoidZdmq > .row .container { border-width: 0; border-radius: 0; }#hOSbnklinaeCKtWv67rATzpwIoidZdmq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hOSbnklinaeCKtWv67rATzpwIoidZdmq > .row .container { font-size:0.875rem;font-family:arial;height:68.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#hiGc1uAEpiFbQWxchrTm1iTQbBMeMqu3 { color:rgba(var(--color-tertiary-0),1);display:block;width:48.125rem;position:absolute;font-family:roboto;font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:10.0625rem;left:0.875rem;height:10.51875rem;font-style:normal;display:block; }
#yhi8tbWGo3VAZfQLzoCmVuw1aZLFgCmm { color:rgba(var(--color-secondary-0),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.5625rem;left:0.875rem;height:3.9rem;font-style:normal;display:block; }
#fwwwfa5L4opT3a00MS3nkF69Fcau9I10 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:30.75rem;left:0.875rem;height:7.3125rem;font-style:normal;display:block; }
#hCcEGZWkV6d3H5qhDgbt1NTBTpoe0Knt { box-sizing:content-box;height:6.25rem;width:75rem;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:15006;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:40.625rem;left:0rem;display:block; }
#RxXtGPEBJCPhoSh7KcvboMhMyAGoKIH2 { background-color:rgba(var(--color-primary-2),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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.125rem;height:4.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:41.25rem;left:0.875rem;display:block; }
#nIz9GsrPPA1ruuOvttZS8kLn4dVJMgNS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TERnPGAfEmmVMHE7WQufLRdX0ap6pzF3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:41.25rem;left:55.5625rem; }
#QycJMvE74vQrKOfh3ihpUuTdIfEEWJJ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:43.644964218139rem;left:50.812501907349rem;height:2.59895625rem;font-style:normal;display:block; }
#K0oZJeuLyuUQ9T53yWZyRO4tb7wZb2gv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:41.25rem;left:58.1875rem; }
#ZdQLFtXmhhHayts1sZi6hLpvyz4Wc1xy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:41.25rem;left:60.8125rem; }
#IEfc2i1Kk7MZNkMoMQsi8WNGFKE1wBxQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:41.25rem;left:63.4375rem; }
#W13WykHPrTvlXFZyiw7LxsoQKsy4w8JV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:41.25rem;left:66.0625rem; }
#BT9pZg3JfOBvHwCK5DPFXwUWaB0VtXnl { position:absolute;display:block;z-index:15014;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:19.0625rem;width:19.0625rem;top:10.0625rem;left:54.368059158325rem;overflow:hidden;display:block; }
#R42oMVsTHMV1H7TIORHeLospThlRcrWB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#lULOvrE0vX6kwEMNQPIXM0gEsSVCLL8W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#s5OcgNKzdIHgPIqD9IDOB54HnC4RJ8ql { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#HmFzzROodzxq82qwuxzPoGr3STXnyTha { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#PDrTpDVxWgtA3KGBmu6t2Et8sRkfAsWv { color:rgba(var(--color-secondary-0),1);display:block;width:73.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:52.087501525879rem;left:0.65625rem;height:12.511275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kr7nA9W8icT8W0M7XTAFHu0TQmRNcQcB { box-sizing:content-box;height:2.625rem;width:31.5rem;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:15000;background-color:rgba(var(--color-primary-2),0.58);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:5.125rem;left:0.71875rem;display:block; }
#nHKoC4rrJf7y7y1KGS28fKUHC9hSyOy2 { color:rgba(var(--color-primary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6750001907349rem;left:1.5492181777954rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nIxwwFhzCexOxXWol0cohnttuWX1aTAT { background-color:transparent;background-image: -webkit-linear-gradient(184deg, #2f8bb7, #1c4997);background-image: -moz-linear-gradient(184deg, #2f8bb7, #1c4997);background-image: -ms-linear-gradient(184deg, #2f8bb7, #1c4997);background-image: -o-linear-gradient(184deg, #2f8bb7, #1c4997);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8bb7', endColorstr='#1c4997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8bb7', endColorstr='#1c4997' );";background-image: linear-gradient(184deg, #2f8bb7, #1c4997);background-size:auto !important;border-top:0.0625rem solid #d3d3d3;border-left:0.0625rem solid #d3d3d3;border-right:0.0625rem solid #d3d3d3;border-bottom:0.0625rem solid #d3d3d3;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.013888875rem;height:5.638888875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:26.875rem;display:block; }
#boewv8s9LuM7xbGUVHKKPEPiRf1yThq2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I0JQVwrGqEaULTL8UoLJNxrdicZtyFgz { color:rgba(var(--color-secondary-0),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:3.9375rem;left:28.25rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PmB2kSuIb9iFAsTZA9wtHPdwcpQySquT { width:29.4375rem;height:8.7995rem;top:4.765625rem;left:0.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gOTv3IrgXJP2MACUwC55ZXtWwHor5tKM { width:29.5625rem;height:2.2747375rem;top:14.658203125rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tc5Mg2MaqWcvNPkzV5tlWLEwlvtDlVcQ { width:15.5625rem;height:15.5625rem;top:2.1875rem;left:31.687502503395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qxnBTPXwyF06klzXPlASFwDy2KMMqXXC { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #N5mIZkfhxwSA2iq1tTBbCRvSxD3xvIlK { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MLZkuc7pI1Qo0UeQUAUZ5CrmXG3V7i0K { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #e9M3PfwGq122Uvtl754XOasWnTkgv6tv { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qXTRgE7VsegUNlhsDS3EJBLloPH6ZeD4 { width:21.4375rem;height:1.375rem;top:2.0572917461395rem;left:0.89518225193025rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jhc8SFTNJo9DdfItlk58w9k4BU0RJkBK { width:20.625rem;height:1.13736875rem;top:2.1875rem;left:1.3430989980698rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #LkvAqSASQ1ttg8i8dcmti5xFwzABrK4N { width:25.104166625rem;height:4.791666625rem;top:19.1875rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f7g9hetzufx2acSHJUG1PttvDwQh9imD { display:block; }
 }@media only screen and (max-width: 1199px) { #Tq8hknC8fNZu5IkwasZNc6T3uDX6Tzr5 { width:13.4375rem;height:0;top:20.608724594116rem;left:33.250002503395rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 { display:block; }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 > .row .container { width:47.75rem;height:62.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Fb60iINJ5yiw5wu6gv922s9dcwf41pfG { width:38.875rem;height:4.3997375rem;top:5.9524736404419rem;left:3.2701822519303rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f7zTsVgRCOzmtcnWtEOkU9NHhLbIDT1k { width:40.1875rem;height:28.6875rem;top:12.478515625rem;left:3.7812501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #meSTWlH4BuEICRaX7n5JKq1zTOUoBXUd { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dKwsCmDFblTTaQTWXAu3qMkzKTXTJs7W { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GG2RlzfLhdn8A9vusRUJdOWx8PMi2ZII { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bJigkmmaPaEKC08S4WVbL67FmbnFA1HC { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Kklc6Zdgu1ZWZhCoEBd2gObM2sBleyWM { width:44.125rem;height:31.3125rem;top:11.124349236488rem;left:1.7701822519302rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FET7iy28dGNykdR0T7ixON3E4X4vcHxe { width:40.0625rem;height:0.9746125rem;top:4.3684892654419rem;left:3.8437501192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #MEyOzuHxrvll4DL852Apf6UTzVPXgdKt { width:2.625rem;height:2.625rem;top:28.6875rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mRtonwBBBtWbFAIaQTT6LoLtmry4PSWn { width:2rem;height:2rem;top:1.6875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sd5PklMAg9rsKo1dI55MxoeLyQ2sAiSa { width:2.625rem;height:2.625rem;top:28.6875rem;left:42.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lhSb2WixNNandVu4UsqSlCsOopXPwTvt { width:2.625rem;height:2.625rem;top:29.8125rem;left:40.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qwCCGUkSSbqqJNQtaqVxp3UatSiQ6Wp1 { width:2.625rem;height:2.625rem;top:28.6875rem;left:37.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Z2ESTb8cCbVeMlNZgeV7gXzgu5DPrBOP { width:30.729166625rem;height:3.541666625rem;top:43.957682609558rem;left:7.34244787693rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c5zVmHylbVt6iu6sZRBsVxhUVm8aiwr2 { display:block; }
 }@media only screen and (max-width: 1199px) { #yBA2qcBpIvdCUm449XUgh3hGaeAt0GhI { width:25.1875rem;height:0.9746125rem;top:48.020182609558rem;left:11.281250596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #T0qcmcVlx89ZQofb3aCSQ4paNCt3OaLN { width:40.375rem;height:9.09895rem;top:51.525392532349rem;left:3.6875001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MdCOr4A2obp8HRC7KEcgByQKnsiKMiz3 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Tdng5NZInFqdBlUWv1coHEZ2hfATktrv { width:2rem;height:2rem;top:1.6875rem;left:19.6875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #TNdEbc6ynhUTa47tuwqfP1T7xKpPIR9y { width:2rem;height:2rem;top:1.6875rem;left:21.6875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #TK7OoTTB54CphEvr39Tfqfk8MqTCeH7r { width:2rem;height:2rem;top:1.6875rem;left:23.6875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 1199px) { #BMMIGTlcTu0cKaWWpptJOOVcZ8X6OCTf { width:2rem;height:2rem;top:1.6875rem;left:25.6875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 1199px) { #PR1QGuR4nQS0fWzzAns987TIoPSOgui0 { display:block; }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0 > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SUXAq7HkQvUJQgpiAZkP6ZvN6CEhuTFh { width:47.75rem;height:0.8125rem;top:1.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hOSbnklinaeCKtWv67rATzpwIoidZdmq { display:none; }#hOSbnklinaeCKtWv67rATzpwIoidZdmq > .row .container { width:47.75rem;height:35.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hiGc1uAEpiFbQWxchrTm1iTQbBMeMqu3 { width:29.4375rem;height:6.597625rem;top:4.265625rem;left:0.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yhi8tbWGo3VAZfQLzoCmVuw1aZLFgCmm { width:29.5625rem;height:2.2734375rem;top:11.9375rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fwwwfa5L4opT3a00MS3nkF69Fcau9I10 { width:31.125rem;height:8.4375rem;top:16.265625rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hCcEGZWkV6d3H5qhDgbt1NTBTpoe0Knt { width:47.0625rem;height:6.25rem;top:28.03125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RxXtGPEBJCPhoSh7KcvboMhMyAGoKIH2 { width:30.875rem;height:4.9375rem;top:28.6875rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nIz9GsrPPA1ruuOvttZS8kLn4dVJMgNS { display:block; }
 }@media only screen and (max-width: 1199px) { #TERnPGAfEmmVMHE7WQufLRdX0ap6pzF3 { width:2.625rem;height:2.625rem;top:28.6875rem;left:37.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QycJMvE74vQrKOfh3ihpUuTdIfEEWJJ0 { width:13.4375rem;height:0.9746125rem;top:32.125rem;left:32.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #K0oZJeuLyuUQ9T53yWZyRO4tb7wZb2gv { width:2.625rem;height:2.625rem;top:29.8125rem;left:40.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZdQLFtXmhhHayts1sZi6hLpvyz4Wc1xy { width:2.625rem;height:2.625rem;top:28.6875rem;left:42.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IEfc2i1Kk7MZNkMoMQsi8WNGFKE1wBxQ { width:2rem;height:2rem;top:30.125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W13WykHPrTvlXFZyiw7LxsoQKsy4w8JV { width:2.625rem;height:2.625rem;top:28.6875rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BT9pZg3JfOBvHwCK5DPFXwUWaB0VtXnl { width:15.5625rem;height:15.5625rem;top:4.265625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R42oMVsTHMV1H7TIORHeLospThlRcrWB { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lULOvrE0vX6kwEMNQPIXM0gEsSVCLL8W { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s5OcgNKzdIHgPIqD9IDOB54HnC4RJ8ql { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HmFzzROodzxq82qwuxzPoGr3STXnyTha { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PDrTpDVxWgtA3KGBmu6t2Et8sRkfAsWv { width:29.5625rem;height:2.2734375rem;top:11.9375rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kr7nA9W8icT8W0M7XTAFHu0TQmRNcQcB { width:31.5rem;height:2.625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nHKoC4rrJf7y7y1KGS28fKUHC9hSyOy2 { width:29.5625rem;height:2.2734375rem;top:11.9375rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nIxwwFhzCexOxXWol0cohnttuWX1aTAT { width:30.875rem;height:4.9375rem;top:28.6875rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #boewv8s9LuM7xbGUVHKKPEPiRf1yThq2 { display:block; }
 }@media only screen and (max-width: 1199px) { #I0JQVwrGqEaULTL8UoLJNxrdicZtyFgz { width:13.4375rem;height:0.9746125rem;top:32.125rem;left:32.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0280cc;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmB2kSuIb9iFAsTZA9wtHPdwcpQySquT { width:20rem;height:7.9739375rem;top:4.625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gOTv3IrgXJP2MACUwC55ZXtWwHor5tKM { width:20rem;height:3.375rem;top:14.05859375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tc5Mg2MaqWcvNPkzV5tlWLEwlvtDlVcQ { width:16.625rem;height:16.625rem;top:19.059246063233rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxnBTPXwyF06klzXPlASFwDy2KMMqXXC { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #N5mIZkfhxwSA2iq1tTBbCRvSxD3xvIlK { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #MLZkuc7pI1Qo0UeQUAUZ5CrmXG3V7i0K { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #e9M3PfwGq122Uvtl754XOasWnTkgv6tv { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #qXTRgE7VsegUNlhsDS3EJBLloPH6ZeD4 { width:19.875rem;height:2.8125rem;top:45.614583969116rem;left:0.041666626930237rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jhc8SFTNJo9DdfItlk58w9k4BU0RJkBK { width:20rem;height:0.9746125rem;top:2.6666667461395rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LkvAqSASQ1ttg8i8dcmti5xFwzABrK4N { width:18.6875rem;height:3.6875rem;top:38.083333492279rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7g9hetzufx2acSHJUG1PttvDwQh9imD { display:block; }
 }@media only screen and (max-width: 763px) { #Tq8hknC8fNZu5IkwasZNc6T3uDX6Tzr5 { width:20rem;height:1.94921875rem;top:42.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 { background-color:#0280cc;background-image:none;display:block; }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 > .row .container { background-color: transparent; background-image: none; }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 > .row .container > .video-iframe-container { display: none; }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 > .row > .video-iframe-container { display: none; }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 > .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); }#mSRDuS0lZJmir2WBTUkmgfOJf2u1zPE0 > .row .container { width:20rem;height:75.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fb60iINJ5yiw5wu6gv922s9dcwf41pfG { width:20rem;height:5.361325rem;top:8.9322919845581rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7zTsVgRCOzmtcnWtEOkU9NHhLbIDT1k { width:18.875rem;height:35.08595625rem;top:15.939453443512rem;left:0.5625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #meSTWlH4BuEICRaX7n5JKq1zTOUoBXUd { display:flex;width:1.875rem;height:1.875rem;top:1.5rem;left:4.75rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #dKwsCmDFblTTaQTWXAu3qMkzKTXTJs7W { display:flex;width:1.875rem;height:1.875rem;top:1.5rem;left:10.375rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #GG2RlzfLhdn8A9vusRUJdOWx8PMi2ZII { display:flex;width:1.875rem;height:1.875rem;top:1.5rem;left:6.625rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #bJigkmmaPaEKC08S4WVbL67FmbnFA1HC { display:flex;width:1.875rem;height:1.875rem;top:1.5rem;left:8.5rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #Kklc6Zdgu1ZWZhCoEBd2gObM2sBleyWM { width:19.875rem;height:36.75rem;top:15.408854484558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FET7iy28dGNykdR0T7ixON3E4X4vcHxe { width:20rem;height:3.65625rem;top:4.0377607345581rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MEyOzuHxrvll4DL852Apf6UTzVPXgdKt { display:flex;width:2.625rem;height:2.625rem;top:93.0045625rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRtonwBBBtWbFAIaQTT6LoLtmry4PSWn { display:flex;width:2.625rem;height:2.625rem;top:94.4420625rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sd5PklMAg9rsKo1dI55MxoeLyQ2sAiSa { display:flex;width:0.625rem;height:0.625rem;top:91.108729002931rem;left:17.625000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhSb2WixNNandVu4UsqSlCsOopXPwTvt { display:flex;width:2.625rem;height:2.625rem;top:94.1295625rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwCCGUkSSbqqJNQtaqVxp3UatSiQ6Wp1 { display:flex;width:2.625rem;height:2.625rem;top:93.0045625rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2ESTb8cCbVeMlNZgeV7gXzgu5DPrBOP { width:18.604166625rem;height:3.229166625rem;top:52.242191314698rem;left:0.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5zVmHylbVt6iu6sZRBsVxhUVm8aiwr2 { display:block; }
 }@media only screen and (max-width: 763px) { #yBA2qcBpIvdCUm449XUgh3hGaeAt0GhI { width:20rem;height:1.94921875rem;top:55.471357345581rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0qcmcVlx89ZQofb3aCSQ4paNCt3OaLN { width:19.625rem;height:12.59375625rem;top:59.21875rem;left:0.1875rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MdCOr4A2obp8HRC7KEcgByQKnsiKMiz3 { display:flex;width:1.875rem;height:1.875rem;top:1.5rem;left:12.250000596046rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #Tdng5NZInFqdBlUWv1coHEZ2hfATktrv { display:flex;width:2.625rem;height:2.625rem;top:94.4420625rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNdEbc6ynhUTa47tuwqfP1T7xKpPIR9y { display:flex;width:2.625rem;height:2.625rem;top:94.4420625rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TK7OoTTB54CphEvr39Tfqfk8MqTCeH7r { display:flex;width:2.625rem;height:2.625rem;top:94.4420625rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMMIGTlcTu0cKaWWpptJOOVcZ8X6OCTf { display:flex;width:2.625rem;height:2.625rem;top:94.4420625rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PR1QGuR4nQS0fWzzAns987TIoPSOgui0 { background-color:#ffffff;background-image:none;display:block; }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0 > .row .container { background-color: transparent; background-image: none; }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0 > .row .container > .video-iframe-container { display: none; }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0 > .row > .video-iframe-container { display: none; }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0 > .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); }#PR1QGuR4nQS0fWzzAns987TIoPSOgui0 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUXAq7HkQvUJQgpiAZkP6ZvN6CEhuTFh { width:20rem;height:1.625rem;top:0.51171875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #hOSbnklinaeCKtWv67rATzpwIoidZdmq { background-color:transparent;background-image: -webkit-linear-gradient(305deg, #ffffff, #0280cc);background-image: -moz-linear-gradient(305deg, #ffffff, #0280cc);background-image: -ms-linear-gradient(305deg, #ffffff, #0280cc);background-image: -o-linear-gradient(305deg, #ffffff, #0280cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0280cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0280cc' );";background-image: linear-gradient(305deg, #ffffff, #0280cc);background-size:auto !important;display:none; }#hOSbnklinaeCKtWv67rATzpwIoidZdmq > .row .container { width:20rem;height:90.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hiGc1uAEpiFbQWxchrTm1iTQbBMeMqu3 { width:20rem;height:7.15rem;top:1.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhi8tbWGo3VAZfQLzoCmVuw1aZLFgCmm { width:20rem;height:4.5rem;top:10.49609375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fwwwfa5L4opT3a00MS3nkF69Fcau9I10 { width:18.875rem;height:13.8125rem;top:17.25390625rem;left:0.5625rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hCcEGZWkV6d3H5qhDgbt1NTBTpoe0Knt { width:20rem;height:4.25rem;top:81.3955078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxXtGPEBJCPhoSh7KcvboMhMyAGoKIH2 { width:18.8125rem;height:3.625rem;top:57.625rem;left:0.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIz9GsrPPA1ruuOvttZS8kLn4dVJMgNS { display:block; }
 }@media only screen and (max-width: 763px) { #TERnPGAfEmmVMHE7WQufLRdX0ap6pzF3 { display:flex;width:2.625rem;height:2.625rem;top:74.2705078125rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QycJMvE74vQrKOfh3ihpUuTdIfEEWJJ0 { width:20rem;height:1.21875rem;top:64.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K0oZJeuLyuUQ9T53yWZyRO4tb7wZb2gv { display:flex;width:2.625rem;height:2.625rem;top:76.8330078125rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZdQLFtXmhhHayts1sZi6hLpvyz4Wc1xy { display:flex;width:1.875rem;height:1.875rem;top:62.8125rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #IEfc2i1Kk7MZNkMoMQsi8WNGFKE1wBxQ { display:flex;width:2.625rem;height:2.625rem;top:75.0517578125rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W13WykHPrTvlXFZyiw7LxsoQKsy4w8JV { display:flex;width:2.625rem;height:2.625rem;top:75.0517578125rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BT9pZg3JfOBvHwCK5DPFXwUWaB0VtXnl { width:16.625rem;height:16.625rem;top:33.7470703125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R42oMVsTHMV1H7TIORHeLospThlRcrWB { display:flex;width:1.875rem;height:1.875rem;top:62.8125rem;left:5.3125rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #lULOvrE0vX6kwEMNQPIXM0gEsSVCLL8W { display:flex;width:1.875rem;height:1.875rem;top:62.8125rem;left:10.9375rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #s5OcgNKzdIHgPIqD9IDOB54HnC4RJ8ql { display:flex;width:1.875rem;height:1.875rem;top:62.8125rem;left:7.1875rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #HmFzzROodzxq82qwuxzPoGr3STXnyTha { display:flex;width:1.875rem;height:1.875rem;top:62.8125rem;left:9.0625rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #PDrTpDVxWgtA3KGBmu6t2Et8sRkfAsWv { width:19.625rem;height:3.6rem;top:68.71875190735rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Kr7nA9W8icT8W0M7XTAFHu0TQmRNcQcB { width:19.875rem;height:2.625rem;top:73.56836440735rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHKoC4rrJf7y7y1KGS28fKUHC9hSyOy2 { width:20rem;height:0;top:77.52669778235rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nIxwwFhzCexOxXWol0cohnttuWX1aTAT { width:18.875rem;height:5.625rem;top:81.02669778235rem;left:0.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boewv8s9LuM7xbGUVHKKPEPiRf1yThq2 { display:block; }
 }@media only screen and (max-width: 763px) { #I0JQVwrGqEaULTL8UoLJNxrdicZtyFgz { width:20rem;height:0;top:87.90169778235rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }