.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:233,230,219;--color-primary-1:239,219,127;--color-primary-2:143,131,76;--color-primary-3:153,138,67;--color-primary-4:29,26,15;--color-secondary-0:247,251,255;--color-secondary-1:229,243,255;--color-secondary-2:202,230,255;--color-secondary-3:101,115,128;--color-secondary-4:30,35,38;--color-tertiary-0:218,220,225;--color-tertiary-1:131,139,156;--color-tertiary-2:7,22,56;--color-tertiary-3:4,11,28;--color-tertiary-4:1,3,8;--headlines-font-family:"lato";--paragraphs-font-family:"open sans"; }@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:#fefefe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#071638;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; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:60rem;position:relative;display:block; }#fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:8.8125rem;left:1.5rem;height:3.6rem;font-style:normal;display:block; }
#q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { background-color:rgba(var(--color-secondary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:42.6875rem;left:2.1000003814698rem;display:block; }
#qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TcxQxWgqA1FO5JewWHV4ROOOJnUdsWI9 { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:6.4375rem;left:1.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Twsbs4indm1HphlSCib3CdplsJ1Qx1vc { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:39.5rem;left:17.987501144409rem;height:1.625rem;font-style:normal;display:block; }
#yxUhewm0RFcxR3wK2nTbhwkTTyw4mhVx { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:27.875rem;width:27.875rem;top:12.5rem;left:30.925001144409rem;overflow:hidden;display:block; }
#NV2RcNZZI3Z4E5CaRrHJNdNDPN6DCv8D { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:13.125rem;left:1.5rem;height:4.548825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rq0TPa0Nnk6ytxE04rvLm07KTbgzwRUN { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:5.9375rem;width:5.9375rem;top:1.25rem;left:52.8125rem;overflow:hidden;display:block; }
#XTCfHTfWHqvElhHpr8MSI8zzdc0vWcEd { color:rgba(var(--color-secondary-2),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.362500667572rem;left:1.5rem;height:1.4625rem;display:block; }
#xlTMidk8QCWaXaTkzs03JOWGzbzixDlT { color:rgba(var(--color-secondary-0),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:24.3125rem;left:3.5625rem;height:2.923825rem;display:block; }
#SLdLTH4n6lS2PXqZHIrc3QdvRQWDPtX4 { color:rgba(var(--color-secondary-0),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:27.799999713897rem;left:3.5625rem;height:2.923825rem;display:block; }
#GToIT6zqU6CxnHDmpIIFk1bmT0q9CbLc { color:rgba(var(--color-secondary-0),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.487501144409rem;left:3.5625rem;height:2.923825rem;display:block; }
#tEiCxxqrU7mFoAgZoKMm79VHm1Z0KXZx { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15020;background-color:#ba0200;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.812500476837rem;left:2.1000003814698rem;display:block; }
#aKe1BLiPPSwzdgrJ7nRq8lfr42fxzTbP { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15021;background-color:#ba0200;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.362499713897rem;left:2.1000003814698rem;display:block; }
#SyzeviavTpMftZ9xgVVWoVtkztCMlJ03 { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15022;background-color:#ba0200;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.925001144409rem;left:2.1000003814698rem;display:block; }
#WBPkPDQVqzgrNPyUxogkEhlo63OJ4564 { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:39.5rem;left:1.5rem;height:1.625rem;font-style:normal;display:block; }
#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefefe;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; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:60rem;position:relative;display:block; }#UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { position:absolute;display:block;z-index:15000;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:18.375rem;width:30.5rem;top:15.4375rem;left:27.812501907349rem;overflow:hidden;display:block; }
#ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { color:#071638;display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:3.75rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { color:rgba(var(--color-tertiary-2),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:10.300000190735rem;left:10.0625rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#hhrnUkTHQ2ferokTswlTf3PKCFa4J6Da { color:rgba(var(--color-tertiary-2),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.09375rem;left:0rem;height:2.1rem;font-style:normal;display:block; }
#J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { position:absolute;display:block;z-index:15004;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:20.8125rem;left:0rem;display:block; }
#yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { color:rgba(var(--color-tertiary-2),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:20.25rem;left:1.0625rem;height:1.8rem;display:block; }
#Mw98yxD1ItqUNtoT2xmBJEaDRzGXkP19 { position:absolute;display:block;z-index:15006;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:22.9375rem;left:0rem;display:block; }
#lRxvqenclXTIFN47ZzhvaqA4FQaCUG7O { color:rgba(var(--color-tertiary-2),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:22.375rem;left:1.0625rem;height:1.8rem;display:block; }
#GBZU5UxlSrZkMGZbWAKopGaqBUZD5ndR { position:absolute;display:block;z-index:15008;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:25.125rem;left:0rem;display:block; }
#aXTVqwnnFpWpcQLcBTH0BsUls2lcik0S { color:rgba(var(--color-tertiary-2),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:24.5625rem;left:1.0625rem;height:1.8rem;display:block; }
#ak4zCM73se7hl72E6cOhvL91JeGMu7Ho { color:rgba(var(--color-tertiary-2),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:26.6875rem;left:1.0625rem;height:1.8rem;display:block; }
#NThhleBHgoVUUhipyNz2TRLXxB5LpB2X { position:absolute;display:block;z-index:15008;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:27.25rem;left:0rem;display:block; }
#UpZdbGEsCTnJgiJ7tTcqDHKd8qQaMWoM { color:rgba(var(--color-tertiary-2),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:30.3125rem;left:0rem;height:1.8rem;display:block; }
#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { background-color: transparent; background-image: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container > .video-iframe-container { display: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container { display: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .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); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { border-width: 0; border-radius: 0; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#h1pDTK7pVRm44WVmfrJz39WK1LlwkRzV { color:rgba(var(--color-tertiary-2),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:1.25rem;left:4.25rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EuhfgnT5MGuXWkRRzNmZTckfk6DNO74R { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:12.217969894409rem;left:2.3125rem;height:1.8rem;display:block; }
#MH9R2p77E5gEOiomiTnBHrL1ALgkz0fE { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:12.217969894409rem;left:22.250001907349rem;height:1.8rem;display:block; }
#aaNuZvyJtufoHVCwlT9fPxEp7047vL8N { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:11.655469894409rem;left:42.531251907349rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#lMq7keTTyTDXm2eplvLPxGGNzMOSRFR9 { box-sizing:content-box;height:7rem;width:18.4375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:9.5671882629394rem;left:0.79375076293944rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#mKPhftgzb1uJ9piHKWuXVIJZy8rFHxfk { box-sizing:content-box;height:7rem;width:18.4375rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:9.5671882629394rem;left:21.325002670288rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#Pq7nqvplspmlFuELu79qfs9AgQDW7TCe { box-sizing:content-box;height:7rem;width:18.4375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:9.6179695129394rem;left:41.562501907349rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#tEkTirwKLkr2V5xRkzrzfVzFqKPwdVGf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:8.98046913147rem;left:41.400001907349rem; }
#C2SHHPAPXD4qxXOnuKVA85QLRhtaSh29 { box-sizing:content-box;height:3.25rem;width:3.25rem;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:15025;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.45546913147rem;left:40.937501907349rem;display:block; }
#Z1uVu2fwopSMhDCUe12zbQImB0PdWUhl { box-sizing:content-box;height:3.25rem;width:3.25rem;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:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.39296913147rem;left:20.250001907349rem;display:block; }
#ptyikKo0JBxFoO201ncJCZXnRGxhbPCG { box-sizing:content-box;height:3.25rem;width:3.25rem;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:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.45546913147rem;left:0rem;display:block; }
#GhcZH4mkM6knFt3uXIRAOX7vN4bsTtkM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:8.98046875rem;left:20.831251144409rem; }
#Bb1vsR0bf4ZWB6W0HvPQy0iBBPvzwxzk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:8.88671875rem;left:0.42500114440918rem; }
#XDry8owe4XIVePg4KWUuT69uUhiqCoLQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);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; }#XDry8owe4XIVePg4KWUuT69uUhiqCoLQ > .row .container { background-color: transparent; background-image: none; }#XDry8owe4XIVePg4KWUuT69uUhiqCoLQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDry8owe4XIVePg4KWUuT69uUhiqCoLQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDry8owe4XIVePg4KWUuT69uUhiqCoLQ > .row .container > .video-iframe-container { display: none; }#XDry8owe4XIVePg4KWUuT69uUhiqCoLQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDry8owe4XIVePg4KWUuT69uUhiqCoLQ > .row > .video-iframe-container { display: none; }#XDry8owe4XIVePg4KWUuT69uUhiqCoLQ > .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); }#XDry8owe4XIVePg4KWUuT69uUhiqCoLQ > .row .container { border-width: 0; border-radius: 0; }#XDry8owe4XIVePg4KWUuT69uUhiqCoLQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XDry8owe4XIVePg4KWUuT69uUhiqCoLQ > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:60rem;position:relative;display:block; }#qp8UTedw6mw8UpklS3LdZMvLTMm4JmiE { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:5.2250003814697rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QmPXDkkTdDO4AB5QcpbAsUyswCi2HQQr { color:rgba(var(--color-secondary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.4375rem;left:5.2250003814697rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dGNo9S9wR3GozqyoQ1dmpguFuMzDkJhc { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:12.8125rem;left:0rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EPf487TKlAw5PUoNVXqxggV72X1khMRJ { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:15.6875rem;left:2.1125011444092rem;height:10.7988375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JJ1klgnw0SgWEGAHLpLOUdRMJTfo5Ggx { position:absolute;display:block;z-index:15000;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:23.0625rem;width:23.0625rem;top:10.200000762939rem;left:34.71249961853rem;overflow:hidden;display:block; }
#rCneJ3Aqs9diRkGxitUHTDHciaiem5Og { position:absolute;display:block;z-index:15005;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:16.323437690735rem;left:0.9375rem;display:block; }
#cJZVSgAwP1yFFeleUBAAfn1s6AqZKVAG { position:absolute;display:block;z-index:15006;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:18.135937690735rem;left:0.9375rem;display:block; }
#Aha9uC4WUuVuu4uxmdcHTodCZfSmH2GZ { position:absolute;display:block;z-index:15007;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:19.948437690735rem;left:0.9375rem;display:block; }
#liCTAWBw895iyBibMdlntUninJzvCNx4 { position:absolute;display:block;z-index:15008;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:21.823437690735rem;left:0.9375rem;display:block; }
#un44eG3OaMeDMaFNr3teELEqGOcpWDMq { position:absolute;display:block;z-index:15009;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:23.510937213897rem;left:0.9375rem;display:block; }
#tP3vSZzZUDkDrvyEWw7w3hGL0vKhNFhI { position:absolute;display:block;z-index:15010;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:25.385937213897rem;left:0.9375rem;display:block; }
#wtwLLetbFFFNqQBOTsntsWXREsuqXlA9 { color:rgba(var(--color-secondary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:35.375rem;left:13.9375rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qoP8hESXXx29KkF4XarlBFJze7MG0I29 { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:33.625rem;left:10.59375rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mxv49ovNe2vEXbk7wBKZgLJ75Jq3nZWr { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:35.375rem;left:5.25rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTB7SZfLSZvTOL3QiImv61WOlhB14UuD { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:35.375rem;left:47.625001907349rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tNHpReuCEQamO0RUoGSRgZXfGzr33GWb { color:rgba(var(--color-secondary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:38.9375rem;left:3.5500011444092rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ziOSaId61sMGOT8rJGOaNs1RRwQQtrTQ { color:rgba(var(--color-secondary-2),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:38.9375rem;left:21.156251907349rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dzz3wckBTpdFyimJpN22sDPHwirEzCo5 { color:rgba(var(--color-secondary-2),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:38.9375rem;left:30.13125038147rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PVoBpP14DTXxtoJTO85O8vuKah4te00m { color:rgba(var(--color-secondary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:38.9375rem;left:40.987501144409rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pJGDmdhDkhXVL35nox0bNbqCTtOm0dB0 { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:42.4375rem;left:13.22500038147rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rFUpkJShrlVHPE2Bukl1uvofnQMw69Do { position:absolute;display:block;z-index:15007;background-color:#ba0200;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:39.58749961853rem;left:19.956251144409rem;display:block; }
#rAwMcscZE97LkbrFZJca8yBF92SwXRlI { position:absolute;display:block;z-index:15008;background-color:#ba0200;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:39.58749961853rem;left:29.187501907349rem;display:block; }
#bo2hHbeISgCAoXCQbhDEh9fEuHJu1Upo { position:absolute;display:block;z-index:15009;background-color:#ba0200;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:39.58749961853rem;left:40.19375038147rem;display:block; }
#ppw0B9CZp8TpOxod7Zw8qgTszbMoic5A { color:rgba(var(--color-secondary-2),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:35.375rem;left:22.875001907349rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OKs73CkLM8rg49qNRyqO5QibN2gfplhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#OKs73CkLM8rg49qNRyqO5QibN2gfplhp > .row .container { background-color: transparent; background-image: none; }#OKs73CkLM8rg49qNRyqO5QibN2gfplhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKs73CkLM8rg49qNRyqO5QibN2gfplhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKs73CkLM8rg49qNRyqO5QibN2gfplhp > .row .container > .video-iframe-container { display: none; }#OKs73CkLM8rg49qNRyqO5QibN2gfplhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKs73CkLM8rg49qNRyqO5QibN2gfplhp > .row > .video-iframe-container { display: none; }#OKs73CkLM8rg49qNRyqO5QibN2gfplhp > .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); }#OKs73CkLM8rg49qNRyqO5QibN2gfplhp > .row .container { border-width: 0; border-radius: 0; }#OKs73CkLM8rg49qNRyqO5QibN2gfplhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKs73CkLM8rg49qNRyqO5QibN2gfplhp > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:60rem;position:relative;display:block; }#P91VQv45AhrBuzBRQBKsz05T7K8VKsOp { color:rgba(var(--color-tertiary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4117183685303rem;left:0rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d53wUTyeyDnSni8lJ1qzgIk8shg2TaH5 { color:#ba0200;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0476570129394rem;left:33.250001907349rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FH0GmW5iPcoIclFasbWqAlA8rwfxTbnh { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0476570129394rem;left:0.0625rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hG6SeId0ROvTLP2kqItXklQ7IMzIAv7X { color:#191919;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:11.1875rem;left:0rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#podKIf9855kDUsyStz1zlriwprNX4QBl { color:#191919;display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:14.625rem;left:1.9250011444092rem;height:8.99903125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n17wdJGnOys79KFVBPw2KHhLHQbQsTIk { position:absolute;display:block;z-index:15006;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:15.323438644409rem;left:0.75rem;display:block; }
#kyZL5DEQvXSyp7PK6TmK1XfQALud6doO { position:absolute;display:block;z-index:15007;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:17.135938644409rem;left:0.75rem;display:block; }
#NfRZGe1QpsfUVgaidzkfXURPlOawBQV2 { position:absolute;display:block;z-index:15008;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:18.875rem;left:0.75rem;display:block; }
#ssiJx8ifCh8pXJVcuf17UmHOHhEHVhX8 { position:absolute;display:block;z-index:15009;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:20.5rem;left:0.75rem;display:block; }
#ehIqmQ3FIHJsT2qMLmTgziW3HbHxgUwf { color:#191919;display:block;width:47.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:26.750001072884rem;left:6.40625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zPN5plPiTEhESzn1PEMzs97UamycBoBd { color:rgba(var(--color-primary-4),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.4375rem;left:3.75rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jka0ZO77GXSmiDq13shpeUOpt3ACO2n7 { color:#191919;display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:37.125001907349rem;left:4.3125rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k49Ez9qEElbPp4IblRi9DWW9VKS6koUZ { color:#ba0200;display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:28.250000953674rem;left:4.90625rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aPR3bAHpFdOhMnDVtuevRf1rKMNGKyhh { color:#ba0200;display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:30.437500953674rem;left:40.156251907349rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kNfbd7dimvo7JMHeC98Ja7stHEZa3Ssl { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:42.000001907349rem;left:23.781251907349rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ps42kp8Ri0pPDAeSpM4sxG6rlTizwK3F { position:absolute;display:block;z-index:15015;background-color:#ba0200;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:42.650001525879rem;left:36.85000038147rem;display:block; }
#UIRoCsnbnqzdcERUQI4DUirJRT3zPMps { color:rgba(var(--color-tertiary-2),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:42.000001907349rem;left:38.112501144409rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GwhXZ2cB63er2TQpZgfXJ1XaQQU8sSb6 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:42.000001907349rem;left:13.6875rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mm9NtA5dMTCq63lCSd3IB3JwZUtIhpVo { position:absolute;display:block;z-index:15014;background-color:#ba0200;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:42.650001525879rem;left:22.750001907349rem;display:block; }
#nNGkOpDtQ9zIphedTbP1WtoNtT5MT7D8 { box-sizing:content-box;height:9.9375rem;width:52.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.131249904633rem;left:3.78125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#HLPhENv6IkEhXKDTtOeLF8GJUTAvxzO9 { color:rgba(var(--color-tertiary-2),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.4109382629394rem;left:13.487501144409rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bm2kEZqkzdmmbxIdh6N3A07kta5rfXot { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);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; }#bm2kEZqkzdmmbxIdh6N3A07kta5rfXot > .row .container { background-color: transparent; background-image: none; }#bm2kEZqkzdmmbxIdh6N3A07kta5rfXot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm2kEZqkzdmmbxIdh6N3A07kta5rfXot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm2kEZqkzdmmbxIdh6N3A07kta5rfXot > .row .container > .video-iframe-container { display: none; }#bm2kEZqkzdmmbxIdh6N3A07kta5rfXot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm2kEZqkzdmmbxIdh6N3A07kta5rfXot > .row > .video-iframe-container { display: none; }#bm2kEZqkzdmmbxIdh6N3A07kta5rfXot > .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); }#bm2kEZqkzdmmbxIdh6N3A07kta5rfXot > .row .container { border-width: 0; border-radius: 0; }#bm2kEZqkzdmmbxIdh6N3A07kta5rfXot > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bm2kEZqkzdmmbxIdh6N3A07kta5rfXot > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#hXHrUTdTIaQQCAkzIqV749zsq0vOqfNP { color:rgba(var(--color-secondary-0),1);display:block;width:47.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.984375rem;left:6.15625rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cEunLDVWhRFrncaasdVK9nCwNzOWAcHw { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:10.375rem;left:4.9375rem;height:5.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0631SyiJIm6L2UTeiyJGO3rt9TtrPyb { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:17.94375038147rem;left:6.15625rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RKhtiDu7PW2Cvmbuse0CmfLJaTNV72ZG { box-sizing:content-box;height:7.9375rem;width:13.8125rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:23.1875rem;left:6.1875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#FSqC2rh3TVWvKJaPmvx4r1F9yxGSwrpd { box-sizing:content-box;height:3.4375rem;width:3.4375rem;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:15031;background-color:#ba0200;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.4375rem;left:11.375rem;display:block; }
#ata0ZB9LMpMbAWA3PHcUNnNOLIeVfwPr { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:25.4375rem;left:7.125rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#TctyyJHmmanSMmX0o1k7ZpcASTHMXrHv { color:rgba(var(--color-tertiary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.6;letter-spacing:0;top:25.356250762939rem;left:22.937501907349rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#m9O505mlJihf1dGdfNNP1LCecWzAiZ1w { color:rgba(var(--color-tertiary-2),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.6;letter-spacing:0;top:24.875rem;left:41.625001907349rem;height:5.4rem;text-align:center;text-align-last:center;display:block; }
#n2uWexUzFOzQeHHXR6noABiU7DupF5pb { box-sizing:content-box;height:3.4375rem;width:3.4375rem;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:15033;background-color:#ba0200;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.4375rem;left:28.3125rem;display:block; }
#CcViS3tOdcdFtHbvPZBsQDtoqqwZLZuq { box-sizing:content-box;height:7.9375rem;width:13.8125rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:23.1875rem;left:23.125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#FSvIqs73TSIzvfk7zRTUzTbnkhrD4pyq { box-sizing:content-box;height:3.4375rem;width:3.4375rem;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:15034;background-color:#ba0200;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.4375rem;left:45.9375rem;display:block; }
#plThPH0vJVFXOaUNEw3LPz6b6RHH3MfW { box-sizing:content-box;height:7.9375rem;width:13.8125rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:23.1875rem;left:40.75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#pgKdZgaO7J2bZR7CyiqOWPHMuERXKvzb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:21.8125rem;left:28.718751907349rem; }
#CtrCfc2uqWxNmDF8TvDqIGDEMFEBZRz1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:22.15625rem;left:12.09375rem; }
#rJc9e8nW3mMe48r9Ttp1LCJQCqTzSL3c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:22.03125rem;left:46.618751907349rem; }
#CGEAXTigH1QJ4Jb2hQDiZkCfWoEgoxNh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#CGEAXTigH1QJ4Jb2hQDiZkCfWoEgoxNh > .row .container { background-color: transparent; background-image: none; }#CGEAXTigH1QJ4Jb2hQDiZkCfWoEgoxNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGEAXTigH1QJ4Jb2hQDiZkCfWoEgoxNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGEAXTigH1QJ4Jb2hQDiZkCfWoEgoxNh > .row .container > .video-iframe-container { display: none; }#CGEAXTigH1QJ4Jb2hQDiZkCfWoEgoxNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGEAXTigH1QJ4Jb2hQDiZkCfWoEgoxNh > .row > .video-iframe-container { display: none; }#CGEAXTigH1QJ4Jb2hQDiZkCfWoEgoxNh > .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); }#CGEAXTigH1QJ4Jb2hQDiZkCfWoEgoxNh > .row .container { border-width: 0; border-radius: 0; }#CGEAXTigH1QJ4Jb2hQDiZkCfWoEgoxNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGEAXTigH1QJ4Jb2hQDiZkCfWoEgoxNh > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:block; }#Ip2ZXxd73sUNVg6A0hrecvBmPyTDFX8B { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:7.88515663147rem;left:10.375rem;height:3.6rem;display:block; }
#NFwJIpAJ9717VDIqCH1JMzsT80e7CupW { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:13.28515625rem;left:10.375rem;height:3.6rem;display:block; }
#A1O13u9BP7Mngw06WywRv0GDKRQTqGyo { color:#000000;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:18.973438262939rem;left:10.237501144409rem;height:7.2rem;display:block; }
#cwI0IIClh2XPiVfdcVMlDVH5LKtaLVsK { color:#000000;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:13.03515625rem;left:36.281251907349rem;height:3.6rem;display:block; }
#rSUFvbVMva5L04PoCMFHiMSb5oCyOHCw { background-color:#7dd3fc;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#071638;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.749219894409rem;left:23.156251907349rem;display:block; }
#RZ4f9ulIxqsXl8O1Sc1Vxn8rzLy4melP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FRRKvb7qu3xiLdqpHQyXswiys1AMmunJ { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:1.6484375rem;left:0rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J6nCDUyHek8TW5c8m9ZtZIOVnmvAeuk2 { color:#000000;display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:18.723438262939rem;left:36.281251907349rem;height:5.4rem;display:block; }
#rfKc9MJXPRXiTqnFal8eRgKWQam5c1ra { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:7.69765663147rem;left:36.281251907349rem;height:3.6rem;display:block; }
#mFTWdRV4as4BpsV5ErVW7f02gTnsILZm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.26015663147rem;left:8.125rem; }
#U70DAyNbTiR5eiVUkxC1U06RX12HNUTp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:13.72265625rem;left:8.125rem; }
#CTRQlu7VBuCccZNIRg1O3mlp3JEXDvT8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:19.410938262939rem;left:8.125rem; }
#yWDKPDRhlLUE0DHoAsUzMDnmTH0TivpR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.07265663147rem;left:34.250001907349rem; }
#KrfZRgouPAgfvwfIArGCvxTs6fMGWuAk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:13.47265625rem;left:34.250001907349rem; }
#FUK7V3pIUapTMLbg2nl8IqraaTvdcwho { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:18.973438262939rem;left:34.250001907349rem; }
#pfwFW0GxqXXqtQzlOwVkZnTORN6aIRH1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#pfwFW0GxqXXqtQzlOwVkZnTORN6aIRH1 > .row .container { background-color: transparent; background-image: none; }#pfwFW0GxqXXqtQzlOwVkZnTORN6aIRH1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfwFW0GxqXXqtQzlOwVkZnTORN6aIRH1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfwFW0GxqXXqtQzlOwVkZnTORN6aIRH1 > .row .container > .video-iframe-container { display: none; }#pfwFW0GxqXXqtQzlOwVkZnTORN6aIRH1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfwFW0GxqXXqtQzlOwVkZnTORN6aIRH1 > .row > .video-iframe-container { display: none; }#pfwFW0GxqXXqtQzlOwVkZnTORN6aIRH1 > .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); }#pfwFW0GxqXXqtQzlOwVkZnTORN6aIRH1 > .row .container { border-width: 0; border-radius: 0; }#pfwFW0GxqXXqtQzlOwVkZnTORN6aIRH1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pfwFW0GxqXXqtQzlOwVkZnTORN6aIRH1 > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:60rem;position:relative;display:block; }#GcsUGyndmouIzUcvrhW5rcfiQCU5SeWm { color:rgba(var(--color-tertiary-2),1);display:block;width:47.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.921875rem;left:6.15625rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NwSi0V5AKVRmdunvSgr1J5k4ovQWU3aC { color:#000000;display:block;width:38.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:2.1;letter-spacing:0;top:9.59375rem;left:3.7375011444092rem;height:11.81153125rem;display:block; }
#wNy83sgUKZGRqmnbt84Q6D4UfHPVEeWN { color:#000000;display:block;width:38.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:2.1;letter-spacing:0;top:20.856250762939rem;left:3.7375011444092rem;height:2.3625rem;display:block; }
#Xsscwvv6IsW4JTv0TPtILaThLT998Hw9 { position:absolute;display:block;z-index:15010;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:10.625rem;left:2.375rem;display:block; }
#RyAyIlF5y1w2hNHbGOoh8Eg7y7GLotaR { position:absolute;display:block;z-index:15011;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:12.8125rem;left:2.375rem;display:block; }
#uOR0qzH6XtdNKC7AWET0dbiJuxud1qAh { position:absolute;display:block;z-index:15012;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:15.25rem;left:2.375rem;display:block; }
#o9LNVOu6QEQbOZDeRa2k0JXFTqXyg6Gp { position:absolute;display:block;z-index:15013;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:17.6875rem;left:2.375rem;display:block; }
#WORXpdoIm06rooRIHntTeHQCgN6m0uzS { position:absolute;display:block;z-index:15014;background-color:#7dd3fc;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:20rem;left:2.375rem;display:block; }
#cJxLlr3SHSKkDmKGn2CpKAgdkT3FofEJ { color:#000000;display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:26.342187166214rem;left:7.5812511444094rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#vwWnbK2VRyUfPr7ZyiALlQArmeS6tBOh { color:rgba(var(--color-secondary-0),1);display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:33.468751192093rem;left:6.15625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G9k1E7IF4NeX6pfgB3z1fDCGP6ZSUTB8 { box-sizing:content-box;height:5.8125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.1875rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#dcCeZGr6s6NbTLdTLdgmEJXzUnCiaXVU { box-sizing:content-box;height:2.3125rem;width:2.3125rem;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:15032;background-color:#ba0200;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.081262588501rem;left:29.018751144409rem;display:block; }
#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yMPnaGou/bg3_hd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.adaptive-delivery-prevent-bg, #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.lazyload, #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.lazyloading { background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { border-width: 0; border-radius: 0; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:60rem;position:relative;display:block; }#MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.78125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hMIzpAeyirpPqXISm5tTbOSfLCNbxOwK { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:25.375rem;top:6.4375rem;left:18.125rem;overflow:hidden;display:block; }
#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ { position:relative;display:block; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ { background-color: transparent; background-image: none; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row .container > .video-iframe-container { display: none; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row > .video-iframe-container { display: none; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .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); }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ { border-width: 0; border-radius: 0; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RCshznnUSePGD6XerFcZCJnSogUUk7RD { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7mN5b8pDVdr5V5B0v9L2cBh2OzIxTKf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#b7mN5b8pDVdr5V5B0v9L2cBh2OzIxTKf > .row .container { background-color: transparent; background-image: none; }#b7mN5b8pDVdr5V5B0v9L2cBh2OzIxTKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7mN5b8pDVdr5V5B0v9L2cBh2OzIxTKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7mN5b8pDVdr5V5B0v9L2cBh2OzIxTKf > .row .container > .video-iframe-container { display: none; }#b7mN5b8pDVdr5V5B0v9L2cBh2OzIxTKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7mN5b8pDVdr5V5B0v9L2cBh2OzIxTKf > .row > .video-iframe-container { display: none; }#b7mN5b8pDVdr5V5B0v9L2cBh2OzIxTKf > .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); }#b7mN5b8pDVdr5V5B0v9L2cBh2OzIxTKf > .row .container { border-width: 0; border-radius: 0; }#b7mN5b8pDVdr5V5B0v9L2cBh2OzIxTKf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b7mN5b8pDVdr5V5B0v9L2cBh2OzIxTKf > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#Kp0F1TU4O0TruEUGu0M0UBLrey8AtULy { color:#071638;display:block;width:41.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:9.249218940735rem;left:16.125001907349rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vp9T1Rqs61R0zAfryvvI4Hx7Ooy4aC1P { color:#000000;display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:1.96875rem;left:1.90478515625rem;height:4.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#UvSfd35tRCRe7f3Vr7Bc2TO9PFV4SN52 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:12.3125rem;width:12.3125rem;top:3.6312503814698rem;left:1.2750015258789rem;overflow:hidden;display:block; }
#CkFGCi9chnLfIkMJzWKTnzeacXkmVPJz { color:#071638;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:4.25390625rem;left:15.593751907349rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJr9L1mBDDXqWd8kUFCEsmThHmsUTwgw { color:#071638;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:6.75390625rem;left:16.125001907349rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZzfMAfgKhsgc5fPgwTupLHaMHf9yoJ8X { color:#071638;display:block;width:41.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:16.686718940735rem;left:16.125001907349rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#071638;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; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { background-color: transparent; background-image: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .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); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { border-width: 0; border-radius: 0; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;position:relative;display:block; }#ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { color:#7dd3fc;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hocgRsGHR0pMtUXbJu9zZBizkvAXqyx6 { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.3125rem;left:0rem;height:6.173825rem;font-style:normal;display:block; }
#JXIfBdUq3Ql1plsr7eVaIb8ZcmFR6VGw { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.962501049042rem;left:0rem;height:2.923825rem;font-style:normal;display:block; }
#iq1N5dUHsppcyhbunP1lpb3pfdFC2TKb { color:#fbfbfb;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:25.0625rem;left:0rem;height:1.600475rem;display:block; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-form-header {  }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:#ffffff;width:30.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:2; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#152958;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.5625rem;box-sizing:border-box;height:3.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-text {padding-top: 0; padding-bottom: 0;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#152958;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.5625rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-select {padding-top: 0; padding-bottom: 0;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#7dd3fc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:15.8125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#071638;width:18.3125rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.2;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:32.6875rem;overflow:hidden;font-style:normal; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-container:first-of-type{padding-top:0;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-container:last-of-type{padding-bottom:0;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.25rem;left:26.312501907349rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.5625rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm {display:block;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.25rem;left:26.312501907349rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #Ae1Tsg2016EkxcHbER7u4mzCmDsfUJvT { position:relative; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #b2gkmpTJD4fbGycrfZ72rBHlGlohPhA2 { position:relative;display:block; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #qwL1sMnQnHrSaTxePHpxl7dSiPBVDOIP { position:relative; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #MKErbUZXrx4wEGFIt6KL3pL1inf33mNv { position:relative; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #UQ4LFeZwtk5wmX8li9v1USFn41pPWbKb { position:relative;display:block; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #ryEGT2haKE7debw8rtlZXHvTiadT176v { position:relative; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #iUlUA7mL0BVLmueKawR1WGAKfMDn2HWO { position:relative; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #NU858Ksoitgn0qNL9oxwmtQJAxElROTg { position:relative;display:block; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #OPTLEGD7cz3T1s3ATqg4FUQkPT3wtX99 { position:relative; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #wwn2uhKeRglHkuUBwlCzKiAn1XnrDwdL { position:relative; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #KrCIh7Gl0hWzMi40UCixkdfFOciRQC12 { position:relative;z-index:2; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #yofurDTqFI7BTZTJqMRiJaE1OLS8xaK7 { position:relative; }
#eOgGuLXENOo15beZmvHwlkUzQMqrr09l { position:relative;display:block; }
#I34snItx06L6QeOzdm4eroL9xHg9x81S { position:relative;display:block; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #rfWfx6O91S5dwtsaSeDhSfmnCXN74E65 { position:relative; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #xsEOp3ziGOTXktM6s7l4mLCI9ZT4TiD2 { position:relative; }
#aRdB9oBw9PM5ZBtDyQU1wJAb06J1ZDf9 { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:32.700000762939rem;left:1.4500007629394rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NPdob8BlfbNvBkzPNEtGmU6bvAJLEesg { position:absolute;display:block;z-index:15017;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.0625rem;width:2.0625rem;top:34.9375rem;left:1.4500011444092rem;overflow:hidden;display:block; }
#rl4MqhwKvMtAsbfUDi9tUaSoctok7Cl4 { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:23.137500762939rem;left:1.7375011444092rem;height:7.199225rem;font-style:normal;display:block; }
#NniZ4UiMoHJTnpkKNANmvV7uQ8n9cli5 { position:absolute;display:block;z-index:15011;background-color:#ba0200;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:23.874998092651rem;left:0.6875rem;display:block; }
#LDyEg0QvbpfDJwk0H1vCE9nyA29FK4Gr { position:absolute;display:block;z-index:15012;background-color:#ba0200;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:25.612500667572rem;left:0.6875rem;display:block; }
#i5BwSV8Q1tLDHODmrZVLMlS5NWh7iJfA { position:absolute;display:block;z-index:15013;background-color:#ba0200;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5rem;width:0.5rem;top:27.487500667572rem;left:0.6875rem;display:block; }
#gucsfTx3mynZv6PkTADWht4kZTDZlx4R { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:35.18124961853rem;left:4.21875rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { top:8.8125rem;left:0rem;width:42.5625rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:17.1875rem;height:3.1875rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #TcxQxWgqA1FO5JewWHV4ROOOJnUdsWI9 { top:6.4375rem;left:0rem;width:41.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twsbs4indm1HphlSCib3CdplsJ1Qx1vc { width:5.0625rem;height:1.625rem;top:39.5rem;left:11.862501144409rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxUhewm0RFcxR3wK2nTbhwkTTyw4mhVx { top:12.5rem;left:19.875rem;width:27.875rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV2RcNZZI3Z4E5CaRrHJNdNDPN6DCv8D { top:13.125rem;left:0rem;width:25.875rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq0TPa0Nnk6ytxE04rvLm07KTbgzwRUN { top:1.25rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTCfHTfWHqvElhHpr8MSI8zzdc0vWcEd { top:21.3125rem;left:0rem;width:20.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlTMidk8QCWaXaTkzs03JOWGzbzixDlT { top:24.3125rem;left:0rem;width:21.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLdLTH4n6lS2PXqZHIrc3QdvRQWDPtX4 { top:27.75rem;left:0rem;width:21.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GToIT6zqU6CxnHDmpIIFk1bmT0q9CbLc { top:31.4375rem;left:0rem;width:21.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEiCxxqrU7mFoAgZoKMm79VHm1Z0KXZx { top:24.8125rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKe1BLiPPSwzdgrJ7nRq8lfr42fxzTbP { top:28.3125rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyzeviavTpMftZ9xgVVWoVtkztCMlJ03 { top:31.875rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBPkPDQVqzgrNPyUxogkEhlo63OJ4564 { width:21.5rem;height:1.625rem;top:39.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { top:15.4375rem;left:17.25rem;width:30.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { top:1.5rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { top:10.25rem;left:3.9375rem;width:39.875rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhrnUkTHQ2ferokTswlTf3PKCFa4J6Da { top:17.0625rem;left:0rem;width:34.0625rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { top:20.8125rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { top:20.25rem;left:0rem;width:19.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw98yxD1ItqUNtoT2xmBJEaDRzGXkP19 { top:22.9375rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRxvqenclXTIFN47ZzhvaqA4FQaCUG7O { top:22.375rem;left:0rem;width:19.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBZU5UxlSrZkMGZbWAKopGaqBUZD5ndR { top:25.125rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXTVqwnnFpWpcQLcBTH0BsUls2lcik0S { top:24.5625rem;left:0rem;width:26.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak4zCM73se7hl72E6cOhvL91JeGMu7Ho { top:26.6875rem;left:0rem;width:24.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NThhleBHgoVUUhipyNz2TRLXxB5LpB2X { top:27.25rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpZdbGEsCTnJgiJ7tTcqDHKd8qQaMWoM { top:30.3125rem;left:0rem;width:39.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1pDTK7pVRm44WVmfrJz39WK1LlwkRzV { top:1.25rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuhfgnT5MGuXWkRRzNmZTckfk6DNO74R { top:12.1875rem;left:0rem;width:15.5rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH9R2p77E5gEOiomiTnBHrL1ALgkz0fE { top:12.1875rem;left:16.125001907349rem;width:16.9375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaNuZvyJtufoHVCwlT9fPxEp7047vL8N { top:11.625rem;left:30.875rem;width:16.875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMq7keTTyTDXm2eplvLPxGGNzMOSRFR9 { top:9.5625rem;left:0rem;width:18.4375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKPhftgzb1uJ9piHKWuXVIJZy8rFHxfk { top:9.5625rem;left:15.200002670288rem;width:18.4375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq7nqvplspmlFuELu79qfs9AgQDW7TCe { top:9.5625rem;left:29.3125rem;width:18.4375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEkTirwKLkr2V5xRkzrzfVzFqKPwdVGf { top:8.9375rem;left:35.275001907349rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2SHHPAPXD4qxXOnuKVA85QLRhtaSh29 { top:8.4375rem;left:34.812501907349rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1uVu2fwopSMhDCUe12zbQImB0PdWUhl { top:8.375rem;left:14.125001907349rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptyikKo0JBxFoO201ncJCZXnRGxhbPCG { top:8.4375rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhcZH4mkM6knFt3uXIRAOX7vN4bsTtkM { top:8.9375rem;left:14.706251144409rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb1vsR0bf4ZWB6W0HvPQy0iBBPvzwxzk { top:8.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDry8owe4XIVePg4KWUuT69uUhiqCoLQ { display:block; }#XDry8owe4XIVePg4KWUuT69uUhiqCoLQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qp8UTedw6mw8UpklS3LdZMvLTMm4JmiE { top:3.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmPXDkkTdDO4AB5QcpbAsUyswCi2HQQr { top:7.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGNo9S9wR3GozqyoQ1dmpguFuMzDkJhc { top:12.8125rem;left:0rem;width:30.0625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPf487TKlAw5PUoNVXqxggV72X1khMRJ { top:15.6875rem;left:0rem;width:36.1875rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ1klgnw0SgWEGAHLpLOUdRMJTfo5Ggx { top:10.1875rem;left:24.6875rem;width:23.0625rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCneJ3Aqs9diRkGxitUHTDHciaiem5Og { top:16.3125rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJZVSgAwP1yFFeleUBAAfn1s6AqZKVAG { top:18.125rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aha9uC4WUuVuu4uxmdcHTodCZfSmH2GZ { top:19.9375rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #liCTAWBw895iyBibMdlntUninJzvCNx4 { top:21.8125rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #un44eG3OaMeDMaFNr3teELEqGOcpWDMq { top:23.5rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP3vSZzZUDkDrvyEWw7w3hGL0vKhNFhI { top:25.375rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtwLLetbFFFNqQBOTsntsWXREsuqXlA9 { top:35.375rem;left:7.8125rem;width:9.125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoP8hESXXx29KkF4XarlBFJze7MG0I29 { top:33.625rem;left:4.46875rem;width:38.8125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxv49ovNe2vEXbk7wBKZgLJ75Jq3nZWr { top:35.375rem;left:0rem;width:8.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTB7SZfLSZvTOL3QiImv61WOlhB14UuD { top:35.375rem;left:41.375rem;width:6.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNHpReuCEQamO0RUoGSRgZXfGzr33GWb { top:38.9375rem;left:0rem;width:15.875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziOSaId61sMGOT8rJGOaNs1RRwQQtrTQ { top:38.9375rem;left:15.031251907349rem;width:7.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzz3wckBTpdFyimJpN22sDPHwirEzCo5 { top:38.9375rem;left:24.00625038147rem;width:9.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVoBpP14DTXxtoJTO85O8vuKah4te00m { top:38.9375rem;left:31rem;width:16.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJGDmdhDkhXVL35nox0bNbqCTtOm0dB0 { top:42.4375rem;left:7.10000038147rem;width:36.5rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFUpkJShrlVHPE2Bukl1uvofnQMw69Do { top:39.5625rem;left:13.831251144409rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAwMcscZE97LkbrFZJca8yBF92SwXRlI { top:39.5625rem;left:23.062501907349rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo2hHbeISgCAoXCQbhDEh9fEuHJu1Upo { top:39.5625rem;left:34.06875038147rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppw0B9CZp8TpOxod7Zw8qgTszbMoic5A { top:35.375rem;left:16.750001907349rem;width:24.8125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKs73CkLM8rg49qNRyqO5QibN2gfplhp { display:block; }#OKs73CkLM8rg49qNRyqO5QibN2gfplhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P91VQv45AhrBuzBRQBKsz05T7K8VKsOp { top:5.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d53wUTyeyDnSni8lJ1qzgIk8shg2TaH5 { top:2rem;left:27.125001907349rem;width:15rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH0GmW5iPcoIclFasbWqAlA8rwfxTbnh { top:2rem;left:0rem;width:33.1875rem;height:3.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG6SeId0ROvTLP2kqItXklQ7IMzIAv7X { top:11.1875rem;left:0rem;width:30.0625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #podKIf9855kDUsyStz1zlriwprNX4QBl { top:14.625rem;left:0rem;width:36.1875rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n17wdJGnOys79KFVBPw2KHhLHQbQsTIk { top:15.3125rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyZL5DEQvXSyp7PK6TmK1XfQALud6doO { top:17.125rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfRZGe1QpsfUVgaidzkfXURPlOawBQV2 { top:18.875rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssiJx8ifCh8pXJVcuf17UmHOHhEHVhX8 { top:20.5rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehIqmQ3FIHJsT2qMLmTgziW3HbHxgUwf { top:26.75rem;left:0.28125rem;width:47.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPN5plPiTEhESzn1PEMzs97UamycBoBd { top:29.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jka0ZO77GXSmiDq13shpeUOpt3ACO2n7 { top:37.125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k49Ez9qEElbPp4IblRi9DWW9VKS6koUZ { top:28.25rem;left:0rem;width:0.8125rem;height:4.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPR3bAHpFdOhMnDVtuevRf1rKMNGKyhh { top:30.4375rem;left:34.031251907349rem;width:0.8125rem;height:4.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNfbd7dimvo7JMHeC98Ja7stHEZa3Ssl { top:42rem;left:17.656251907349rem;width:12.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps42kp8Ri0pPDAeSpM4sxG6rlTizwK3F { top:42.625rem;left:30.72500038147rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIRoCsnbnqzdcERUQI4DUirJRT3zPMps { top:42rem;left:31.987501144409rem;width:9.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwhXZ2cB63er2TQpZgfXJ1XaQQU8sSb6 { top:42rem;left:7.5625rem;width:8.0625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm9NtA5dMTCq63lCSd3IB3JwZUtIhpVo { top:42.625rem;left:16.625001907349rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNGkOpDtQ9zIphedTbP1WtoNtT5MT7D8 { top:25.125rem;left:0rem;width:47.75rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLPhENv6IkEhXKDTtOeLF8GJUTAvxzO9 { top:5.375rem;left:7.3625011444094rem;width:39.0625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm2kEZqkzdmmbxIdh6N3A07kta5rfXot { display:block; }#bm2kEZqkzdmmbxIdh6N3A07kta5rfXot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXHrUTdTIaQQCAkzIqV749zsq0vOqfNP { top:1.9375rem;left:0.03125rem;width:47.6875rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEunLDVWhRFrncaasdVK9nCwNzOWAcHw { top:10.375rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0631SyiJIm6L2UTeiyJGO3rt9TtrPyb { top:17.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKhtiDu7PW2Cvmbuse0CmfLJaTNV72ZG { top:23.1875rem;left:0.0625rem;width:13.8125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSqC2rh3TVWvKJaPmvx4r1F9yxGSwrpd { top:21.4375rem;left:5.25rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ata0ZB9LMpMbAWA3PHcUNnNOLIeVfwPr { top:25.4375rem;left:1rem;width:11.9375rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TctyyJHmmanSMmX0o1k7ZpcASTHMXrHv { top:25.3125rem;left:16.812501907349rem;width:14.125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9O505mlJihf1dGdfNNP1LCecWzAiZ1w { top:24.875rem;left:35.500001907349rem;width:12.0625rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2uWexUzFOzQeHHXR6noABiU7DupF5pb { top:21.4375rem;left:22.1875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcViS3tOdcdFtHbvPZBsQDtoqqwZLZuq { top:23.1875rem;left:17rem;width:13.8125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSvIqs73TSIzvfk7zRTUzTbnkhrD4pyq { top:21.4375rem;left:39.8125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plThPH0vJVFXOaUNEw3LPz6b6RHH3MfW { top:23.1875rem;left:33.9375rem;width:13.8125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgKdZgaO7J2bZR7CyiqOWPHMuERXKvzb { top:21.8125rem;left:22.593751907349rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtrCfc2uqWxNmDF8TvDqIGDEMFEBZRz1 { top:22.125rem;left:5.96875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJc9e8nW3mMe48r9Ttp1LCJQCqTzSL3c { top:22rem;left:40.493751907349rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGEAXTigH1QJ4Jb2hQDiZkCfWoEgoxNh { display:block; }#CGEAXTigH1QJ4Jb2hQDiZkCfWoEgoxNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ip2ZXxd73sUNVg6A0hrecvBmPyTDFX8B { top:7.875rem;left:4.25rem;width:17.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFwJIpAJ9717VDIqCH1JMzsT80e7CupW { top:13.25rem;left:4.25rem;width:17.8125rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1O13u9BP7Mngw06WywRv0GDKRQTqGyo { top:18.9375rem;left:4.1125011444092rem;width:17.75rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwI0IIClh2XPiVfdcVMlDVH5LKtaLVsK { top:13rem;left:28.25rem;width:19.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSUFvbVMva5L04PoCMFHiMSb5oCyOHCw { width:13.6875rem;height:3.9375rem;top:27.6875rem;left:17.031251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ4f9ulIxqsXl8O1Sc1Vxn8rzLy4melP { display:block; }
 }@media only screen and (max-width: 763px) { #FRRKvb7qu3xiLdqpHQyXswiys1AMmunJ { top:1.625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6nCDUyHek8TW5c8m9ZtZIOVnmvAeuk2 { top:18.6875rem;left:27.625rem;width:20.125rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfKc9MJXPRXiTqnFal8eRgKWQam5c1ra { top:7.6875rem;left:29.9375rem;width:17.8125rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFTWdRV4as4BpsV5ErVW7f02gTnsILZm { top:8.25rem;left:2rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U70DAyNbTiR5eiVUkxC1U06RX12HNUTp { top:13.6875rem;left:2rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTRQlu7VBuCccZNIRg1O3mlp3JEXDvT8 { top:19.375rem;left:2rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWDKPDRhlLUE0DHoAsUzMDnmTH0TivpR { top:8.0625rem;left:28.125001907349rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrfZRgouPAgfvwfIArGCvxTs6fMGWuAk { top:13.4375rem;left:28.125001907349rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUK7V3pIUapTMLbg2nl8IqraaTvdcwho { top:18.9375rem;left:28.125001907349rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfwFW0GxqXXqtQzlOwVkZnTORN6aIRH1 { display:block; }#pfwFW0GxqXXqtQzlOwVkZnTORN6aIRH1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcsUGyndmouIzUcvrhW5rcfiQCU5SeWm { top:2.875rem;left:0.03125rem;width:47.6875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwSi0V5AKVRmdunvSgr1J5k4ovQWU3aC { top:9.5625rem;left:0rem;width:38.9375rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNy83sgUKZGRqmnbt84Q6D4UfHPVEeWN { top:20.8125rem;left:0rem;width:38.9375rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsscwvv6IsW4JTv0TPtILaThLT998Hw9 { top:10.625rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyAyIlF5y1w2hNHbGOoh8Eg7y7GLotaR { top:12.8125rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOR0qzH6XtdNKC7AWET0dbiJuxud1qAh { top:15.25rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9LNVOu6QEQbOZDeRa2k0JXFTqXyg6Gp { top:17.6875rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WORXpdoIm06rooRIHntTeHQCgN6m0uzS { top:20rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJxLlr3SHSKkDmKGn2CpKAgdkT3FofEJ { top:26.3125rem;left:1.4375rem;width:46.3125rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwWnbK2VRyUfPr7ZyiALlQArmeS6tBOh { top:33.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9k1E7IF4NeX6pfgB3z1fDCGP6ZSUTB8 { top:32.1875rem;left:0rem;width:47.75rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcCeZGr6s6NbTLdTLdgmEJXzUnCiaXVU { top:31.0625rem;left:22.893751144409rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { top:1.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMIzpAeyirpPqXISm5tTbOSfLCNbxOwK { top:6.4375rem;left:12rem;width:25.375rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ { display:block; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCshznnUSePGD6XerFcZCJnSogUUk7RD { top:1rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7mN5b8pDVdr5V5B0v9L2cBh2OzIxTKf { display:block; }#b7mN5b8pDVdr5V5B0v9L2cBh2OzIxTKf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kp0F1TU4O0TruEUGu0M0UBLrey8AtULy { width:41.875rem;height:;top:9.1875rem;left:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp9T1Rqs61R0zAfryvvI4Hx7Ooy4aC1P { width:20rem;height:;top:4.5625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvSfd35tRCRe7f3Vr7Bc2TO9PFV4SN52 { top:3.625rem;left:0rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkFGCi9chnLfIkMJzWKTnzeacXkmVPJz { width:16.875rem;height:2.625rem;top:4.25rem;left:9.4687519073488rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJr9L1mBDDXqWd8kUFCEsmThHmsUTwgw { width:27.75rem;height:1.3125rem;top:6.75rem;left:10.000001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzfMAfgKhsgc5fPgwTupLHaMHf9yoJ8X { width:41.875rem;height:;top:16.625rem;left:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { display:block; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { top:4rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hocgRsGHR0pMtUXbJu9zZBizkvAXqyx6 { top:12.3125rem;left:0rem;width:27.125rem;height:6.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXIfBdUq3Ql1plsr7eVaIb8ZcmFR6VGw { top:18.9375rem;left:0rem;width:26.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq1N5dUHsppcyhbunP1lpb3pfdFC2TKb { top:25.0625rem;left:0rem;width:22.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-regular-label { width:34.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-text { width:34.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-text {padding-top: 0; padding-bottom: 0;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-textarea { width:34.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-select { width:34.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-select {padding-top: 0; padding-bottom: 0;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-button { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-checkbox-label { width:32.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm  { width:34.125rem;height:auto;top:8.25rem;left:11.125rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .radio-container { width:34.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm {display:block;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm { width:34.125rem;height:auto;top:8.25rem;left:11.125rem; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #Ae1Tsg2016EkxcHbER7u4mzCmDsfUJvT {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #b2gkmpTJD4fbGycrfZ72rBHlGlohPhA2 { display:block; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #qwL1sMnQnHrSaTxePHpxl7dSiPBVDOIP {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #MKErbUZXrx4wEGFIt6KL3pL1inf33mNv {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #UQ4LFeZwtk5wmX8li9v1USFn41pPWbKb { display:block; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #ryEGT2haKE7debw8rtlZXHvTiadT176v {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #iUlUA7mL0BVLmueKawR1WGAKfMDn2HWO {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #NU858Ksoitgn0qNL9oxwmtQJAxElROTg {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #OPTLEGD7cz3T1s3ATqg4FUQkPT3wtX99 {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #wwn2uhKeRglHkuUBwlCzKiAn1XnrDwdL {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #KrCIh7Gl0hWzMi40UCixkdfFOciRQC12 {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #yofurDTqFI7BTZTJqMRiJaE1OLS8xaK7 {  }
 }@media only screen and (max-width: 763px) { #eOgGuLXENOo15beZmvHwlkUzQMqrr09l { display:block; }
 }@media only screen and (max-width: 763px) { #I34snItx06L6QeOzdm4eroL9xHg9x81S { display:block; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #rfWfx6O91S5dwtsaSeDhSfmnCXN74E65 {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #xsEOp3ziGOTXktM6s7l4mLCI9ZT4TiD2 {  }
 }@media only screen and (max-width: 763px) { #aRdB9oBw9PM5ZBtDyQU1wJAb06J1ZDf9 { width:13.5625rem;height:1.375rem;top:32.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPdob8BlfbNvBkzPNEtGmU6bvAJLEesg { width:2.0625rem;height:2.0625rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl4MqhwKvMtAsbfUDi9tUaSoctok7Cl4 { top:23.125rem;left:0rem;width:25.1875rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NniZ4UiMoHJTnpkKNANmvV7uQ8n9cli5 { top:23.8125rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDyEg0QvbpfDJwk0H1vCE9nyA29FK4Gr { top:25.5625rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5BwSV8Q1tLDHODmrZVLMlS5NWh7iJfA { top:27.4375rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gucsfTx3mynZv6PkTADWht4kZTDZlx4R { width:14.3125rem;height:1.5625rem;top:35.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color:#071638;background-image:none;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; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { width:20rem;height:1.95rem;top:9rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:13.310125rem;height:3.62265625rem;top:52.75rem;left:3.3437500596046rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #TcxQxWgqA1FO5JewWHV4ROOOJnUdsWI9 { width:17.8125rem;height:1.625rem;top:5.943359375rem;left:1.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Twsbs4indm1HphlSCib3CdplsJ1Qx1vc { width:5rem;height:1.4625rem;top:49.172656059265rem;left:14.812500536442rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxUhewm0RFcxR3wK2nTbhwkTTyw4mhVx { width:20rem;height:20rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV2RcNZZI3Z4E5CaRrHJNdNDPN6DCv8D { width:20rem;height:2.925rem;top:11.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rq0TPa0Nnk6ytxE04rvLm07KTbgzwRUN { width:4.8125rem;height:4.8125rem;top:0rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTCfHTfWHqvElhHpr8MSI8zzdc0vWcEd { width:20rem;height:1.4625rem;top:35.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlTMidk8QCWaXaTkzs03JOWGzbzixDlT { width:16.5625rem;height:2.6rem;top:37.460157394409rem;left:1.9062500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLdLTH4n6lS2PXqZHIrc3QdvRQWDPtX4 { width:16.5625rem;height:2.6rem;top:40.9375rem;left:1.8437500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GToIT6zqU6CxnHDmpIIFk1bmT0q9CbLc { width:17.25rem;height:2.6rem;top:44.435156822204rem;left:1.9062500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEiCxxqrU7mFoAgZoKMm79VHm1Z0KXZx { width:0.625rem;height:0.625rem;top:37.835157394409rem;left:0.83046871423719rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKe1BLiPPSwzdgrJ7nRq8lfr42fxzTbP { width:0.625rem;height:0.625rem;top:41.125rem;left:0.76796871423719rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyzeviavTpMftZ9xgVVWoVtkztCMlJ03 { width:0.625rem;height:0.625rem;top:44.810156345368rem;left:0.76796871423719rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBPkPDQVqzgrNPyUxogkEhlo63OJ4564 { width:14.875rem;height:1.4625rem;top:49.110156059265rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color:#ffffff;background-image:none;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; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { width:17.9375rem;height:10.8125rem;top:33.5625rem;left:1.0304687619209rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { width:17.375rem;height:5.85rem;top:1.625rem;left:1.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { width:20rem;height:5.6rem;top:8.44921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hhrnUkTHQ2ferokTswlTf3PKCFa4J6Da { width:20rem;height:1.8375rem;top:14.973438262939rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { width:0.5625rem;height:0.5625rem;top:18.831251144409rem;left:1.0304687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { width:13.3109375rem;height:1.6rem;top:18.3125rem;left:2.0625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw98yxD1ItqUNtoT2xmBJEaDRzGXkP19 { width:0.5625rem;height:0.5625rem;top:21.09375rem;left:1.0304687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRxvqenclXTIFN47ZzhvaqA4FQaCUG7O { width:12.125rem;height:1.6rem;top:20.575000762939rem;left:2.0625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBZU5UxlSrZkMGZbWAKopGaqBUZD5ndR { width:0.5625rem;height:0.5625rem;top:25.1875rem;left:1.0304687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXTVqwnnFpWpcQLcBTH0BsUls2lcik0S { width:17.875rem;height:1.6rem;top:22.6875rem;left:2.1250000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak4zCM73se7hl72E6cOhvL91JeGMu7Ho { width:17.375rem;height:3rem;top:24.625rem;left:2.2500000596046rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NThhleBHgoVUUhipyNz2TRLXxB5LpB2X { width:0.5625rem;height:0.5625rem;top:23.206251144409rem;left:1.0304687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpZdbGEsCTnJgiJ7tTcqDHKd8qQaMWoM { width:19.1875rem;height:3.15rem;top:29.03125rem;left:0.40546876192093rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1pDTK7pVRm44WVmfrJz39WK1LlwkRzV { width:20rem;height:11.7rem;top:0rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EuhfgnT5MGuXWkRRzNmZTckfk6DNO74R { width:20rem;height:1.6rem;top:17.65625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MH9R2p77E5gEOiomiTnBHrL1ALgkz0fE { width:16.9375rem;height:1.6rem;top:26.5rem;left:1.5312500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aaNuZvyJtufoHVCwlT9fPxEp7047vL8N { width:16.875rem;height:2.6rem;top:35.3125rem;left:1.5625000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lMq7keTTyTDXm2eplvLPxGGNzMOSRFR9 { width:16.75rem;height:5.8125rem;top:15.1875rem;left:1.5750001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKPhftgzb1uJ9piHKWuXVIJZy8rFHxfk { width:16.875rem;height:5.875rem;top:23.75rem;left:1.5125001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq7nqvplspmlFuELu79qfs9AgQDW7TCe { width:17rem;height:6rem;top:32.9375rem;left:1.4500001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEkTirwKLkr2V5xRkzrzfVzFqKPwdVGf { display:flex;width:2.0625rem;height:2.0625rem;top:32.125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #C2SHHPAPXD4qxXOnuKVA85QLRhtaSh29 { width:3.25rem;height:3.25rem;top:31.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1uVu2fwopSMhDCUe12zbQImB0PdWUhl { width:3.25rem;height:3.25rem;top:22.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptyikKo0JBxFoO201ncJCZXnRGxhbPCG { width:3.25rem;height:3.25rem;top:13.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhcZH4mkM6knFt3uXIRAOX7vN4bsTtkM { display:flex;width:2.0625rem;height:2.0625rem;top:22.9375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #Bb1vsR0bf4ZWB6W0HvPQy0iBBPvzwxzk { display:flex;width:2.25rem;height:2.25rem;top:14.125rem;left:8.8125005364419rem; }
 }@media only screen and (max-width: 763px) { #XDry8owe4XIVePg4KWUuT69uUhiqCoLQ { display:block; }#XDry8owe4XIVePg4KWUuT69uUhiqCoLQ > .row .container { width:20rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qp8UTedw6mw8UpklS3LdZMvLTMm4JmiE { width:20rem;height:3.9rem;top:1.8749904632568rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QmPXDkkTdDO4AB5QcpbAsUyswCi2HQQr { width:19.5625rem;height:7.8rem;top:6.3992195129394rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dGNo9S9wR3GozqyoQ1dmpguFuMzDkJhc { width:20rem;height:4rem;top:15.45rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPf487TKlAw5PUoNVXqxggV72X1khMRJ { width:17.5rem;height:11.2rem;top:21.262501239777rem;left:2.6125000119209rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JJ1klgnw0SgWEGAHLpLOUdRMJTfo5Ggx { width:18.5rem;height:18.5rem;top:1.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCneJ3Aqs9diRkGxitUHTDHciaiem5Og { width:0.5rem;height:0.5rem;top:21.824996948243rem;left:1.1875005364418rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJZVSgAwP1yFFeleUBAAfn1s6AqZKVAG { width:0.5rem;height:0.5rem;top:23.387496948243rem;left:1.1875005364418rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aha9uC4WUuVuu4uxmdcHTodCZfSmH2GZ { width:0.5rem;height:0.5rem;top:25.074996948243rem;left:1.1875005364418rem;display:block; }
 }@media only screen and (max-width: 763px) { #liCTAWBw895iyBibMdlntUninJzvCNx4 { width:0.5rem;height:0.5rem;top:26.699996948243rem;left:1.1875005364418rem;display:block; }
 }@media only screen and (max-width: 763px) { #un44eG3OaMeDMaFNr3teELEqGOcpWDMq { width:0.5rem;height:0.5rem;top:28.262496948243rem;left:1.1875005364418rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP3vSZzZUDkDrvyEWw7w3hGL0vKhNFhI { width:0.5rem;height:0.5rem;top:29.949996948243rem;left:1.1875005364418rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtwLLetbFFFNqQBOTsntsWXREsuqXlA9 { width:9.25rem;height:1.6rem;top:38.349220275879rem;left:7.6250005364419rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qoP8hESXXx29KkF4XarlBFJze7MG0I29 { width:19.9375rem;height:3.2rem;top:35.149990081787rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mxv49ovNe2vEXbk7wBKZgLJ75Jq3nZWr { width:7.25rem;height:1.6rem;top:38.34921836853rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTB7SZfLSZvTOL3QiImv61WOlhB14UuD { width:5.875rem;height:1.6rem;top:47.262500762939rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tNHpReuCEQamO0RUoGSRgZXfGzr33GWb { width:15.875rem;height:1.6rem;top:51.3125rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ziOSaId61sMGOT8rJGOaNs1RRwQQtrTQ { width:7.4375rem;height:1.6rem;top:55.375rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dzz3wckBTpdFyimJpN22sDPHwirEzCo5 { width:9.5625rem;height:1.6rem;top:59.5625rem;left:5.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVoBpP14DTXxtoJTO85O8vuKah4te00m { width:16.75rem;height:1.6rem;top:63.6875rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJGDmdhDkhXVL35nox0bNbqCTtOm0dB0 { width:20rem;height:3.2rem;top:43.149219512939rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rFUpkJShrlVHPE2Bukl1uvofnQMw69Do { width:0.5rem;height:0.5rem;top:54rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAwMcscZE97LkbrFZJca8yBF92SwXRlI { width:0.5rem;height:0.5rem;top:58.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo2hHbeISgCAoXCQbhDEh9fEuHJu1Upo { width:0.5rem;height:0.5rem;top:62.375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppw0B9CZp8TpOxod7Zw8qgTszbMoic5A { width:20rem;height:3.2rem;top:39.949220657349rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OKs73CkLM8rg49qNRyqO5QibN2gfplhp { display:block; }#OKs73CkLM8rg49qNRyqO5QibN2gfplhp > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P91VQv45AhrBuzBRQBKsz05T7K8VKsOp { width:9.375rem;height:1.95rem;top:2.84765625rem;left:7.4242187142375rem;font-size:1.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #d53wUTyeyDnSni8lJ1qzgIk8shg2TaH5 { width:8.8125rem;height:1.95rem;top:2.84765625rem;left:0.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FH0GmW5iPcoIclFasbWqAlA8rwfxTbnh { width:20rem;height:1.95rem;top:0.89921855926512rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hG6SeId0ROvTLP2kqItXklQ7IMzIAv7X { width:20rem;height:3.2rem;top:11.349219322204rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #podKIf9855kDUsyStz1zlriwprNX4QBl { width:18.75rem;height:9.6rem;top:15.1875rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n17wdJGnOys79KFVBPw2KHhLHQbQsTIk { width:0.5rem;height:0.5rem;top:15.6875rem;left:0.31249994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyZL5DEQvXSyp7PK6TmK1XfQALud6doO { width:0.5rem;height:0.5rem;top:17.375rem;left:0.31249994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfRZGe1QpsfUVgaidzkfXURPlOawBQV2 { width:0.5rem;height:0.5rem;top:19rem;left:0.31249994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssiJx8ifCh8pXJVcuf17UmHOHhEHVhX8 { width:0.5rem;height:0.5rem;top:20.625rem;left:0.31249994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehIqmQ3FIHJsT2qMLmTgziW3HbHxgUwf { width:20rem;height:4.8rem;top:27.574999809265rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPN5plPiTEhESzn1PEMzs97UamycBoBd { width:20rem;height:7.15rem;top:35.28125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jka0ZO77GXSmiDq13shpeUOpt3ACO2n7 { width:20rem;height:4.8rem;top:45.762515544891rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k49Ez9qEElbPp4IblRi9DWW9VKS6koUZ { width:0.8125rem;height:3.2rem;top:34.387504577637rem;left:0.92500001192094rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPR3bAHpFdOhMnDVtuevRf1rKMNGKyhh { width:0.8125rem;height:3.2rem;top:40.050010681153rem;left:16.562499582768rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kNfbd7dimvo7JMHeC98Ja7stHEZa3Ssl { width:12.4375rem;height:1.6rem;top:56.200004577637rem;left:3.7812500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ps42kp8Ri0pPDAeSpM4sxG6rlTizwK3F { width:0.5rem;height:0.5rem;top:59.000007629394rem;left:9.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIRoCsnbnqzdcERUQI4DUirJRT3zPMps { width:9.5625rem;height:1.6rem;top:60.312507629394rem;left:5.2187500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwhXZ2cB63er2TQpZgfXJ1XaQQU8sSb6 { width:8.0625rem;height:1.6rem;top:52.462501525879rem;left:5.9687500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mm9NtA5dMTCq63lCSd3IB3JwZUtIhpVo { width:0.5rem;height:0.5rem;top:54.950004577637rem;left:9.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNGkOpDtQ9zIphedTbP1WtoNtT5MT7D8 { width:20rem;height:9.9375rem;top:33.887504577637rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLPhENv6IkEhXKDTtOeLF8GJUTAvxzO9 { width:18.125rem;height:3.9rem;top:4.796875rem;left:0.6875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bm2kEZqkzdmmbxIdh6N3A07kta5rfXot { display:block; }#bm2kEZqkzdmmbxIdh6N3A07kta5rfXot > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXHrUTdTIaQQCAkzIqV749zsq0vOqfNP { width:20rem;height:5.85rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cEunLDVWhRFrncaasdVK9nCwNzOWAcHw { width:20rem;height:11.2rem;top:8.6625013351437rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0631SyiJIm6L2UTeiyJGO3rt9TtrPyb { width:20rem;height:3.2rem;top:21.19921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKhtiDu7PW2Cvmbuse0CmfLJaTNV72ZG { width:13.8125rem;height:7.1875rem;top:27.050018310547rem;left:3.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSqC2rh3TVWvKJaPmvx4r1F9yxGSwrpd { width:3.4375rem;height:3.4375rem;top:25.3rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ata0ZB9LMpMbAWA3PHcUNnNOLIeVfwPr { width:11.9375rem;height:3.2rem;top:29.3rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TctyyJHmmanSMmX0o1k7ZpcASTHMXrHv { width:14.125rem;height:3.2rem;top:40.4375rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m9O505mlJihf1dGdfNNP1LCecWzAiZ1w { width:12.0625rem;height:4.8rem;top:50.125rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2uWexUzFOzQeHHXR6noABiU7DupF5pb { width:3.4375rem;height:3.4375rem;top:35.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcViS3tOdcdFtHbvPZBsQDtoqqwZLZuq { width:13.8125rem;height:7rem;top:38rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSvIqs73TSIzvfk7zRTUzTbnkhrD4pyq { width:3.4375rem;height:3.4375rem;top:46.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plThPH0vJVFXOaUNEw3LPz6b6RHH3MfW { width:13.8125rem;height:7.9375rem;top:48.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgKdZgaO7J2bZR7CyiqOWPHMuERXKvzb { display:flex;width:2.6875rem;height:2.6875rem;top:36.3125rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #CtrCfc2uqWxNmDF8TvDqIGDEMFEBZRz1 { display:flex;width:2rem;height:2rem;top:26.01875rem;left:8.96875rem; }
 }@media only screen and (max-width: 763px) { #rJc9e8nW3mMe48r9Ttp1LCJQCqTzSL3c { display:flex;width:2.25rem;height:2.25rem;top:47.3125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #CGEAXTigH1QJ4Jb2hQDiZkCfWoEgoxNh { display:block; }#CGEAXTigH1QJ4Jb2hQDiZkCfWoEgoxNh > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ip2ZXxd73sUNVg6A0hrecvBmPyTDFX8B { width:14.75rem;height:3.2rem;top:10.462500095367rem;left:4.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFwJIpAJ9717VDIqCH1JMzsT80e7CupW { width:16.1875rem;height:3.2rem;top:21.875000476837rem;left:3.8445311188698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1O13u9BP7Mngw06WywRv0GDKRQTqGyo { width:15.8125rem;height:6.4rem;top:14.424218654633rem;left:4.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwI0IIClh2XPiVfdcVMlDVH5LKtaLVsK { width:16.1875rem;height:3.2rem;top:26.47500038147rem;left:3.8125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSUFvbVMva5L04PoCMFHiMSb5oCyOHCw { width:13.685125rem;height:3.93515625rem;top:45.0625rem;left:3.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ4f9ulIxqsXl8O1Sc1Vxn8rzLy4melP { display:block; }
 }@media only screen and (max-width: 763px) { #FRRKvb7qu3xiLdqpHQyXswiys1AMmunJ { width:20rem;height:4.8rem;top:2.4374980926514rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6nCDUyHek8TW5c8m9ZtZIOVnmvAeuk2 { width:16.5rem;height:4.8rem;top:35.8125rem;left:3.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfKc9MJXPRXiTqnFal8eRgKWQam5c1ra { width:16.1875rem;height:3.2rem;top:31.500000953674rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFTWdRV4as4BpsV5ErVW7f02gTnsILZm { display:flex;width:1.375rem;height:1.375rem;top:10.900000095367rem;left:1.5500000119209rem; }
 }@media only screen and (max-width: 763px) { #U70DAyNbTiR5eiVUkxC1U06RX12HNUTp { display:flex;width:1.375rem;height:1.375rem;top:22.125000476837rem;left:1.5500000119209rem; }
 }@media only screen and (max-width: 763px) { #CTRQlu7VBuCccZNIRg1O3mlp3JEXDvT8 { display:flex;width:1.375rem;height:1.375rem;top:31.6875rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #yWDKPDRhlLUE0DHoAsUzMDnmTH0TivpR { display:flex;width:1.375rem;height:1.375rem;top:14.736718654633rem;left:1.5500000119209rem; }
 }@media only screen and (max-width: 763px) { #KrfZRgouPAgfvwfIArGCvxTs6fMGWuAk { display:flex;width:1.375rem;height:1.375rem;top:26.562500953674rem;left:1.5500000119209rem; }
 }@media only screen and (max-width: 763px) { #FUK7V3pIUapTMLbg2nl8IqraaTvdcwho { display:flex;width:1.375rem;height:1.375rem;top:36.0625rem;left:1.5500000119209rem; }
 }@media only screen and (max-width: 763px) { #pfwFW0GxqXXqtQzlOwVkZnTORN6aIRH1 { display:block; }#pfwFW0GxqXXqtQzlOwVkZnTORN6aIRH1 > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcsUGyndmouIzUcvrhW5rcfiQCU5SeWm { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NwSi0V5AKVRmdunvSgr1J5k4ovQWU3aC { width:16.6875rem;height:16rem;top:5.9679689407349rem;left:2.1875000596046rem;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #wNy83sgUKZGRqmnbt84Q6D4UfHPVEeWN { width:9.125rem;height:2.1rem;top:19.917969703674rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsscwvv6IsW4JTv0TPtILaThLT998Hw9 { width:0.5rem;height:0.5rem;top:6.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyAyIlF5y1w2hNHbGOoh8Eg7y7GLotaR { width:0.5rem;height:0.5rem;top:8.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOR0qzH6XtdNKC7AWET0dbiJuxud1qAh { width:0.5rem;height:0.5rem;top:10.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9LNVOu6QEQbOZDeRa2k0JXFTqXyg6Gp { width:0.5rem;height:0.5rem;top:12.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WORXpdoIm06rooRIHntTeHQCgN6m0uzS { width:0.5rem;height:0.5rem;top:14.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJxLlr3SHSKkDmKGn2CpKAgdkT3FofEJ { width:20rem;height:4.8rem;top:24.087500572204rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwWnbK2VRyUfPr7ZyiALlQArmeS6tBOh { width:18.0625rem;height:5.2rem;top:33.793751716614rem;left:0.96796876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9k1E7IF4NeX6pfgB3z1fDCGP6ZSUTB8 { width:20rem;height:8.0625rem;top:31.968750953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcCeZGr6s6NbTLdTLdgmEJXzUnCiaXVU { width:2.3125rem;height:2.3125rem;top:30.780468463897rem;left:8.8437505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yMPnaGou/bg3_hd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.adaptive-delivery-prevent-bg, #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.lazyload, #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.lazyloading { background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { width:20rem;height:3.9rem;top:1.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMIzpAeyirpPqXISm5tTbOSfLCNbxOwK { width:20rem;height:24.384236453202rem;top:6.7978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ { display:block; }#sqqAhiWLqTMOU7Mo24K5Vxmzyv4ZplzQ > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCshznnUSePGD6XerFcZCJnSogUUk7RD { width:20rem;height:2.6rem;top:1.51171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7mN5b8pDVdr5V5B0v9L2cBh2OzIxTKf { display:block; }#b7mN5b8pDVdr5V5B0v9L2cBh2OzIxTKf > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kp0F1TU4O0TruEUGu0M0UBLrey8AtULy { width:20rem;height:11.2rem;top:20.8837890625rem;left:0rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;color:#071638;display:block; }
 }@media only screen and (max-width: 763px) { #vp9T1Rqs61R0zAfryvvI4Hx7Ooy4aC1P { width:20rem;height:1.8375rem;top:14.8125rem;left:0rem;font-size:1.3125rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15015;font-weight:700;font-style:normal;color:#071638;display:block; }
 }@media only screen and (max-width: 763px) { #UvSfd35tRCRe7f3Vr7Bc2TO9PFV4SN52 { width:13.125rem;height:13.125rem;top:1.103515625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkFGCi9chnLfIkMJzWKTnzeacXkmVPJz { width:15rem;height:1.575rem;top:6.87890625rem;left:2.5rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;color:#071638;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #aJr9L1mBDDXqWd8kUFCEsmThHmsUTwgw { width:15.0625rem;height:2.45rem;top:17.1484375rem;left:2.46875rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;color:#071638;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZzfMAfgKhsgc5fPgwTupLHaMHf9yoJ8X { width:20rem;height:7rem;top:33.021125793457rem;left:0rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;color:#071638;display:block; }
 }@media only screen and (max-width: 763px) { #J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { background-color:#52c1fd;background-image:url("https://images.assets-landingi.com/x5DLTEjq/bg1_hd.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar.adaptive-delivery-prevent-bg, #J1kUMxt6R4ParnOqSrKS5Db19vrJTNar.lazyload, #J1kUMxt6R4ParnOqSrKS5Db19vrJTNar.lazyloading { background-image: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { background-color: transparent; background-image: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .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); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { width:20rem;height:63.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { width:20rem;height:2.6rem;top:2.0007820129394rem;left:0rem;font-size:2rem;color:#7dd3fc;display:block; }
 }@media only screen and (max-width: 763px) { #hocgRsGHR0pMtUXbJu9zZBizkvAXqyx6 { width:18.75rem;height:4.55rem;top:6.2367191314697rem;left:0.62421876192093rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXIfBdUq3Ql1plsr7eVaIb8ZcmFR6VGw { width:18.625rem;height:3.9rem;top:11.223438262939rem;left:0.68671876192094rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iq1N5dUHsppcyhbunP1lpb3pfdFC2TKb { width:19.375rem;height:1.6rem;top:16.75rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.8125rem;overflow:hidden;height:auto; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-text {padding-top: 0; padding-bottom: 0;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-select {padding-top: 0; padding-bottom: 0;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-input-button { width:14.875rem;margin-top:0.25rem;margin-right:1.3125rem;margin-bottom:0.25rem;margin-left:1.3125rem;height:4rem;font-size:1.1875rem;overflow:hidden;text-align:center;text-align-last:center; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm  { width:17.5rem;height:auto;top:35.3125rem;left:0rem; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm {display:block;}#EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm { width:17.5rem;height:auto;top:35.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #Ae1Tsg2016EkxcHbER7u4mzCmDsfUJvT {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #b2gkmpTJD4fbGycrfZ72rBHlGlohPhA2 { display:block; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #qwL1sMnQnHrSaTxePHpxl7dSiPBVDOIP {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #MKErbUZXrx4wEGFIt6KL3pL1inf33mNv {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #UQ4LFeZwtk5wmX8li9v1USFn41pPWbKb { display:block; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #ryEGT2haKE7debw8rtlZXHvTiadT176v {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #iUlUA7mL0BVLmueKawR1WGAKfMDn2HWO {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #NU858Ksoitgn0qNL9oxwmtQJAxElROTg {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #OPTLEGD7cz3T1s3ATqg4FUQkPT3wtX99 {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #wwn2uhKeRglHkuUBwlCzKiAn1XnrDwdL {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #KrCIh7Gl0hWzMi40UCixkdfFOciRQC12 {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #yofurDTqFI7BTZTJqMRiJaE1OLS8xaK7 {  }
 }@media only screen and (max-width: 763px) { #eOgGuLXENOo15beZmvHwlkUzQMqrr09l { display:block; }
 }@media only screen and (max-width: 763px) { #I34snItx06L6QeOzdm4eroL9xHg9x81S { display:block; }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #rfWfx6O91S5dwtsaSeDhSfmnCXN74E65 {  }
 }@media only screen and (max-width: 763px) { #EFPwVTa7dbMsIn5dF9vv6JmKE59BQFmm #xsEOp3ziGOTXktM6s7l4mLCI9ZT4TiD2 {  }
 }@media only screen and (max-width: 763px) { #aRdB9oBw9PM5ZBtDyQU1wJAb06J1ZDf9 { width:11.375rem;height:1.3rem;top:28.812500953674rem;left:0.62421876192093rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #NPdob8BlfbNvBkzPNEtGmU6bvAJLEesg { width:2.375rem;height:2.375rem;top:31.175000429154rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl4MqhwKvMtAsbfUDi9tUaSoctok7Cl4 { width:18.5625rem;height:10.8rem;top:17.062500953674rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NniZ4UiMoHJTnpkKNANmvV7uQ8n9cli5 { width:0.5rem;height:0.5rem;top:17.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDyEg0QvbpfDJwk0H1vCE9nyA29FK4Gr { width:0.5rem;height:0.5rem;top:19.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5BwSV8Q1tLDHODmrZVLMlS5NWh7iJfA { width:0.5rem;height:0.5rem;top:23.186718940735rem;left:0.42421871423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #gucsfTx3mynZv6PkTADWht4kZTDZlx4R { width:14.3125rem;height:1.4625rem;top:31.63125038147rem;left:3.5625000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;font-family:var(--paragraphs-font-family);display:block; }
 }